• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/24

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

24 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)
Dynamic RAM requires frequent [???] to maintain its data content.
refresh cycles
??? is the speed at which data can be moved to/from a storage device over a communication channel.
data transfer rate
Two standard optical storage medium that is written only during manufacture are called [???] and [???] .
CDROM and DVDROM
[???], [???], [???] are competing standards for rewritable DVD discs.
[DVD-RW] , [DVD+RW] , and [DVD-RAM]
The [???] of a hard disk drive generates or responds to a magnetic field .
read/write heads
What 5 factors limit the speed of an electrically based processing device?
1) DISTANCE electricity must travel dictated by the SIZE of the device. Most important.
2) RESISTANCE of conductive path
3) PACKING DENSITY
4) TYPE OF PACKAGING
5) HEAT DISSIPATION
DSRDPH
Data stored on magnetic media for long periods of time may be lost due to [???] and [???] .
magnetic leakage and magnetic decay
A(n) [???] stores data in magnetically charged areas on a rigid platter.
hard disk drive
The [???] endian storage format places the [???] byte of a word in the lowest memory address. The [???] endian storage format places the [???] byte of a word in the lowest memory address.
big
most significant
little
least significant
The contents of most forms of RAM are [???], making them unsuitable for long term data storage.
volatile
[???] and [???] are outdated technologies for non-volatile primary storage. [???] and [???] are promising new technologies for implementing NVM.
core memory and ROM
ferroelectric RAM and polymer memory
What is/are the difference(s) between static and dynamic RAM?
Speed
Cost

Static Ram is faster and more expensive because it is compose entirely of transistors.

Dynamic RAM capacitors require frequent recharging which slows access time.
The CPU incurs one or more [???] when it accesses slower storage devices.
wait states
Under relative addressing, the content of a(n) [???] is added to calculate the corresponding physical memory address.
offset register
The number of bits used to represent a memory address determines the amount of a CPU's [???].
addressable memory
[???] is typically stated in milliseconds for secondary storage devices and nanoseconds for primary storage devices.
Access time
The three components of average access time for a disk drive are [???], [???], and [???].
head-to-head switching time
track-to-track seek time
rotational delay.
What improvements are offered by synchronous DRAM as compared to ordinary DRAM?
SDRAM is faster
SDRAM overlaps processing stages of several read accesses
(parallel)

DRAM accepts and processes read cycles one at a time.
(serial)
Why isn’t flash RAM commonly used to implement primary storage?
It wears out after several hundred thousand read/write cycles.
Describe serial, random, and parallel access. What types of storage devices use each method?
Serial access reads or writes data units in single sequential order.

Random access can "jump" directly between two non-contiguous data units.

Parallel access reads or writes portions of a data item in parallel on separate storage devices/media.
What is direct addressing? What is relative addressing?
Direct addressing means that memory references by software correspond directly to physical memory locations.

Relative addressing means that memory references by software are offsets into a predefined segment of memory.
What are the costs and benefits of indirect addressing?
Indirect addressing allows flexibility in the placement of programs within memory. Each program can be constructed under the assumption that it will be loaded at the beginning of physical memory. Multiple programs can be executed simultaneously and programs can be moved within memory during execution. This generally allows more efficient management of memory resources and simpler program construction.

The cost is overhead required to convert program memory references to physical memory addresses. This requires either the execution of instructions to perform the conversion or additional circuitry within the CPU control unit to perform address translation automatically. The result is greater complexity and/or cost and a possible reduction in execution speed.
How is data stored and retrieved on a magnetic mass storage device?
For writing, current is routed through a read/write head which generates a magnetic charge at its tip. A bit area of a magnetic recording surface is placed in close proximity to the read/write head and a charge is induced in the surface material. The direction of current flow through the read/write head determines the polarity of the stored charge.

For reading, a bit area of the recording surface is placed in close proximity to the read/write head. The stored charge induces current to flow through the read write/head. A switch connected to the read/write head detects the direction of current flow to interpret it as a bit value.
Describe the factors that contribute to a disk drive's average access time. Which of these factors are improved if spin rate is increased? Which are improved if areal density is increased?
Disk average access time is a combination of rotational delay, track-to-track seek time (head movement), and head-to-head switching time. Rotational delay is reduced if rotational speed is increased.