Units and data representation Flashcards
what is the smallest unit a computer can work with and what states can they be
A bit
1 (On) or 0 (Off)
What is 8 bits called and what is 4 bits called
A byte
A nibble
how much is 1000 bytes And how much is 1000 kilobytes
1 kilo byte
1 megabyte
How to remember the order of the bytes and how much of the previous unit is needed to move on to the next
Burger King Makes great toast pan (Byte,Kilo,Mega,Tera,Peta)
1000 units
What is Analogue data and give examples
Real life signal that can vary greatly in data examples include:
sound Pressure light temperature
What is digital data
Digital data is the data computers use that is made from analogue data
How would you convert to digital data from analogue and how would you convert back
Use a Analogue digital converter
Use a digital analogue converter
How to calculate how many music files (6MB) would fit on a 1 GB USB
1GB = 1,000 MB
1000/6 = 166
1666 files
How to Convert a Binary number to deanery
Add up all the On switches in each place value
How to convert binary to hex +Convert 10011010 into Hexadecimal
154
to convert a 8 bit number to deanery first you must separate it into nibbles then you must figure out the total amount in each nibble. Then simply write the number it equal to or if its higher than 9 use letters
9A
How is each place value represented in HEX
Power of 16
What are the 1st 4 Hex place values and what is 513 in HEX place values
65,535 4,096 256 16 1
2 1
How to Multiply/divide Binary Number By: 2,4,8
Multiply/divide 2 move binary place value by 1 left/right
Multiply/divide 3 move binary place value by 2 left/right
Multiply/divide 4 move binary place value by 3 left/right
What are the common Character sets
ASCII
Unicode
How many Bits Are ASCII and UNICODE and how much characters can they hold
7 Bits PC 128 characters
16 Bits PC over 65,000