UGC NET CS 2016 Aug - III

Last Updated :
Discuss
Comments

Question 1

Constructors have _____ return type.

  • void

  • char

  • int

  • no

Question 2

An Operating System (OS) crashes on the average once in 30 days, that is, the Mean Time Between Failures (MTBF) = 30 days. When this happens, it takes 10 minutes to recover the OS, that is, the Mean Time To Repair (MTTR) = 10 minutes. The availability of the OS with these reliability figures is approximately :
  • 96.97%
  • 97.97%
  • 99.009%
  • 99.97%

Question 3

An analog signal has a bit rate of 8000 bps and a baud rate of 1000. Then analog signal has _____ signal elements and carry _____ data elements in each signal.
  • 256, 8 bits
  • 128, 4 bits
  • 256, 4 bits
  • 128, 8 bits

Question 4

In CRC checksum method, assume that given frame for transmission is 1101011011 and the generator polynomial is G(x) = x4 + x + 1. After implementing CRC encoder, the encoded word sent from sender side is _____.

  • 11010110111110
  • 11101101011011
  • 110101111100111
  • 110101111001111

Question 5

Match the following: 36

  • (1)
  • (2)
  • (3)
  • (4)

Question 6

Consider a weighted complete graph G on the vertex set {ν1, ν2, .... νn} such that the weight of the edge (νi, νj) is 4 | i – j|. The weight of the minimum cost spanning tree of G is :

  • 4n2

  • n

  • 4n – 4

  • 2n – 2

Question 7

An operating system supports a paged virtual memory, using a central processor with a cycle time of one microsecond. It costs an additional one microsecond to access a page other than the current one. Pages have 1000 words, and the paging device is a drum that rotates at 3000 revolutions per minute and transfers one million words per second. Further, one percent of all instructions executed accessed a page other than the current page. The instruction that accessed another page, 80% accessed a page already in memory and when a new page was required, the replaced page was modified 50% of the time. What is the effective access time on this system, assuming that the system is running only one process and the processor is idle during drum transfers?
  • 30 microseconds
  • 34 microseconds
  • 60 microseconds
  • 68 microseconds

Question 8

Consider the following page reference string : 1, 2, 3, 4, 2, 1, 5, 6, 2, 1, 2, 3, 7, 6, 3, 2, 1, 2, 3, 6 Which of the following options, gives the correct number of page faults related to LRU, FIFO, and optimal page replacement algorithms respectively, assuming 05 page frames and all frames are initially empty ?
  • 10, 14, 8
  • 8, 10, 7
  • 7, 10, 8
  • 7, 10, 7

Question 9

Consider a file currently consisting of 50 blocks. Assume that the file control block and the index block is already in memory. If a block is added at the end (and the block information to be added is stored in memory), then how many disk I/O operations are required for indexed (single-level) allocation strategy?
  • 1
  • 101
  • 27
  • 0

Question 10

Which access specifier allows members to be accessed only within the class?

  • public

  • protected

  • private

  • none of them

Tags:

There are 75 questions to complete.

Take a part in the ongoing discussion