Gate
2
iit
Quiz [ MCQ ]
Questions List
.
.
.
.
Cache and Main Memory
Question
The total size of address space in a virtual memory system is limited by
Answer
Since virtual memory is implemented on secondary storage.
Which one of the following is false? Read ^ as AND, v as OR, ~ as NOT, -> as one way implication and <-> as two way implication.
The concatenation of two lists is to be performed in O(1) time. Which of the following implementations of a llist should be used?
If the proposition ~p => q is true, then the truth value of the proposition ~p v (p => q), where ~ is negation, 'V' is inclusive or and '=>' is implication, is
The total size of address space in a virtual memory system is limited by
The following sequence of operations is performed on a stack: PUSH(10), PUSH(20), POP, PUSH(10), PUSH(20), POP, POP, POP, PUSH (20), POP The sequende of values popped out is: