System Architecture

This test covers topics related to System Architecture.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of these transfers data between components inside a computer?

  1. Expansion card
  2. Wi-Fi
  3. Bus
  4. Cache
  5. SCSI
Question 2 Multiple Choice (Single Answer)

Which of these is a fundamental building block of the central processing unit of a computer?

  1. Cache
  2. ALU
  3. Swap space
  4. Video card
  5. Motherboard
Question 3 Multiple Choice (Single Answer)

The 8086 is a X-bit microprocessor chip. What is X here?

  1. 8
  2. 16
  3. 32
  4. 64
  5. 4
Question 4 Multiple Choice (Single Answer)

Which of the following Pentium Addressing Modes is not 'Indirect'?

  1. Register Indirect
  2. Based
  3. Based Indexed
  4. Immediate
  5. Indexed
Question 5 Multiple Choice (Single Answer)

Which of these store information about the active subroutines of a computer program?

  1. Heap
  2. Stack
  3. Ready queue
  4. Buffer overrun
  5. Segment
Question 6 Multiple Choice (Single Answer)

Which of these is a processor register that indicates where a computer is in its program sequence?

  1. General purpose registers
  2. Conditional registers
  3. Address registers
  4. Status register
  5. Program counter
Question 7 Multiple Choice (Single Answer)

Which of these are used to mark or designate data structures for future processing?

  1. Program status word
  2. Flags
  3. Branch Table
  4. Program counter
  5. Instruction pipeline
Question 8 Multiple Choice (Single Answer)

Which of these designs allow the operating system to run with more privileges than application software?

  1. Virtual memory
  2. CPU modes
  3. System call
  4. Page Table
  5. Overlay
Question 9 Multiple Choice (Single Answer)

Which of these is a hardware interrupt that may be ignored by setting a bit in an interrupt mask register's bit-mask?

  1. Non-maskable interrupt
  2. Software interrupt
  3. Level-triggered interrupt
  4. Edge-triggered interrupt
  5. Maskable interrupt
Question 10 Multiple Choice (Single Answer)

What is a machine stack (often shortened to just "the stack") composed of?

  1. Activation records
  2. Stack pointer register
  3. Page
  4. Status register
  5. Heap data structure
Question 11 Multiple Choice (Single Answer)

Which of the following is an optimization technique used in in pipelined CPUs?

  1. Data hazards
  2. Operand forwarding
  3. Pipeline stall
  4. Latency
  5. Reservation Table
Question 12 Multiple Choice (Single Answer)

Which of these is an interrupt that may be ignored by setting a bit in an interrupt mask register's bit-mask?

  1. Inter-processor interrupt (IPI)
  2. Software interrupt
  3. Spurious interrupt
  4. Non-maskable interrupt (NMI)
  5. Maskable interrupt (IRQ)
Question 13 Multiple Choice (Single Answer)

Which of these resides in special high-speed memory and translates machine instructions into sequences of detailed circuit-level operations?

  1. Opcode
  2. Assembler
  3. Microcode
  4. Memory controller
  5. Scheduler
Question 14 Multiple Choice (Single Answer)

Which of these includes a specification of the native commands implemented by a particular processor?

  1. High-level language
  2. Microcode
  3. Interrupt
  4. Computer organization
  5. Instruction set architecture
Question 15 Multiple Choice (Single Answer)

In which of the following addressing modes, the effective address for an absolute instruction address is the address parameter itself with no modifications?

  1. Absolute
  2. PC-relative
  3. Register indirect
  4. Sequential execution
  5. Implicit