March 11, 2024

Question 7995 – Operating-Systems

A system shares 9 tape drives. The current allocation and maximum requirement of tape drives for three processes are shown below: Which of the following best […]
March 13, 2024

UGC NET CS 2004 Dec-Paper-2

Question 4 The following lists are the degrees of all the vertices of a graph : (i) 1, 2, 3, 4, 5 (ii) 3, 4, 5, […]
March 13, 2024

Question 9668 – Linked-List

Consider the function f defined below. struct item { int data; struct item * next; }; int f(struct item *p) { return ((p == NULL) || […]
March 14, 2024

UGC NET CS 2015 Dec- paper-2

Question 6 Which of the following arguments are not valid ? (a) “If Gora gets the job and works hard, then he will be promoted. If […]