Computer Organization and Architecture (NCO)

Computer Organization and Architecture - covering CPU architecture, memory systems, bus structures, instruction formats, addressing modes, DMA, and 8085 microprocessor fundamentals

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

___________ bus permanently assigns to either one function or to a physical subset of components.

  1. Dedicated
  2. Clock
  3. Interrupt request
  4. Request
  5. I/O write
Question 2 Multiple Choice (Single Answer)

The state in instruction cycle that determines the address of the next instruction to be executed is

  1. operand address calculation
  2. instruction address calculation
  3. instruction fetch
  4. operand fetch
  5. operand store
Question 3 Multiple Choice (Single Answer)

The _______________ component of 8085 microprocessor is a collection of registers that are user-visible and help to store the operands or result of the operation.

  1. instruction register
  2. program counter
  3. register array
  4. stack pointer
  5. address/data buffer
Question 4 Multiple Choice (Single Answer)

The _________ design issue in designing an instruction set takes care of instruction length, number of addresses, size of various fields and so on.

  1. operation repertoire
  2. data types
  3. instruction format
  4. register
  5. addressing
Question 5 Multiple Choice (Single Answer)

The __________ register of the CPU contains a word of data to be written to memory or the word most recently used.

  1. MAR
  2. PC
  3. IR
  4. MBR
  5. I/O AR
Question 6 Multiple Choice (Single Answer)

The _____________ is a method in which a computer makes it possible to call and return values from subroutines.

  1. stack
  2. queue
  3. subroutine linkage
  4. immediate addressing mode
  5. lists
Question 7 Multiple Choice (Single Answer)

The ____________ task performed by the CPU is the one in which the results of an execution may require writing data to memory or an I/O module.

  1. fetch data
  2. process data
  3. write data
  4. fetch instruction
  5. interpret instruction
Question 8 Multiple Choice (Single Answer)

_______________ memory cell uses a single transistor and a capacitor to store a bit of data.

  1. SRAM
  2. DRAM
  3. ROM
  4. PROM
  5. EPROM
Question 9 Multiple Choice (Single Answer)

The _____________ in accessing RAM consists of the access time plus any additional time required before a second access can commence.

  1. cycle time
  2. transfer time
  3. access time
  4. waiting time
  5. throughput rate
Question 10 Multiple Choice (Single Answer)

_____________ in computer architecture implements a stack with registers and the operands of the ALU are always the top two registers of the stack, and the result from the ALU is stored in the top register of the stack.

  1. The accumulator machine
  2. The stack machine
  3. The load/store machine
  4. Flags
  5. Pop
Question 11 Multiple Choice (Single Answer)

The ___________ in the allocation of addressing bits determines that each operand may require its own mode indicator or the use of indicator is limited to one of the address fields.

  1. number of addressing modes
  2. number of operands
  3. number of register set
  4. address range
  5. address granularity
Question 12 Multiple Choice (Single Answer)

The _____________ type of memory access is the one in which each addressable location in memory has a unique physically wired in addressing mechanism.

  1. sequential
  2. direct
  3. random
  4. associative
  5. indirect
Question 13 Multiple Choice (Single Answer)

The ____________ flag bits supported by the 8085 CPU are set when the result of ALU operation is zero.

  1. S
  2. P
  3. CY
  4. Z
  5. AC
Question 14 Multiple Choice (Single Answer)

The ______________ DMA transfer mode is the one in which DMA transfers at the fastest possible rate as long as the I/O device asserts its DMA request.

  1. block
  2. demand
  3. single
  4. bus
  5. flyby
Question 15 Multiple Choice (Single Answer)

The ____________ addressing mode is the one in which the operand is in memory location and the address of this location is given explicitly in the instruction.

  1. immediate
  2. direct
  3. indirect
  4. register
  5. stack