Chapter 1 Flashcards
In ……………………, If the active server fails, the hot-standby node becomes the active server
Asymmetric clustering
Composed of two or more individual systems (or nodes)
Clustered system
The ……….. synchronizes access to the shared memory
memory controller
The CPU and the device controllers can execute in parallel
(T/F)
True
………… systems are multiprocessor systems
Multicore
One chip with multiple cores uses less power than multiple single-core chips
(T/F)
True
EEPROM can be changed but not frequently
(T/F)
True
……….. loads the registers within the device controller
Device driver
A simple program stored in ROM or EEPROM
Bootstrap Program
Each interrupt has a corresponding service routine (or handler)
(T/F)
True
On-chip communication is slower than between-chip communication
(T/F)
False
Only the operating system can execute in ……….. mode
kernel
Locate the kernel, load it into memory, and start its execution
Bootstrap Program
Each computer architecture has a predefined set of interrupts
(T/F)
True
CPU can be viewed as …………… It acts as the manager of resources and decides how to allocate them to specific programs and users
resource allocator
First appeared in servers but recently appeared on mobile devices such as smartphones and tablet computers
Multiprocessor Systems
In asymmetric clustering, One node is in …………. monitoring the active server
hot-standby mode
Third step in instruction execution cycle:
…………… the instruction, which may store the result back in memory
Execute
The use of ………….. microprocessors is common and does not turn a single-processor system into a multiprocessor
special-purpose
………. can be installed to improve access time or transfer rate
Caches
The CPU interacts with …… using load or store instructions
RAM
Main memory can store all programs and data permanently
(T/F)
False
It is also known by the general term firmware
Bootstrap Program
…………. refers to the use of high-speed memory to hold a copy of recently-accessed data assuming that it will be needed again soon
Caching