What is the smallest unit of information?
Bit
Using the chart, What is the binary code for the letter "Z"?
00011010
How many bits need to be ON to represent the number 255
8
8 Bits make .....?
A Byte
Using the chart, spell the word "No" in Binary.
***01110 ***01111
What number is represented by 1111011
251
What number is represented by 00111001
57
What is the name of the system used to store and send information using 1 or 0
Binary system
Using the chart, What is the binary code for the word "YES?
***11001 ***00101 *10011
What is the binary code for the number 181
10110101
Convert the binary equivalent 10101010 to its decimal equivalent
170
Convert the decimal 231 to its binary equivalent.
11100111
What is the difference between binary and decimal number system?
The binary system is base 2 and decimal is base 10