Question Paper-CSE
Question Paper-CSE
Series
Test Booklet for the Post of
A Assistant Professor Computer Engineering
(A) P < q
2 3
A=
(B) P > q x y
(C) P = q If the eigenvalues of A are 4 and 8, then
(D) None of these
(A) x=4, y=10
(B) Decreased
(C) Unchanged 6. The decimal equivalent of the binary number
(D) None of these 101.101 is
(A) 5.6249
3. The number of edges in a complete graph
(B) 5.625
with n vertices is given by :
11. During DMA transfer, the DMA controller 14. The default parameter passing mechanism
takes over the buses to manage the transfer is
Computer Engg. 4
15. The program 18. A binary tree with N internal nodes has a
(A) N
{
(B) N + 1
Int i = 5;
(C) N + 2
I = (++i) / (i ++);
(D) N + 3
Printf ("%d", i);
}
19. In tree construction, which one will be
Prints
suitable and efficient data structure?
(A) 2
(A) Queue
(B) 5
(B) Linked list
(C) 1
(C) Heap
(D) 6
(D) String
16. The statement printf (“%d”, (a++)); prints 20. A binary max-heap containing n numbers,
(A) The current value of a the smallest element can be found in time
(D) O(1)
Computer Engg. 6
29. Can a DFSA simulate a NFSA? 33. Which of the following features can not be
(C) Same as baud rate 41. Thrashing can be avoided by reducing the
Computer Engg. 8
43. Which of the following page replacement 46. Which of the following is a good choice to
algorithms suffers from Belady’s anomaly? implement a priority queue?
(C) FIFO
(C) Queue
(D) Both Optimal replacement and LRU
(D) Heap
45. A process executes the following code 48. Consider a B+ tree in which the maximum
for (i = 0; i < n; i++) for ( ); number of keys in a node is 5. What is the
minimum number of keys in any non-root
The total number of child processes
node?
created is
(A) 1
(A) n
(B) 2
(B) 2n–1
(C) 2 n (C) 3
Computer Engg. 10
ROUGH WORK
Computer Engg. 12