Data representation Flashcards
What is the order for storage units
bit, Byte, Kilobyte, Megabyte, Gigabyte, Terabyte,
how many bits go into 5 megabytes
1x8=8x1000=8000x1000=8000000x5= 4x10^7
Order these file sizes in order of smallest to largest(1-4)
15 bits, 3 nibbles, 2 bytes , 1 kilobyte
1(3 nibbles), 2( 15 bits), 3( 2 bytes), 4( 1 kilobyte)
Why is the base system for binary 2?
Because only two digits are only used (0 and 1)
Why do Computers need any input converted into binary?
Because it is the language of computers and it’s what they use for anything
What is 10111010 in decimal
128+32+16+8+2= 186
What is 26 in binary
26-16=8-8=0=
00011000
what is the method of working out binary/ decimal values using left binary shift
2^binary shift x original number