Computer Architecture - VK1

Practice questions for GATE(CS)

22 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Where are micro programmes stored?

  1. Main memory
  2. Secondary memory
  3. Cache memory
  4. Read only storage memory
  5. None of the above
Question 2 Multiple Choice (Single Answer)

Micro programmes are executed to execute_____________

  1. user programme in the main memory
  2. instruction (OPCODE) in processor
  3. instruction (OPRAND) in processor
  4. program in the main memory
  5. none of the above
Question 3 Multiple Choice (Single Answer)

Micro programmes generate the sequence of ___________________.

  1. instructions
  2. digital signals
  3. data
  4. address
  5. none of the above
Question 4 Multiple Choice (Single Answer)

To access data/address bus, tristate buffers are used ________________

  1. to isolate the devices
  2. to share devices simultaneously
  3. to provide pipelining to the bus
  4. none of these
  5. all of the above
Question 5 Multiple Choice (Single Answer)

RISC architecture has processing speed ________________.

  1. faster than CISC
  2. same as CISC
  3. slower than CISC
  4. cannot compare the two technologies
  5. none of the above
Question 6 Multiple Choice (Single Answer)

RISC architecture became popular after the invention of _____________________.

  1. VLSI technology
  2. Micro programme technology
  3. Pipelining technology
  4. MSI technology
  5. None of the above
Question 7 Multiple Choice (Single Answer)

Cycle stealing is performed by DMA to__________________.

  1. hold CPU
  2. instruct CPU
  3. stop CPU
  4. perform without affecting CPU
  5. none of the above
Question 8 Multiple Choice (Single Answer)

Cycle stealing is performed when CPU is

  1. accessing memory
  2. writing in memory
  3. in execution cycle
  4. waiting for I/O to complete
  5. none of the above
Question 9 Multiple Choice (Single Answer)

Why I/O terminals in a system are normally latched while address terminals are not?

  1. I/O needs to hold the output status even after the clock address does not.
  2. Address needs to hold status after the clock I/O does not.
  3. I/O terminals are not latched.
  4. Address terminals are latched.
  5. None of the above
Question 10 Multiple Choice (Single Answer)

What is the difference between DMA and co-processor?

  1. No difference
  2. DMA does not execute instructions while co-processor does.
  3. Co-processor does not access memory while DMA does.
  4. CPU can continue working while both DMA and co-processor are working.
  5. None of the above
Question 11 Multiple Choice (Single Answer)

Multiprogram concept differs from multitasking in ____________________

  1. all the programmes, which are executed simultaneously one by one in multitasking. Only one programme will be executed till an idle condition occurs in multiprogramming.
  2. all the programmes, which are executed simultaneously one by one in multiprogramming. Only one programme will be executed till an idle condition occurs in multitasking.
  3. both the concepts that can handle batch processing
  4. both are the same
  5. none of the above
Question 12 Multiple Choice (Single Answer)

Human body is an ideal example of

  1. multitasking
  2. multiprogramming
  3. distributed processing
  4. pipelining
  5. none of the above
Question 13 Multiple Choice (Single Answer)

The architecture most suitable for cache memory implementation is

  1. 8080
  2. 8085
  3. 80486
  4. bit slice
  5. none of the above
Question 14 Multiple Choice (Single Answer)

Cache memories are made of _____________

  1. MOS Device
  2. TTL Device
  3. ECL Device
  4. C-MOS Device
  5. None of the above
Question 15 Multiple Choice (Single Answer)

Architecture of microprocessor differs from microcontroller since

  1. 8255 is not used by microcontroller, but microprocessor uses it
  2. extended RAM & ROM memory are not used in microcontroller but used in microprocessor
  3. RISC can be implemented in microprocessor, but not in microcontroller
  4. microprocessor has internal flash memory, but microcontroller does not
  5. none of the above
Question 16 Multiple Choice (Single Answer)

Main memory gets tristate nature when tristate buffers are connected to the device

  1. both at input and output
  2. only at input
  3. only at output
  4. only at address port
  5. none of the above
Question 17 Multiple Choice (Single Answer)

Main memory is constructed using

  1. MOS
  2. TTL
  3. ECL
  4. JFET
  5. none of the above
Question 18 Multiple Choice (Single Answer)

Loader is used by operating system at _____ of a program.

  1. compile time
  2. code optimization time
  3. execution time
  4. text editing time
  5. none of the above
Question 19 Multiple Choice (Single Answer)

I/O controllers are

  1. intelligent but dedicated processors
  2. to control CPU for I/O
  3. super computers
  4. dumb devices
  5. none of the above
Question 20 Multiple Choice (Single Answer)

Linker is provided to link______________

  1. local symbols/ functions
  2. global symbols/functions
  3. library functions only
  4. for execution of the program
  5. none of the above
Question 21 Multiple Choice (Single Answer)

Which language can be picked for writing a compiler?

  1. Assembly
  2. FORTRAN
  3. C
  4. JAVA
  5. None of the above
Question 22 Multiple Choice (Single Answer)

Buffer blocks are provided to I/O controllers to handle I/O and to

  1. save CPU time
  2. provide multitasking to I/O
  3. engage CPU till I/O is complete
  4. interrupt CPU by I/O devices
  5. none of the above