1
GATE CSE 2009
MCQ (Single Correct Answer)
+2
-0.6
$$\int\limits_0^{\pi /4} {\left( {1 - \tan x} \right)/\left( {1 + \tan x} \right)dx} $$ $$\,\,\,\,\,\,$$ evaluates to
A
$$0$$
B
$$1$$
C
In $$2$$
D
$${1 \over 2}$$ in $$2$$
2
GATE CSE 2009
MCQ (Single Correct Answer)
+2
-0.6
An unbalanced dice (with 6 faces, numbered from 1 to 6) is thrown. The probability that the face value is odd is 90% of the probability that the face valueis even. The probability of getting any even bnumbered face is the same.

If the probability that the face is even given that it is greater than 3 is 0.75, which one of the following options is closest to the probability that the face value exceeds 3?

A
0.453
B
0.468
C
0.485
D
0.492
3
GATE CSE 2009
MCQ (Single Correct Answer)
+2
-0.6
A multilevel page table is preferred in comparison to a single level page table for translating virtual address to physical address because.
A
It reduces the memory access time to read or write a memory location.
B
It helps to reduce the size of page table needed to implement the virtual address space of a process.
C
It is required by the translation look aside buffer.
D
It helps to reduce the number of page faults in page replacement algorithms.
4
GATE CSE 2009
MCQ (Single Correct Answer)
+2
-0.6
Consider the virtual page reference string $$$1,2,3,2,4,1,3,2,4,1$$$
On a demand paged virtual memory system running on a computer system that has main memory size of $$3$$ page frames which are initially empty. Let $$LRU,$$ $$FIFO$$ and $$OPTIMAL$$ denote the number of page faults under the corresponding page replacement policy. Then
A
$$OPTIMAL < LRU < FIFO$$
B
$$OPTIMAL < FIFO < LRU$$
C
$$OPTIMAL = LRU$$
D
$$OPTIMAL = FIFO$$