NEW
Font size
WorksheetsCEA201
Total questions: 69
Worksheet time: 35mins
A _________ is a mechanism that provides for communication among CPU, main memory, and I/O.
System interconnection
CPU interconnection
Peripheral
Processor
An I/O device is referred to as a __________.*
CPU
Control device
Peripheral
Register
It is a(n) _________ issue whether the multiply instruction will be implemented by a special multiply unit or by a mechanism that makes repeated use of the add unit of the system.*
Architectural
Memory
Mechanical
Organizational
A __________ system is a set of interrelated subsystems.*
Secondary
Hierarchical
Complex
Functional
The______stores data. *
System bus
I/O
Main memory
Control unit
Computer _________ refers to those attributes that have a direct impact on the logical execution of a program.*
Organization
Specifics
Design
Architecture
When data are moved over longer distances, to or from a remote device, the process is known as __________.
Data communications
Registering
Structuring
Data transport
_________ attributes include hardware details transparent to the programmer.*
Interface
Organizational
Memory
Architectural
A common example of system interconnection is by means of a __________.*
Register
System bus
Data transport
Control device
The __________ moves data between the computer and its external environment.*
Data transport
I/O
Register
CPU interconnection
Architectural attributes include __________ .*
I/O mechanisms
Control signals
Interfaces
Memory technology used
It is a(n) _________ design issue whether a computer will have a multiply instruction.*
Architectural
Memory
Elementary
Organizational
Computer technology is changing at a __________ pace.*
Slow
Slow to medium
Rapid
Non-existent
The __________ performs the computer's data processing functions.*
Register
CPU interconnection
ALU
System bus
_________ provide storage internal to the CPU.*
Control units
ALUs
Main memory
Registers
The __________ defines the third generation of computers.*
Integrated circuit
Vacuum tube
Transistor
VLSI
The memory of the IAS consists of 1000 storage locations called __________.*
Opcodes
Wafers
VLSIs
Words
The use of multiple processors on the same chip is referred to as __________ and provides the potential to increase performance without increasing the clock rate.*
Multicore
GPU
Data channels
MPC
Second generation computers used __________.*
Integrated circuits
Transistors
Vacuum tubes
Large-scale integration
The ENIAC is an example of a _________ generation computer.*
First
Second
Third
Fourth
The __________ contains the 8-bit opcode instruction being executed.*
Memory buffer register
Instruction buffer register
Instruction register
Memory address register
With the __________, Intel introduced the use of superscalar techniques that allow multiple instructions to execute in parallel.*
Core
8080
80486
Pentium
The __________ measures the ability of a computer to complete a single task.*
Clock speed
Speed metric
Execute cycle
Cycle time
One increment, or pulse, of the system clock is referred to as a _________.*
Clock tick
Cycle time
Clock rate
Cycle speed
The __________ interprets the instructions in memory and causes them to be executed.*
Main memory
Control unit
I/O
Arithmetic and logic unit
During the _________ the opcode of the next instruction is loaded into the IR and the address portion is loaded into the MAR.*
Execute cycle
Fetch cycle
Instruction cycle
Clock cycle
The ENIAC used __________.*
Vacuum tubes
Integrated circuits
IAS
Transistors
The _________ was the world's first general-purpose electronic digital computer.*
UNIVAC
MARK IV
ENIAC
Hollerith's Counting Machine
The Electronic Numerical Integrator and Computer project was a response to U.S. needs during _________.*
The Civil War
The French-American War
World War I
World War II
ARM processors are designed to meet the needs of _________.*
Embedded real-time systems
Application platforms
Secure applications
All of the above
A sequence of codes or instructions is called __________.*
Software
Memory
An interconnect
A register
A bus that connects major computer components (processor, memory, I/O) is called a __________.*
System bus
Address bus
Data bus
Control bus
The __________ are used to designate the source or destination of the data on the data bus.*
System lines
Data lines
Control lines
Address lines
The von Neumann architecture is based on which concept?*
Data and instructions are stored in a single read-write memory
The contents of this memory are addressable by location
Execution occurs in a sequential fashion
All of the above
The interconnection structure must support which transfer?*
Memory to processor
Processor to memory
I/O to or from memory
All of the above
The processing required for a single instruction is called a(n) __________ cycle.*
Execute
Fetch
Instruction
Packet
The data lines provide a path for moving data among system modules and are collectively called the _________.*
Control bus
Address bus
Data bus
System bus
A(n) _________ is generated by a failure such as power failure or memory parity error.*
I/O interrupt
Hardware failure interrupt
Timer interrupt
Program interrupt
The _________ receives read and write requests from the software above the TL and creates request packets for transmission to a destination via the link layer.*
Transaction layer
Root layer
Configuration layer
Transport layer
The TL supports which of the following address spaces?*
Memory
I/O
Message
All of the above
A __________ is the high-level set of rules for exchanging packets of data between devices.*
Bus
Protocol
Packet
QPI
Virtually all contemporary computer designs are based on concepts developed by __________ at the Institute for Advanced Studies, Princeton.*
John Maulchy
John von Neumann
Herman Hollerith
John Eckert
Each data path consists of a pair of wires (referred to as a __________) that transmits data one bit at a time.*
Lane
Path
Line
Bus
A(n) _________ is generated by some condition that occurs as a result of an instruction execution.*
Timer interrupt
I/O interrupt
Program interrupt
Hardware failure interrupt
The QPI _________ layer is used to determine the course that a packet will traverse across the available system interconnects.*
Link
Protocol
Routing
Physical
A logical cache stores data using __________.*
Physical addresses
Virtual addresses
Random addresses
None of the above
The key advantage of the __________ design is that it eliminates contention for the cache between the instruction fetch/decode unit and the execution unit.*
Logical cache
Split cache
Unified cache
Physical cache
For internal memory, the __________ is equal to the number of electrical lines into and out of the memory module.*
Access time
Unit of transfer
Capacity
Memory ratio
A line includes a _________ that identifies which particular block is currently being stored.*
Cache
Hit
Tag
Locality
"Memory is organized into records and access must be made in a specific linear sequence" is a description of __________.*
Sequential access
Direct access
Random access
Associative
In reference to access time to a two-level memory, a _________ occurs if an accessed word is not found in the faster memory.*
Miss
Hit
Line
Tag
For random-access memory, __________ is the time from the instant that an address is presented to the memory to the instant that data have been stored or made available for use.*
Memory cycle time
Direct access
Transfer rate
Access time
The ________ consists of the access time plus any additional time required before a second access can commence.*
Latency
Memory cycle time
Direct access
Transfer rate
Internal memory capacity is typically expressed in terms of _________.*
Hertz
Nanos
Bytes
LOR
__________ refers to whether memory is internal or external to the computer.*
Location
Access
Hierarchy
Tag
individual blocks or records have a unique address based on physical location with __________.*
Associative
Physical access
Direct access
Sequential access
A portion of main memory used as a buffer to hold data temporarily that is to be read out to disk is referred to as a*
Disk cache
Latency
Virtual address
Miss
The Pentium 4 _________ component executes micro-operations, fetching the required data from the L1 data cache and temporarily storing results in registers.*
Fetch/decode unit
Out-of-order execution logic
Execution unit
Memory subsystem
__________ is the simplest mapping technique and maps each block of main memory into only one possible cache line.*
Direct mapping
Associative mapping
Set associative mapping
None of the above
When using the __________ technique all write operations made to main memory are made to the cache as well.*
Write back
LRU
Write through
Unified cache
________ increases the prefetch buffer size to 8 bits.
CDRAM
RDRAM
DDR3
All of the above
A DDR3 module transfers data at a clock rate of __________ MHz.*
600 to 1200
800 to 1600
1000 to 2000
1500 to 3000
__________ increases the data transfer rate by increasing the operational frequency of the RAM chip and by increasing the prefetch buffer from 2 bits to 4 bits per chip.*
DDR2
RDRAM
CDRAM
DDR3
With _________ the microchip is organized so that a section of memory cells are erased in a single action.*
Flash memory
SDRAM
DRAM
EEPROM
________ can send data to the processor twice per clock cycle.*
CDRAM
SDRAM
DDR-DRAM
RDRAM
Which properties do all semiconductor memory cells share?*
They exhibit two stable states which can be used to represent binary 1 and 0
They are capable of being written into to set the state
They are capable of being read to sense the state
All of the above
__________ can be caused by harsh environmental abuse, manufacturing defects, and wear.*
SEC errors
Hard errors
Syndrome errors
Soft errors
Which of the following memory types are nonvolatile?*
Erasable PROM
Programmable ROM
Flash memory
All of the above
In a _________, binary values are stored using traditional flip-flop logic-gate configurations.*
ROM
SRAM
DRAM
RAM
