Question
Easy
In C++, which of the following is not a derived container under STL?
1
queue
2
deque
3
priority queue
4
stack
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Data Structures (Through C++)
Topic: Data Structure Concepts
Correct Answer
Option B
Explanation
The correct option is (2): The correct option is (2), deque (Double-Ended Queue). In the C++ Standard Template Library (STL), containers are fundamentally divided into sequence containers, associative containers, and container adaptors. The deque is a direct and fundamental sequence container, alongside vector and list. It is an independent data structure that manages its own memory (typically as a dynamic array of blocks) and provides full functionality, including constant-time insertion…Read More
Similar Questions from HTET Exam - Level 3 - Year 2022
Question 1
Easy
Source :
HTET 2022
In windows 8.1 which of the following options in control panel is related to adjustment of display brightness, volume and power options ?
Chapter :
Operating Systems & Software Concepts
Topic :
Computer Software
Question 2
Easy
Source :
HTET 2022
In context of deadlock prevention in DBMS, wait-die and wound-wait schemes are ...... techniques.
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts
Question 3
Easy
Source :
HTET 2022
Sum of degrees of all nodes for a graph $G(V,E)$ can be given by..............
Chapter :
Data Structures (Through C++)
Topic :
Data Structure Concepts
Question 4
Easy
Source :
HTET 2022
Under personalization in windows we can create _______ to change desktop background, color, sound and screen saver all at once.
Chapter :
Operating Systems & Software Concepts
Topic :
MS Window