GATE - 1

Computer Organization and Architecture questions for GATE Computer Science exam preparation covering data transfer, interrupts, parallel processing, pipeline, I/O interfaces, and scheduling

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

A disadvantage of ________ method(s) is that the source unit that initiates the transfer has no way of knowing whether the destination unit has actually received the data item that was placed in the bus.

  1. handshaking
  2. strobe
  3. Both (1) and (2)
  4. None of these
Question 2 Multiple Choice (Single Answer)

Which procedure is used to identify the highest-priority source by software means?

  1. Handshaking
  2. Daisychaining
  3. Polling
  4. None of these
Question 3 Multiple Choice (Single Answer)

_______ is used to indicate to the other unit when the transfer has to occur. The unit receiving the data item responds with another control signal to acknowledge. The receipt of the data is called ________.

  1. Handshaking, strobe pulse
  2. Strobe pulse, handshaking
  3. Strobe pulse, strobe pulse
  4. None of these
Question 4 Multiple Choice (Single Answer)

If the register in the interface shares a common clock with the CPU register, then transfer between the two units is said to be

  1. asynchronous
  2. synchronous
  3. input-output
  4. None of these
Question 5 Multiple Choice (Single Answer)

The _______ method(s) of establishing priority consist of a serial connection of all devices that request on an interrupt.

  1. daisy chaining
  2. polling
  3. Both (1) and (2)
  4. Neither (1) nor (2)
Question 6 Multiple Choice (Single Answer)

In a/an _______, the source supplies the branch information to the computer. This information is called a/an _________.

  1. interrupt vector, vectored interrupt
  2. interrupt vector, interrupt vector
  3. vectored interrupt, interrupt vector
  4. None of these
Question 7 Multiple Choice (Single Answer)

Flynn considers the organisation of a compiler system by the ______ and the _____ that are manipulated simultaneously.

  1. data item, number of instructions
  2. number of instructions, data item
  3. data item, data item
  4. None of these
Question 8 Multiple Choice (Single Answer)

______ represents an organisation that includes many processing units under the supervision of a common control unit.

  1. SISD
  2. SIMD
  3. MIMD
  4. MISD
Question 9 Multiple Choice (Single Answer)

______ is a technique of decomposing a sequential process into sub processes, each sub process being executed in a special dedicated segment that operates concurrently with all other segments.

  1. Vector processing
  2. Array processor
  3. Pipeline processing
  4. None of these
Question 10 Multiple Choice (Single Answer)

_______ is caused by the access to memory by two segments at the same time.

  1. Resource conflict
  2. Data dependency
  3. Branch difficulties
  4. None of these
Question 11 Multiple Choice (Single Answer)

If there are 'n' processes in the ready queue and the time quantum is 'q', then each process gets 1/N of the CPU time in chunks of maximum q time units. Each process must wait no longer than

  1. [(n - 1) + 3]*(q - 1)
  2. n*(q - 1)
  3. (n - 1)*q
  4. None of these
Question 12 Multiple Choice (Single Answer)

Input-output interface provides a method for transferring information between internal storage and external I/O devices. The main function(s) of input-output interface is/are

  1. data conversion
  2. synchronisation
  3. device selection
  4. All of the above
Question 13 Multiple Choice (Single Answer)

A/an _____ is used to test various status conditions in the interface and the peripheral.

  1. I/O command
  2. status command
  3. output data command
  4. input data command
Question 14 Multiple Choice (Single Answer)

In the _____ configuration, the CPU has distinguished input and output instructions and each of these instructions is associated with the address of an interface register.

  1. isolated I/O
  2. memory-mapped I/O
  3. Both (1) and (2)
  4. None of these
Question 15 Multiple Choice (Single Answer)

A ____ is issued to activate the peripheral and to inform its mode of operation.

  1. control command
  2. status command
  3. data output command
  4. data input command