March 11, 2024Question 7995 – Operating-SystemsA 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, 2024UGC NET CS 2004 Dec-Paper-2Question 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, 2024Question 9668 – Linked-ListConsider the function f defined below. struct item { int data; struct item * next; }; int f(struct item *p) { return ((p == NULL) || […]
March 14, 2024UGC NET CS 2015 Dec- paper-2Question 6 Which of the following arguments are not valid ? (a) “If Gora gets the job and works hard, then he will be promoted. If […]