Data Storage Flashcards
Speed is measured as blank and blank
access time and transfer rate
Blank is the time required to access the first byte in a read or write operation.
Access time
Blank is the speed at which data is read or written, following initial access.
Transfer rate
Blank typically ranges from pennies to dollars per gigabyte of memory, depending on the media type.
Cost
In principle, any media type can store any amount of data. In practice, blank is limited by cost.
capacity
Blank is memory that is lost when disconnected from power.
Volatile memory
Blank is retained without power.
Non-volatile memory
Computer media vary on what four important dimensions:
Speed.
Cost.
Capacity.
Volatility.
Three types of media are most important for database management:
Name them
Main memory, also called random-access memory (RAM)
Flash memory, also called solid-state drive (SSD)
Magnetic disk, also called hard-disk drive (HDD),
Blank, also called random-access memory (RAM), is the primary memory used when computer programs execute. Blank is fast, expensive, and has limited capacity.
Main Memory
Blank, also called solid-state drive (SSD), is less expensive and higher capacity than main memory. Writes to blank are much slower than reads, and both are much slower than main memory writes and reads.
Flash memory
Blank, also called hard-disk drive (HDD), is used to store large amounts of data. Blank is slower, less expensive, and higher capacity than flash memory.
Magnetic Disk
Main memory is blank
volatile
Flash memory and magnetic disk are blank and therefore considered blank
non-volatile
storage media
Databases store data permanently on blank and transfer data to and from blank during program execution.
storage media
main memory
Main memory has an access time of blank microseconds, transfer rate of blank, cost per gb of blank, and is blank
.01 to .1
>10
>1
Volatile
Flash memory has an access time or blank microseconds , transfer rate of blank gb/sec, cost per gb of blank, and is blank
20 to 100
.5 to 3
around .25
Non-volatile
Magnetic disk has an access time or blank microseconds , transfer rate of blank gb/sec, cost per gb of blank, and is blank
5,000 to 10,000
.05 to .2
around .02
Non-volatile
What type of memory - Reading one gigabyte takes about one second.
Flash memory
what type of memory - Used to store petabytes (millions of gigabytes) of user data in the cloud.
Magnetic disk
What type of memory - Upgrading from 16 to 32 gigabytes costs an extra $400 for an Apple laptop computer.
Main memory
Magnetic disk groups data in black, traditionally 512 bytes per sector but 4 kilobytes with newer disk formats.
sectors
Flash memory groups data in blank, usually between 2 kilobytes and 16 kilobytes per page.
pages
Databases and file systems use a uniform size, called a blank, when transferring data between main memory and storage media
block