Measuring Data Storage Flashcards
1
Q
What is binary data? Where is it generally used?
A
- Is data that is assigned a value of either 0 or 1; how computers communicate?
- Is used in everything in a computer from software and OS running to a word files that are encoded in binary.
1
Q
What is a bit?
A
Is a smallest unit of data that has either a value of 0 or 1.
2
Q
How is a bit saved into a Magnetic Hard Drive?
A
Bits are usually saved onto a HDD into a places called sectors. Each sector is designed to store a specific bits of data.
* If a binary value is 1, the computer places a magnetic charge into a particular sector by that bit.
* If a binary value is 0, computer leaves no magnetic charge in that location.
3
Q
How is a bit saved onto an SSD or RAM?
A
- Same way as a magnetic hard drive, except an electrical charge is used to store a bit onto flash memory cells.
- If a bit is 1, an electric charge is given off and trapped and represents a bit.
- If a bit is 0, no electric charge is given off or trapped.
4
Q
What is a group of 8-bits called?
A
A byte.
5
Q
List the unit of storage and how many bytes are used for each unit.
A
- Kilobyte saves a 1,000 bytes
- Megabyte saves 1,000,000 bytes
- Gigabyte Saves a 1,000,000,000 bytes.
- Terabyte saves a 1,000,000,000,000 bytes.
- Petabyte saves a 1,000,000,000,000,000 bytes.