...
May 22, 2024

UGC NET CS 2014 Dec-Paper-2

Question 10 The size of the ROM required to build an 8-bit adder/subtractor with mode control, carry input, carry output and two’s complement overflow output is […]
May 22, 2024

UGC NET CS 2014 Dec-Paper-2

Question 11 What will be the output of the following ‘C’ code ? main( ) { int x=128; printf (“\n%d”, 1 + x++); } A 128 […]
May 22, 2024

GATE 2009

Question 31 Consider a disk system with 100 cylinders. The requests to access the cylinders occur in following sequence: 4, 34, 10, 7, 19, 73, 2, […]
May 22, 2024

Question 7742 – CPU-Scheduling

Which of the following CPU scheduling algorithms is/are supported by LINUX operating system? Correct Answer: B Question 12 Explanation:  Preemptive priority scheduling and time sharing CPU […]