Data representation Flashcards
What base is decimal
base 10
What base is binary
base 2
What base is hexidecimal
base 16
Why is hexidecimal often used in computing
because large numbers can be represented in less characters
how many bits are in a byte
8
How many bytes are in a kilobyte
1024
How many kilobytes in a megabyte
1024
How many megabytes in a gigabtye
1024
How many gigabytes in a megabyte
1024
How is bits represented
b
How is bytes represented
B
How is kilobytes represented
kB
How is megabytes represented
MB
How is gigabytes represented
GB
What happens when you shift a binary number to the left 1
The binary number is timesed by 2
What happens when you shift a binary number to the right 1
divided by 2
What is binary shifts used for
To times or divide by the powers of 2
How manys bits are in an ASCII character
7 bits