Question 1
Question 2
User level threads are threads that are visible to the programmer and are unknown to the kernel. The operating system kernel supports and manages kernel level threads. Three different types of models relate user and kernel level threads. Which of the following statements is/are true ? (a) (i) The Many - to - one model maps many user threads to one kernel thread (ii) The one - to - one model maps one user thread to one kernel thread (iii) The many - to - many model maps many user threads to smaller or equal kernel threads (b) (i) Many - to - one model maps many kernel threads to one user thread (ii) One - to - one model maps one kernel thread to one user thread (iii) Many - to - many model maps many kernel threads to smaller or equal user threads
(a) is true; (b) is false
(a) is false; (b) is true
Both (a) and (b) are true
Both (a) and (b) are false
Question 3
Match the following: 
(1)
(2)
(3)
(4)
Question 4
Question 5
Suppose we want to download text documents at the rate of 100 pages per second. Assume that a page consists of an average of 24 lines with 80 characters in each line. What is the required bit rate of the channel?
192 kbps
512 kbps
1.248 Mbps
1.536 Mbps
Question 6
Consider the recurrence relation:
Where b and c are constants. The order of the algorithm corresponding to above recurrence relation is:
n
n2
n log n
n3
Question 7
If b is the branching factor and m is the maximum depth of the search tree, what is the space complexity of greedy search?
O(b+m)
O(bm)
O(bm)
O(mm)
Question 8
Question 9
A text is made up of the characters a, b, c, d, e each occurring with the probability 0.11, 0.40, 0.16, 0.09 and 0.24 respectively. The optimal Huffman coding technique will have the average length of:
2.40
2.16
2.26
2.15
Question 10
There are 74 questions to complete.