Binary Flashcards
What are the 8 bit digits?
128, 64, 32, 16, 8, 4, 2, 1
What is 255 in binary
11111111
What is the denary number for 111111111
255
How do you work out the binary number
you take away the digits from each bit if the number is bigger than the decimal number
How do you work out the denary number
you add all the digits that have a 1
what are the first 4 digits in binary
8, 4, 2, 1
What are the first 6 binary digits?
32, 16, 8, 4, 2, 1
What are the units in order from smallest to largest?
a bit, a byte, a kilobyte, a megabyte, a gigabyte, a terrobyte
What are the bytes order in backwards order from biggest to smallest?
a terrobyte, a gigabyte, a megabyte, a kilobyte, a byte, a bit
what is the denary number for 10000001
129
What is the denary number for 01100011
99
What do you do if you need to carry a 1
carry the 1 to the next column
what base is hexadecimal?
base 16
hex- 6
decimal- 10
10+6=16
What is the order for base 16
0-0
1-1
2-2
3-3
4-4
5-5
6-6
7-7
8-8
9-9
10-A
11-B
12-C
13-D
14-E
15-F
16-G
what is base 2
1, 2, 3, 4