EASY
HSSC Clerk
IMPORTANT
Earn 100

A linear list of elements in which deletion can be done from one end (front), and insertion can take place only at the other end (rear) is called:
(a)Queue
(b)Stack
(c)Tree
(d)Deque
(e)None of these

50% studentsanswered this correctly

Important Questions on Practice Sets
EASY
HSSC Clerk
IMPORTANT
Given a binary search tree, which traversal type would print the values in the nodes in sorted order?

EASY
HSSC Clerk
IMPORTANT
A packet-switching network:

EASY
HSSC Clerk
IMPORTANT
The most C Programmers:

EASY
HSSC Clerk
IMPORTANT
The advantages of COM are:

EASY
HSSC Clerk
IMPORTANT
In the object-oriented design of software, objects have:

EASY
HSSC Clerk
IMPORTANT
Unrestricted use of the “goto” statement is harmful because:

MEDIUM
HSSC Clerk
IMPORTANT
Top-down programming facilitates are:
I. Implementing a complex problem in the stage.
II. Readability.
III. Testing of individual modules.

EASY
HSSC Clerk
IMPORTANT
What must be done in a sorted binary insertion tree to produce a sorted array of numbers (for printing) from the sorted binary insertion tree?
