System Architecture
This test covers topics related to System Architecture.
Questions
Which of these transfers data between components inside a computer?
- Expansion card
- Wi-Fi
- Bus
- Cache
- SCSI
Which of these is a fundamental building block of the central processing unit of a computer?
- Cache
- ALU
- Swap space
- Video card
- Motherboard
The 8086 is a X-bit microprocessor chip. What is X here?
- 8
- 16
- 32
- 64
- 4
Which of the following Pentium Addressing Modes is not 'Indirect'?
- Register Indirect
- Based
- Based Indexed
- Immediate
- Indexed
Which of these store information about the active subroutines of a computer program?
- Heap
- Stack
- Ready queue
- Buffer overrun
- Segment
Which of these is a processor register that indicates where a computer is in its program sequence?
- General purpose registers
- Conditional registers
- Address registers
- Status register
- Program counter
Which of these are used to mark or designate data structures for future processing?
- Program status word
- Flags
- Branch Table
- Program counter
- Instruction pipeline
Which of these designs allow the operating system to run with more privileges than application software?
- Virtual memory
- CPU modes
- System call
- Page Table
- Overlay
Which of these is a hardware interrupt that may be ignored by setting a bit in an interrupt mask register's bit-mask?
- Non-maskable interrupt
- Software interrupt
- Level-triggered interrupt
- Edge-triggered interrupt
- Maskable interrupt
What is a machine stack (often shortened to just "the stack") composed of?
- Activation records
- Stack pointer register
- Page
- Status register
- Heap data structure
Which of the following is an optimization technique used in in pipelined CPUs?
- Data hazards
- Operand forwarding
- Pipeline stall
- Latency
- Reservation Table
Which of these is an interrupt that may be ignored by setting a bit in an interrupt mask register's bit-mask?
- Inter-processor interrupt (IPI)
- Software interrupt
- Spurious interrupt
- Non-maskable interrupt (NMI)
- Maskable interrupt (IRQ)
Which of these resides in special high-speed memory and translates machine instructions into sequences of detailed circuit-level operations?
- Opcode
- Assembler
- Microcode
- Memory controller
- Scheduler
Which of these includes a specification of the native commands implemented by a particular processor?
- High-level language
- Microcode
- Interrupt
- Computer organization
- Instruction set architecture
In which of the following addressing modes, the effective address for an absolute instruction address is the address parameter itself with no modifications?
- Absolute
- PC-relative
- Register indirect
- Sequential execution
- Implicit