Data Representation Flashcards
What is the form of all data stored in a computer?
Binary (1’s and 0’s)
1’s Signify on/true/yes and 0’s signify off/false/no
What are binary digits known as?
bits
What are 8 (binary digits)/bits known as?
A byte (B)
How many (binary digits)/bits are in a byte (B)?
Eight, (8)
Why is binary digits relevant other than being the form of all data stored in a computer.
The binary unit system is used to describe bigger numbers
for ex.
Size Units
* 4 bits = 0.5 Bytes (B) also known as a nibble
* 8 bits = 1 Byte (B)
* 1,000 Bytes (B) = 1 Kilobyte (KB)
* 1,000 Kilobytes (KB) = 1 Megabyte (MB)
* 1,000 Megabytes (MB) = 1 Gigabyte (GB)
* 1,000 Gigabytes (GB) = 1 Terabyte (TB)
* 1,000 Terabytes (TB) = 1 Petabyte (PB)
What is the unit of 1,000 Terabytes (TB)
1 Petabyte (PB), This unit of data is the commonly used by companies, there are higher units of bits/data such as exabyte but we don’t need to know this.
What is Analogue Data?
Any data that is recorded physically via optical or electrical methods.
Examples include:
Voltage - Voltmeter
Temperature - Thermometer
Soundwaves - electrisciliscope or something idk its in physics
Pressure - idk
What is Digital Data?
Digital data are (binary digits/bits)
How does Digital Data and Analogue Data Intertwine?
Digital data is binary data (binary digits) used to represent Analogue Data through computers, as Computers are only compatible with Digital Data, so it must be converted before use from a computer.
What is ADC and how does it work?
ADC means Analogue Data-to-Digital Data Convertor, an ADC picks up on Analogue Data signals and then converts them to Digital Data.
What is DAC and how does it work?
DAC means Digital Data-to-Analogue Data Convertor, weirdly enough it works the same as ADC but reverse. DAC’s pick up on Digital Data signals and convert into Analogue Data
How do you figure out how many files with the same average of space/(digital data, bytes) would be able to be stored in an empty USB hard-drive or a drive?
Drive-space/Average File Digital Data/space/bytes
- ex. We have 350 files that have the average of 30MB and 1 TB of a USB hard-drive to find out how many of these files the drive can take we do the equation above.
- 1000000 (MB) /30 (MB) = 33,333 files
- 33, 333 files
How do you figure out if files with a certain average of space can fit onto a USB stick
- Step 1: find out the total number of space/bytes
file number * average space - Step 2: bring the storage drives space/bytes to the same byte measuring unit or the total number of space/bytes to the same measuring unit of bytes it depends which your comfortable with.
Then take the answer from step1 and minus it from the answer of this the storage byte. - ex. We have 350 files that have the average of 30MB and 1 TB of a USB hard-drive, can these files fit in the 1 TB drive? and if so how much space will be left afterwards?
Total space of the files Drive Capacity
* 35030 = 10,500 * 1 TB = 1000GB =
* 35 * 3 = 105 * 1,000,000 MB
* 10510^(2)
1,000,000 (MB) is > 10,500 (MB) so yes the USB would have enough data to hold those files.
Drive space (converted) - Total space of files
* 1,000,000 - 10,500 = 989,500 (MB)
* 989.5 (GB)
*0.9895 (TB)