Deck 5: Computer Systems Organization

Full screen (f)
exit full mode
Question
Machine language instructions can be decoded and executed by the control unit of a computer.
Use Space or
up arrow
down arrow
to flip the card.
Question
The RAM of a computer provides volatile storage.
Question
Both RAM and ROM are memory chips into which information has been pre-recorded during manufacture.
Question
Examples of nonvolatile storage are mass storage devices such as disks and tapes.
Question
The normal mode of operation of a Von Neumann machine is sequential.
Question
Registers can be accessed much more quickly than random access memory.
Question
In a direct access storage device, every unit of information has a unique address.
Question
In a two-level memory hierarchy, when the computer needs a piece of information, it looks in RAM first, then cache memory.
Question
The set of all operations that can be executed by a processor is called its I/O set.
Question
In the MIMD parallel processing model, there is a single program whose instructions are fetched/decoded/executed in a sequential manner by one control unit.
Question
The time it takes to fetch or store a cell is the same for all the cells in random access memory.
Question
The branch of computer science that studies computers in terms of their major functional units and how they work is known as computer organization.
Question
As computers become faster, memory access speeds are keeping pace.
Question
Each processor/memory pair in the MIMD parallel processing model executes its own program in its own local memory at its own rate.
Question
The three parts of the ALU are together called the processor.
Question
The Memory Data Register holds the address of the cell to be fetched or stored.
Question
The principle of locality states that when the computer uses something, it will probably use it again very soon.
Question
The sectors of a disk are placed in concentric circles called cells.
Question
Memory locations are stored in row major order.
Question
Computer manufacturers use a standard cell size of 8 bytes.
Question
System software is an intermediary between the assembly language and hardware components of the Von Neumann machine.
Question
Machines that use the simplified approach to designing instruction sets are known as RISC machines.
Question
The Von Neumann bottleneck is the phenomenon where sequential one-instruction-at-a-time computer models cannot handle large-scale problems.
Question
The ____ holds the address of the next instruction to be executed.

A) status register
B) program counter
C) condition register
D) instruction register
Question
The ____ are the devices that allow a computer system to communicate and interact with the outside world as well as store information.

A) registers
B) arithmetic/logic units
C) control units
D) input/output units
Question
To understand how computers process information, we must study computers as collections of ____ that perform tasks such as information processing, information storage, computation, and data transfer functional units.

A) data types
B) functional units
C) hardware
D) memory units
Question
A(n) ____ handles the details of input/output and compensates for any speed differences between I/O devices and other parts of the computer.

A) cache
B) I/O register
C) decoder circuit
D) I/O controller
Question
The ____ of a disk is the time needed to position the read/write head over the correct track.

A) latency
B) frequency
C) transfer speed
D) seek time
Question
If a computer has a maximum of 2N memory cells, then each address field in a machine language instruction must be ____ bits wide to enable us to address every cell.

A) N
B) 2N
C) N2
D) 2N
Question
The ____ of a disk is the time for the beginning of the desired sector to rotate under the read/write head.

A) latency
B) transfer time
C) frequency
D) seek time
Question
How many bytes are in a gigabyte?

A) 210
B) 220
C) 230
D) 2100
Question
What are the four major components of the Von Neumann architecture?

A) input unit, output unit, central processing unit, memory
B) random access memory, data registers, cache memory, nonvolatile storage
C) central processing unit, arithmetic logic unit, control unit, input/output
D) memory, input/output, arithmetic logic unit, control unit
Question
Machine programming languages were designed to make programming less cumbersome, confusing, and error prone.
Question
The ____ of a disk is the time for the entire sector to pass under the read/write head and have its contents read into or written from memory.

A) latency
B) transfer time
C) frequency
D) seek time
Question
Parallel processing enables researchers to easily and transparently access computer facilities without regard for their locations.
Question
The acronym ____ is frequently used to refer to the memory unit of a computer.

A) ROM
B) CD
C) MDR
D) RAM
Question
A(n) ____ is a high-speed memory unit.

A) MIMD
B) I/O controller
C) decoder
D) cache
Question
The ____ machine language instructions alter the normal sequential flow of control.

A) data transfer
B) arithmetic
C) branch
D) compare
Question
It is the task of the ____ to fetch, decode, and execute instructions.

A) arithmetic/logic unit (ALU)
B) I/O controllers
C) memory
D) control unit
Question
A(n) ____ is a storage cell that holds the operands of an arithmetic operation and that, when the operation is complete, holds its result.

A) decoder
B) register
C) I/O controller
D) cache
Question
The ____ holds a copy of the instruction fetched from memory

A) program counter
B) instruction register
C) cache register
D) instruction decoder
Question
The ____ operation in Von Neumann machines uses a special set of bits known as condition codes to represent the result of the operation.

A) compare
B) addition
C) control
D) looping
Question
In a parallel processing model, the control unit ____ instructions to every ALU.

A) broadcasts
B) decodes
C) stores
D) encodes
Question
During the ____ phase, the control unit circuitry generates the necessary sequence of control signals and data transfer signals to the other units of the computer to carry out the instruction.

A) fetch
B) execution
C) store
D) decode
Question
A(n) ____ is used to represent the instructions that can be decoded and executed by the control unit of a computer.

A) intermediate language
B) machine language
C) compiler
D) ASCII code
Question
To alert the computer that an input/output operation is done, a(n) ____ is transmitted to the processor.

A) condition code
B) interrupt signal
C) broadcast
D) execution instruction
Question
To solve the difficulty of scaling memory organization, memories are physically stored into ____ dimensional organization.

A) one
B) two
C) three
D) multi
Question
Why would a computer engineer choose to use CISC?

A) it is inexpensive
B) it is easy to use
C) it has better security features
D) it directly provides features needed
Question
Why aren't computer memories built completely out of cache memory?

A) cache is too expensive
B) other types of memory are faster
C) cache is not scalable
D) cache is not reliable enough
Question
In a ____, the original contents of the memory cell are unchanged.

A) nondestructive fetch
B) destructive store
C) random access memory
D) volatile storage
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/50
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 5: Computer Systems Organization
1
Machine language instructions can be decoded and executed by the control unit of a computer.
True
2
The RAM of a computer provides volatile storage.
True
3
Both RAM and ROM are memory chips into which information has been pre-recorded during manufacture.
False
4
Examples of nonvolatile storage are mass storage devices such as disks and tapes.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
5
The normal mode of operation of a Von Neumann machine is sequential.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
6
Registers can be accessed much more quickly than random access memory.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
7
In a direct access storage device, every unit of information has a unique address.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
8
In a two-level memory hierarchy, when the computer needs a piece of information, it looks in RAM first, then cache memory.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
9
The set of all operations that can be executed by a processor is called its I/O set.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
10
In the MIMD parallel processing model, there is a single program whose instructions are fetched/decoded/executed in a sequential manner by one control unit.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
11
The time it takes to fetch or store a cell is the same for all the cells in random access memory.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
12
The branch of computer science that studies computers in terms of their major functional units and how they work is known as computer organization.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
13
As computers become faster, memory access speeds are keeping pace.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
14
Each processor/memory pair in the MIMD parallel processing model executes its own program in its own local memory at its own rate.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
15
The three parts of the ALU are together called the processor.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
16
The Memory Data Register holds the address of the cell to be fetched or stored.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
17
The principle of locality states that when the computer uses something, it will probably use it again very soon.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
18
The sectors of a disk are placed in concentric circles called cells.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
19
Memory locations are stored in row major order.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
20
Computer manufacturers use a standard cell size of 8 bytes.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
21
System software is an intermediary between the assembly language and hardware components of the Von Neumann machine.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
22
Machines that use the simplified approach to designing instruction sets are known as RISC machines.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
23
The Von Neumann bottleneck is the phenomenon where sequential one-instruction-at-a-time computer models cannot handle large-scale problems.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
24
The ____ holds the address of the next instruction to be executed.

A) status register
B) program counter
C) condition register
D) instruction register
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
25
The ____ are the devices that allow a computer system to communicate and interact with the outside world as well as store information.

A) registers
B) arithmetic/logic units
C) control units
D) input/output units
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
26
To understand how computers process information, we must study computers as collections of ____ that perform tasks such as information processing, information storage, computation, and data transfer functional units.

A) data types
B) functional units
C) hardware
D) memory units
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
27
A(n) ____ handles the details of input/output and compensates for any speed differences between I/O devices and other parts of the computer.

A) cache
B) I/O register
C) decoder circuit
D) I/O controller
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
28
The ____ of a disk is the time needed to position the read/write head over the correct track.

A) latency
B) frequency
C) transfer speed
D) seek time
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
29
If a computer has a maximum of 2N memory cells, then each address field in a machine language instruction must be ____ bits wide to enable us to address every cell.

A) N
B) 2N
C) N2
D) 2N
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
30
The ____ of a disk is the time for the beginning of the desired sector to rotate under the read/write head.

A) latency
B) transfer time
C) frequency
D) seek time
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
31
How many bytes are in a gigabyte?

A) 210
B) 220
C) 230
D) 2100
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
32
What are the four major components of the Von Neumann architecture?

A) input unit, output unit, central processing unit, memory
B) random access memory, data registers, cache memory, nonvolatile storage
C) central processing unit, arithmetic logic unit, control unit, input/output
D) memory, input/output, arithmetic logic unit, control unit
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
33
Machine programming languages were designed to make programming less cumbersome, confusing, and error prone.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
34
The ____ of a disk is the time for the entire sector to pass under the read/write head and have its contents read into or written from memory.

A) latency
B) transfer time
C) frequency
D) seek time
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
35
Parallel processing enables researchers to easily and transparently access computer facilities without regard for their locations.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
36
The acronym ____ is frequently used to refer to the memory unit of a computer.

A) ROM
B) CD
C) MDR
D) RAM
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
37
A(n) ____ is a high-speed memory unit.

A) MIMD
B) I/O controller
C) decoder
D) cache
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
38
The ____ machine language instructions alter the normal sequential flow of control.

A) data transfer
B) arithmetic
C) branch
D) compare
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
39
It is the task of the ____ to fetch, decode, and execute instructions.

A) arithmetic/logic unit (ALU)
B) I/O controllers
C) memory
D) control unit
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
40
A(n) ____ is a storage cell that holds the operands of an arithmetic operation and that, when the operation is complete, holds its result.

A) decoder
B) register
C) I/O controller
D) cache
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
41
The ____ holds a copy of the instruction fetched from memory

A) program counter
B) instruction register
C) cache register
D) instruction decoder
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
42
The ____ operation in Von Neumann machines uses a special set of bits known as condition codes to represent the result of the operation.

A) compare
B) addition
C) control
D) looping
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
43
In a parallel processing model, the control unit ____ instructions to every ALU.

A) broadcasts
B) decodes
C) stores
D) encodes
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
44
During the ____ phase, the control unit circuitry generates the necessary sequence of control signals and data transfer signals to the other units of the computer to carry out the instruction.

A) fetch
B) execution
C) store
D) decode
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
45
A(n) ____ is used to represent the instructions that can be decoded and executed by the control unit of a computer.

A) intermediate language
B) machine language
C) compiler
D) ASCII code
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
46
To alert the computer that an input/output operation is done, a(n) ____ is transmitted to the processor.

A) condition code
B) interrupt signal
C) broadcast
D) execution instruction
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
47
To solve the difficulty of scaling memory organization, memories are physically stored into ____ dimensional organization.

A) one
B) two
C) three
D) multi
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
48
Why would a computer engineer choose to use CISC?

A) it is inexpensive
B) it is easy to use
C) it has better security features
D) it directly provides features needed
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
49
Why aren't computer memories built completely out of cache memory?

A) cache is too expensive
B) other types of memory are faster
C) cache is not scalable
D) cache is not reliable enough
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
50
In a ____, the original contents of the memory cell are unchanged.

A) nondestructive fetch
B) destructive store
C) random access memory
D) volatile storage
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 50 flashcards in this deck.