01 - Computer Basics | 04. Units of Measure In Computing Flashcards
Learn about how computer features are measured and compared.
What is the smallest unit of data for computers?
A bit, the binary digit.
What are the values a bit can have?
This unit of data can only have one of two values: 0 or 1, usually to represent if an electronic signal is off or on.
A grouping of 8 bits is also called what?
A byte
A kilobyte is what abbreviation?
Kilobyte (kB)
How many bytes is a kB and what is an example size?
1000 Bytes and an example size is a typical email (~2kB)
A megabyte is what abbreviation?
Megabyte (MB)
How many bytes is a MB and what is an example size?
1000^2 Bytes and an example size is a novel (~1.5MB) or 1 song (~5MB)
A gigabyte is what abbreviation?
Gigabyte (GB)
How many bytes is a GB and what is an example size?
1000^3 Bytes and an example size is a 1080p movie (5GB)
A terabyte is what abbreviation?
Terabyte (TB)
How many bytes is a TB and what is an example size?
1000^4 Bytes and an example size is entire major libraries
A petabyte is what abbreviation?
Petabyte (PB)
How many bytes is a PB and what is an example size?
1000^5 Bytes and an example size is all the data held by a major tech company.
T/F | Modern drives are faster for storage performance?
TRUE.
If hard drives only had a speed of 1 megabyte per second (MBps), then the example song above would take 5 seconds to load before playing! No user would consider that acceptable!
Luckily, modern drives are much faster than that. The storage of most devices today are solid state drives. For portable devices such as phones, they are usually able to read files at about 1500 MBps and write new files at 500 MBps. Desktop devices are able to reach read and write speeds of over 5000 MBps!
What is Throughput for data?
Throughput is the total amount of data that can be transferred during a given amount of time.