Deck 6: System Integration and Performance

Full screen (f)
exit full mode
Question
A buffer for an I/O device is typically implemented on the sending computer.
Use Space or
up arrow
down arrow
to flip the card.
Question
When multiple processors occupy a single motherboard, they share primary storage and a single system bus.
Question
Secondary storage devices are much faster than the system bus.
Question
Disk caching is common in modern computer systems, particularly in file and database servers.
Question
A system bus can be conceptually or physically divided into specialized subsets, including the data, address, control, and power buses.
Question
The CPU communicates with a peripheral device by moving data to or from an I/O port's dedicated bus.
Question
A full-featured 64-bit CPU, even one with multiple ALUs and pipelined processing, typically requires fewer than 50 million transistors.
Question
A PC usually transmits data one bit at a time over a wireless connection, and a laser printer prints an entire page at once.
Question
​A system bus connects computer system components, including the CPU, memory, storage, and I/O devices.
Question
​Performance is improved if storage and I/O devices can transmit data between themselves with explicit CPU involvement.
Question
Peer-to-peer bus protocols are substantially less complex but more expensive than master-slave bus protocols.
Question
During a write operation, a cache acts similarly to a buffer.
Question
The OS is the best source of file access information because it updates information dynamically as it services file access requests.
Question
Data written to a cache during a write operation isn't automatically removed from the cache after it's written to the underlying storage device.
Question
With serial communication lines in a bus, each line carries only one bit value or signal at a time, and many lines are required to carry data, address, and control bits.
Question
Until the 2000s, system buses were always constructed with serial electrical lines.
Question
One way to limit wait states is to use an SDRAM cache between the CPU and SRAM primary storage.
Question
The memory bus has a much higher data transfer rate than the system bus because of its shorter length, higher clock rate, and (in most computers) large number of parallel communication lines.
Question
Serial channels in buses are more reliable than parallel channels at very high speeds.
Question
Devices with low data transfer demand can use a single PCI bus lane, and devices with higher requirements can increase their available data transfer rate by using additional lanes.
Question
A ____ is a simple processor attached to a peer-to-peer bus that decides which devices must wait when multiple devices want to become a bus master.

A) bus master unit
B) bus arbitration unit
C) bus controller
D) bus interface
Question
People routinely download megabytes or gigabytes of data via the Internet and store gigabytes of data on handheld devices, terabytes on desktop computers, and petabytes to exabytes in corporate and government data centers.
Question
​A ____ is a shared electrical or optical channel that connects two or more devices.
C) ​Route
D) ​connection
Question
When the CPU is the focus of all computer activity, all other devices are ____.

A) bus masters
B) bus primates
C) bus limiters
D) bus slaves
Question
Zip files and archives are examples of lossless compression.
Question
Devices attached to a system bus coordinate and synchronize their activities with a common ____.

A) bus clock
B) control bus
C) data bus
D) system bus
Question
In a ____, any device can assume control of the bus or act as a bus master for transfers to any other device.

A) peer-to-peer bus
B) star bus
C) linear bus
D) ring bus
Question
The ____ governs the format, content, and timing of data, memory addresses, and control messages sent across the bus.

A) bus clock
B) bus size
C) bus protocol
D) bus master
Question
Both multicore and multiple-processor architectures are examples of scaling up because they increase the power of a single computer system.
Question
Under direct memory access, a device called a ____ is attached to the bus and to main memory.

A) controller
B) DMA master
C) DMA controller
D) DRM controller
Question
Lossless compression ratios higher than 50:1 are difficult or impossible to achieve with audio and video data.
Question
Until the 1990s, scaling up was almost always a more cost-effective strategy to increase available computer power because communication between computers was extremely slow compared with communication between a single computer's components.
Question
Multiple-processor architecture is not common in workstations.
Question
The ____ carries commands, command responses, status codes, and similar messages.

A) bus clock
B) command bus
C) CPU
D) control bus
Question
There are typically multiple storage and I/O devices connected to a computer, collectively referred to as ____.

A) core devices
B) peripheral devices
C) perimeter devices
D) companion devices
Question
The largest computational problems, such as those encountered in modeling three-dimensional physical phenomena, can be solved by a single computer as long as it has enough computing resources.
Question
When the CPU is the focus of all computer activity, it's also the ____.

A) bus clock
B) bus master
C) bus slave
D) bus protocol
Question
Using data compression alters the balance of processor resources and communication or storage resources in a computer system.
Question
Reducing the size of stored or transmitted data can improve performance whenever there's a dearth of processing power.
Question
MP3 compresses the audio data stream by discarding information about masked sounds or representing them with fewer bits.
Question
The main goal of buffering and caching is to ____.

A) control data channels
B) improve I/O performance
C) improve overall system performance
D) reduce system load
Question
Most performance benefits of a cache occur during ____.

A) write operations
B) mixed operations
C) buffered operations
D) read operations
Question
If the CPU is idle while a device completes an access request, the CPU cycles that could have been (but weren't) devoted to instruction execution are called ____.

A) I/O channels
B) I/O hooks
C) I/O wait states
D) I/O peers
Question
____ is a family of bus standards found in nearly all small and midrange computers and many larger ones.

A) Peripheral Component Interface
B) Peripheral Connection Interface
C) Peripheral Component Interconnect
D) Peripheral Component Interchange
Question
A ____ is a processor that guesses what data will be requested in the near future and loads this data from the storage device into the cache before it's actually requested.

A) cache miss
B) cache controller
C) cache hit
D) cache algorithm
Question
When three cache levels are in use, the cache farthest from the CPU is called a ____ cache.

A) level zero
B) level one
C) level two
D) level three
Question
The ____ states that when multiple resources are required to produce something useful, adding more of a single resource produces fewer benefits.

A) law of regression
B) law of diminishing returns
C) law of diminished value
D) law of diversity
Question
As buffer size increases above ____ bytes, CPU cycle consumption decreases at a linear rate.

A) 4
B) 8
C) 12
D) 16
Question
Data, address, and command bits are transmitted across PCI bus line subsets called "____."

A) lanes
B) ports
C) stripes
D) bundles
Question
When the data needed isn't in the cache, the access is called a ____.

A) cache hit
B) cache fault
C) cache miss
D) cache pull
Question
The ____ connects only the CPU and memory.

A) storage bus
B) local bus
C) system bus
D) memory bus
Question
A ____ connects secondary storage devices to the system bus.

A) memory bus
B) storage bus
C) system bus
D) local bus
Question
A(n) ____ is a communication pathway from the CPU to a peripheral device.

A) connection port
B) I/O port
C) device port
D) block port
Question
One task performed by a storage device controller is translating logical write operations into ____ write operations.

A) stack
B) bugger
C) cache
D) physical
Question
The ratio of cache hits to read accesses is called the cache's ____.

A) hit ratio
B) efficiency
C) Performance
D) hit boundary
Question
When three cache levels are in use, the cache closest to the CPU is called a ____ cache.

A) level zero
B) level one
C) level two
D) level three
Question
Many computer system designers rely on ____ to implement disk caching.

A) the OS
B) specialized disk controller hardware
C) applications
D) firmware
Question
If a buffer isn't large enough to hold and entire unit of data transfer, an error called a ____ occurs.

A) buffer overflow
B) buffer underflow
C) heap overflow
D) buffer fault
Question
In most computers, an I/O port is a ____.

A) system address
B) memory block
C) network device
D) memory address
Question
A ____ is a reserved area of main memory accessed on a last-in, first-out (LIFO) basis.

A) stack
B) queue
C) chain
D) heap
Question
In the simplest sense, a(n) ____________________ is just a set of communication lines.
Question
In traditional computer architecture, the ____________________ is the focus of all computer activity.
Question
____ is a technique that reduces the number of bits used to encode data, such as a file or a stream of video images transmitted across the Internet.

A) Compression
B) Dispersion
C) Randomization
D) Coordination
Question
Storage and I/O devices are normally connected to the system bus or a subsidiary bus through a(n) ____________________.
Question
The ____________________ bus improves computer system performance by removing video traffic from the system bus and providing a high-capacity one-way communication channel optimized for video data.
Question
Lossy compression of audio and video can achieve compression ratios up to ____.

A) 25:1
B) 50:1
C) 75:1
D) 100:1
Question
​The ____________________ transmits data between computer system components.
Question
The latest trend in high-performance CPU design embeds multiple CPUs and cache memory on a single chip-an approach called ____.

A) multiple-processor architecture
B) multicore architecture
C) multipath architecture
D) partial execution architecture
Question
____________________ buses connect a subset of computer components and are specialized for these components' characteristics and communication between them.
Question
With ____ compression, any data input that's compressed and then decompressed is exactly the same as the original input.

A) lossy
B) lossless
C) perfect
D) ideal
Question
____ is a cost-effective approach to computer system design when a single computer runs many different application programs or services.

A) Partial execution architecture
B) Multipath architecture
C) Multicore architecture
D) Multiple-processor architecture
Question
With ____ compression, data inputs that are compressed and then decompressed are different from, but still similar to, the original input.

A) lossy
B) lossless
C) universal
D) ideal
Question
The ____________________ distributes electrical power to directly attached devices or their device controllers.
Question
____________________ ports enable the CPU and bus to interact with a keyboard in the same way they interact with a disk drive or video display.
Question
A ____ is a mathematical compression technique implemented as a program.

A) compression system
B) compression routine
C) compression utility
D) compression algorithm
Question
____ is an approach that partitions processing and other tasks among multiple computer systems.

A) Scaling up
B) Scaling down
C) Scaling out
D) Scaling in
Question
The phrase ____ describes approaches to increasing processing and other computer system power by using larger and more powerful computers.

A) scaling out
B) scaling up
C) scaling down
D) scaling wide
Question
Computer system components coordinate their activities by sending signals over the ____________________.
Question
The term ____ describes the ratio of data size in bits or bytes before and after compression.

A) compression value
B) compression efficiency
C) compression ratio
D) compression ratio
Question
A(n) ____________________ bus, such as a Universal serial Bus, connects one or more external devices to the system bus.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 6: System Integration and Performance
1
A buffer for an I/O device is typically implemented on the sending computer.
False
2
When multiple processors occupy a single motherboard, they share primary storage and a single system bus.
True
3
Secondary storage devices are much faster than the system bus.
False
4
Disk caching is common in modern computer systems, particularly in file and database servers.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
5
A system bus can be conceptually or physically divided into specialized subsets, including the data, address, control, and power buses.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
6
The CPU communicates with a peripheral device by moving data to or from an I/O port's dedicated bus.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
7
A full-featured 64-bit CPU, even one with multiple ALUs and pipelined processing, typically requires fewer than 50 million transistors.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
8
A PC usually transmits data one bit at a time over a wireless connection, and a laser printer prints an entire page at once.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
9
​A system bus connects computer system components, including the CPU, memory, storage, and I/O devices.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
10
​Performance is improved if storage and I/O devices can transmit data between themselves with explicit CPU involvement.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
11
Peer-to-peer bus protocols are substantially less complex but more expensive than master-slave bus protocols.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
12
During a write operation, a cache acts similarly to a buffer.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
13
The OS is the best source of file access information because it updates information dynamically as it services file access requests.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
14
Data written to a cache during a write operation isn't automatically removed from the cache after it's written to the underlying storage device.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
15
With serial communication lines in a bus, each line carries only one bit value or signal at a time, and many lines are required to carry data, address, and control bits.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
16
Until the 2000s, system buses were always constructed with serial electrical lines.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
17
One way to limit wait states is to use an SDRAM cache between the CPU and SRAM primary storage.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
18
The memory bus has a much higher data transfer rate than the system bus because of its shorter length, higher clock rate, and (in most computers) large number of parallel communication lines.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
19
Serial channels in buses are more reliable than parallel channels at very high speeds.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
20
Devices with low data transfer demand can use a single PCI bus lane, and devices with higher requirements can increase their available data transfer rate by using additional lanes.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
21
A ____ is a simple processor attached to a peer-to-peer bus that decides which devices must wait when multiple devices want to become a bus master.

A) bus master unit
B) bus arbitration unit
C) bus controller
D) bus interface
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
22
People routinely download megabytes or gigabytes of data via the Internet and store gigabytes of data on handheld devices, terabytes on desktop computers, and petabytes to exabytes in corporate and government data centers.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
23
​A ____ is a shared electrical or optical channel that connects two or more devices.
C) ​Route
D) ​connection
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
24
When the CPU is the focus of all computer activity, all other devices are ____.

A) bus masters
B) bus primates
C) bus limiters
D) bus slaves
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
25
Zip files and archives are examples of lossless compression.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
26
Devices attached to a system bus coordinate and synchronize their activities with a common ____.

A) bus clock
B) control bus
C) data bus
D) system bus
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
27
In a ____, any device can assume control of the bus or act as a bus master for transfers to any other device.

A) peer-to-peer bus
B) star bus
C) linear bus
D) ring bus
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
28
The ____ governs the format, content, and timing of data, memory addresses, and control messages sent across the bus.

A) bus clock
B) bus size
C) bus protocol
D) bus master
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
29
Both multicore and multiple-processor architectures are examples of scaling up because they increase the power of a single computer system.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
30
Under direct memory access, a device called a ____ is attached to the bus and to main memory.

A) controller
B) DMA master
C) DMA controller
D) DRM controller
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
31
Lossless compression ratios higher than 50:1 are difficult or impossible to achieve with audio and video data.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
32
Until the 1990s, scaling up was almost always a more cost-effective strategy to increase available computer power because communication between computers was extremely slow compared with communication between a single computer's components.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
33
Multiple-processor architecture is not common in workstations.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
34
The ____ carries commands, command responses, status codes, and similar messages.

A) bus clock
B) command bus
C) CPU
D) control bus
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
35
There are typically multiple storage and I/O devices connected to a computer, collectively referred to as ____.

A) core devices
B) peripheral devices
C) perimeter devices
D) companion devices
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
36
The largest computational problems, such as those encountered in modeling three-dimensional physical phenomena, can be solved by a single computer as long as it has enough computing resources.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
37
When the CPU is the focus of all computer activity, it's also the ____.

A) bus clock
B) bus master
C) bus slave
D) bus protocol
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
38
Using data compression alters the balance of processor resources and communication or storage resources in a computer system.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
39
Reducing the size of stored or transmitted data can improve performance whenever there's a dearth of processing power.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
40
MP3 compresses the audio data stream by discarding information about masked sounds or representing them with fewer bits.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
41
The main goal of buffering and caching is to ____.

A) control data channels
B) improve I/O performance
C) improve overall system performance
D) reduce system load
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
42
Most performance benefits of a cache occur during ____.

A) write operations
B) mixed operations
C) buffered operations
D) read operations
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
43
If the CPU is idle while a device completes an access request, the CPU cycles that could have been (but weren't) devoted to instruction execution are called ____.

A) I/O channels
B) I/O hooks
C) I/O wait states
D) I/O peers
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
44
____ is a family of bus standards found in nearly all small and midrange computers and many larger ones.

A) Peripheral Component Interface
B) Peripheral Connection Interface
C) Peripheral Component Interconnect
D) Peripheral Component Interchange
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
45
A ____ is a processor that guesses what data will be requested in the near future and loads this data from the storage device into the cache before it's actually requested.

A) cache miss
B) cache controller
C) cache hit
D) cache algorithm
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
46
When three cache levels are in use, the cache farthest from the CPU is called a ____ cache.

A) level zero
B) level one
C) level two
D) level three
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
47
The ____ states that when multiple resources are required to produce something useful, adding more of a single resource produces fewer benefits.

A) law of regression
B) law of diminishing returns
C) law of diminished value
D) law of diversity
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
48
As buffer size increases above ____ bytes, CPU cycle consumption decreases at a linear rate.

A) 4
B) 8
C) 12
D) 16
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
49
Data, address, and command bits are transmitted across PCI bus line subsets called "____."

A) lanes
B) ports
C) stripes
D) bundles
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
50
When the data needed isn't in the cache, the access is called a ____.

A) cache hit
B) cache fault
C) cache miss
D) cache pull
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
51
The ____ connects only the CPU and memory.

A) storage bus
B) local bus
C) system bus
D) memory bus
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
52
A ____ connects secondary storage devices to the system bus.

A) memory bus
B) storage bus
C) system bus
D) local bus
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
53
A(n) ____ is a communication pathway from the CPU to a peripheral device.

A) connection port
B) I/O port
C) device port
D) block port
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
54
One task performed by a storage device controller is translating logical write operations into ____ write operations.

A) stack
B) bugger
C) cache
D) physical
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
55
The ratio of cache hits to read accesses is called the cache's ____.

A) hit ratio
B) efficiency
C) Performance
D) hit boundary
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
56
When three cache levels are in use, the cache closest to the CPU is called a ____ cache.

A) level zero
B) level one
C) level two
D) level three
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
57
Many computer system designers rely on ____ to implement disk caching.

A) the OS
B) specialized disk controller hardware
C) applications
D) firmware
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
58
If a buffer isn't large enough to hold and entire unit of data transfer, an error called a ____ occurs.

A) buffer overflow
B) buffer underflow
C) heap overflow
D) buffer fault
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
59
In most computers, an I/O port is a ____.

A) system address
B) memory block
C) network device
D) memory address
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
60
A ____ is a reserved area of main memory accessed on a last-in, first-out (LIFO) basis.

A) stack
B) queue
C) chain
D) heap
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
61
In the simplest sense, a(n) ____________________ is just a set of communication lines.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
62
In traditional computer architecture, the ____________________ is the focus of all computer activity.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
63
____ is a technique that reduces the number of bits used to encode data, such as a file or a stream of video images transmitted across the Internet.

A) Compression
B) Dispersion
C) Randomization
D) Coordination
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
64
Storage and I/O devices are normally connected to the system bus or a subsidiary bus through a(n) ____________________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
65
The ____________________ bus improves computer system performance by removing video traffic from the system bus and providing a high-capacity one-way communication channel optimized for video data.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
66
Lossy compression of audio and video can achieve compression ratios up to ____.

A) 25:1
B) 50:1
C) 75:1
D) 100:1
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
67
​The ____________________ transmits data between computer system components.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
68
The latest trend in high-performance CPU design embeds multiple CPUs and cache memory on a single chip-an approach called ____.

A) multiple-processor architecture
B) multicore architecture
C) multipath architecture
D) partial execution architecture
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
69
____________________ buses connect a subset of computer components and are specialized for these components' characteristics and communication between them.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
70
With ____ compression, any data input that's compressed and then decompressed is exactly the same as the original input.

A) lossy
B) lossless
C) perfect
D) ideal
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
71
____ is a cost-effective approach to computer system design when a single computer runs many different application programs or services.

A) Partial execution architecture
B) Multipath architecture
C) Multicore architecture
D) Multiple-processor architecture
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
72
With ____ compression, data inputs that are compressed and then decompressed are different from, but still similar to, the original input.

A) lossy
B) lossless
C) universal
D) ideal
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
73
The ____________________ distributes electrical power to directly attached devices or their device controllers.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
74
____________________ ports enable the CPU and bus to interact with a keyboard in the same way they interact with a disk drive or video display.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
75
A ____ is a mathematical compression technique implemented as a program.

A) compression system
B) compression routine
C) compression utility
D) compression algorithm
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
76
____ is an approach that partitions processing and other tasks among multiple computer systems.

A) Scaling up
B) Scaling down
C) Scaling out
D) Scaling in
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
77
The phrase ____ describes approaches to increasing processing and other computer system power by using larger and more powerful computers.

A) scaling out
B) scaling up
C) scaling down
D) scaling wide
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
78
Computer system components coordinate their activities by sending signals over the ____________________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
79
The term ____ describes the ratio of data size in bits or bytes before and after compression.

A) compression value
B) compression efficiency
C) compression ratio
D) compression ratio
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
80
A(n) ____________________ bus, such as a Universal serial Bus, connects one or more external devices to the system bus.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 100 flashcards in this deck.