×
Login Or SignUp
Privacy Policy
Terms Of Service
freetests4u.com
Online Knowledge Sharing Platform
Login/SignUp
freetests4u.com
Blogs
Mock Tests
Videos
Jobs
21 .
When queues are created
A.
Are initially empty
B.
Are initialized to zero
C.
Are initialized to one
D.
Are considered full
E.
None of the above
View Answer
Ans: Are initially empty
22 .
Literal means
A.
a string.
B.
a string constant.
C.
a character.
D.
an alphabet.
E.
None of the above.
View Answer
Ans: a string constant.
23 .
A self contained block of statements that perform a coherent task of some kind is called a
A.
Monitor
B.
Function
C.
Program
D.
Structure
E.
None of the above
View Answer
Ans: Function
24 .
Unsigned integer occupies
A.
One byte
B.
Two bytes
C.
Four bytes
D.
Eight bytes
E.
None of the above
View Answer
Ans: Four bytes
25 .
Time taken for addition of element in queue is
A.
(1)
B.
(n)
C.
(log n)
D.
(2 Log n)
E.
None of these
View Answer
Ans: (log n)
1
2
3
4
5
6
7
8
9
10
11
12