Question # 1 of 10 ( Start time: 04:59:17 PM ) Total Marks: 1
If memory address of first node in linked list is 1052 then 3rd node address will be _____. Note: consider one node takes 1 byte.
Select correct option:
1053
1054 ans
1055
None of given options
Question # 3 of 10 ( Start time: 05:02:15 PM ) Total Marks: 1
Memory address is stored in
Select correct option:
Address operator
Reference
Pointer
All of the given ans
Question # 4 of 10 ( Start time: 05:03:29 PM ) Total Marks: 1
What will out of following postfix expression? 3 1 3 * + 4 7 6 + - * 2 5 +
Select correct option:
61 ans
62
63
None of given options
Question # 5 of 10 ( Start time: 05:04:53 PM ) Total Marks: 1
Stack and Queue can be implemented using _________,
Select correct option:
Singly Link List
Binary Tree
Binary Search Tree
AVL Tree
Question # 6 of 10 ( Start time: 05:06:19 PM ) Total Marks: 1
“+” is a _________operator.
Select correct option:
Unary ans
Binary
Ternary
None of the above
Question # 7 of 10 ( Start time: 05:07:30 PM ) Total Marks: 1
Which one of the following is a post fix expression?
Select correct option:
A+B*C-D
ABC*+D- ans
AB+C*D-
A+BC*D-
Question # 8 of 10 ( Start time: 05:09:05 PM ) Total Marks: 1
Stack can be implemented by which of the following data structure?
Select correct option:
Array ans
BST
AVL
Skip list
Question # 9 of 10 ( Start time: 05:09:29 PM ) Total Marks: 1
Which of the following is not a data structure ?
Select correct option:
Linked list
Stack
Queue
Memory cell ans
Question # 10 of 10 ( Start time: 05:10:29 PM ) Total Marks: 1
Elements in a queue data structure are added from______ and removed from ______
Select correct option:
Rear end, front end ans
Front end, rear end
Front end
Rear end