May 17, 2024

Question 8001 – Theory-of-Computation

Let δ denote the transition function and denote the extended transition function of the ε-NFA whose transition table is given below: Then  is Correct Answer: C […]
May 18, 2024

Question 909 – Fork

The process executes the following code and after execution ____ number of child process get created. fork(); fork(); fork(); fork(); Correct Answer: C Question 1 Explanation:  […]
May 18, 2024

HCU PHD CS MAY 2015

Question 5 The maximum number of items in a B-tree of order m and height h is A mh -1 B mh-1 + I C mh+1 […]
May 19, 2024

Question 10798 – Disk-Scheduling

The head of a hard disk serves requests following the shortest seek time first (SSTF) policy. The head is initially positioned at track number 180. What […]