1.3 Computer-System Architecture Flashcards
A computer system can be organized according to the number of general-purpose _______.
processors
Most computer systems used to have a single processor containing one CPU with a single _______.
processing core
The core is the component that executes _______.
instructions
The main CPU is capable of executing a general-purpose _______.
instruction set
Special-purpose processors run a limited _______.
instruction set
Examples of ______ processors include disk, keyboard, and graphics controllers .
Special-purpose
The operating system sends information about tasks to special-purpose processors and monitors their _______.
status
A disk-controller microprocessor implements its own disk queue and _______.
scheduling algorithm
The use of special-purpose microprocessors does not turn a single-processor system into a _______.
multiprocessor
If there is only one general-purpose CPU with a single processing core, the system is a _______.
single-processor system
Very few contemporary computer systems are defined as _______ systems.
single-processor
Multiprocessor systems have ___ or more processors.
two
The primary advantage of multiprocessor systems is increased _______.
throughput
The speed-up ratio with N processors is _______ than N.
less
In symmetric multiprocessing (SMP), each peer CPU processor performs all tasks, including _______ functions.
operating-system
In SMP architecture, each CPU processor has its own set of _______.
registers
All processors in a multiprocessor system share _______ over the system bus.
physical memory
A multiprocessor system allows processes and resources to be _______ dynamically among the various processors.
shared
The definition of multiprocessor now includes _______ systems.
multicore
On-chip communication is _______ than between-chip communication.
faster
A dual-core design features two cores on the same _______.
processor chip
The local cache specific to each core is often known as a level 1 or _______ cache.
L1
The level 2 cache is local to the chip but is _______ by the two processing cores.
shared
A multicore processor with N cores appears to the operating system as _______ standard CPUs.
N