Miscellaneous GATE CS PYQ Quiz

Last Updated :
Discuss
Comments

Question 1

Which of the following does not interrupt a running process?

  • A device

  • Timer

  • Scheduler process

  • Power failure

Question 2

The process of assigning load addresses to the various parts of the program and adjusting the code and date in the program to reflect the assigned addresses is called

  • Assembly

  • Parsing

  • Relocation

  • Symbol resolution

Question 3

Dynamic linking can cause security concerns because:

  • Security is dynamic

  • The path for searching dynamic libraries is not known till runtime

  • Linking is insecure

  • Cryptographic procedures are not available for dynamic linking

Question 4

Which of the following requires a device driver?

  • Register

  • Cache

  • Main memory

  • Disk

Question 5

A graphics card has on board memory of 1 MB. Which of the following modes can the card not support?

  • 1600 x 400 resolution with 256 colours on a 17-inch monitor

  • 1600 x 400 resolution with 16 million colours on a 14-inch monitor

  • 800 x 400 resolution with 16 million colours on a 17-inch monitor

  • 800 x 800 resolution with 256 colours on a 14-inch monitor

Question 6

X, Y and Z are closed intervals of unit length on the real line. The overlap of X and Y is half a unit. The overlap of Y and Z is also half a unit. Let the overlap of X and Z be k units. Which of the following is true?

  • k must be 1

  • k must be 0

  • k can take any value between 0 and 1 (d) None of the above

  • None of the above

Question 7

An Abstract Data Type (ADT) is:

  • Same as an abstract class

  • A data type that cannot be instantiated

  • A data type for which only the operations defined on it can be used, but none else

  • All of the above

Question 8

The following is the incomplete operation table a 4-element group. 

GATE-CS-2004-Q72

The last row of the table is

  • c a e b 

  • c b a e

  • c b e a

  • c e a b

Question 9

The Newton-Raphson iteration Xn + 1 = (Xn/2) + 3/(2Xn) can be used to solve the equation

  • X2 = 3

  • X3 = 3

  • X2 = 2

  • X3 = 2

Question 10

GATECS2000!28

Which of the following statements is true?

  • S > T

  • S = T

  • S < T and 2S > T

  • 2S <= T

There are 24 questions to complete.

Take a part in the ongoing discussion