Binary Flashcards
(27 cards)
What is the base of the binary number system?
2
True or False: The hexadecimal system uses 16 symbols.
True
Fill in the blank: In binary, the digit ‘1’ represents a value of ______.
1
What are the primary digits used in the decimal system?
0-9
Which number system uses the digits 0-1?
Binary
Convert the binary number 1010 to decimal.
10
What is the hexadecimal equivalent of the decimal number 255?
FF
True or False: The octal system has a base of 8.
True
What is the binary representation of the decimal number 5?
101
Fill in the blank: The hexadecimal system includes the letters A to ______ for values 10 to 15.
F
Which of the following is a valid hexadecimal number? A) 1F B) 2G C) 3H
A) 1F
Convert the hexadecimal number 1A to decimal.
26
What is the base of the decimal number system?
10
True or False: Binary numbers can only represent two states.
True
Fill in the blank: The decimal number system is also known as the ______ system.
base-10
What is the binary equivalent of the decimal number 15?
1111
Identify the base of the hexadecimal system.
16
What is the value of the binary number 1101 in decimal?
13
Fill in the blank: The binary number system uses only the digits ______.
0 and 1
Convert the decimal number 32 to binary.
100000
True or False: Hexadecimal is often used in computing as a shorthand for binary.
True
What is the decimal equivalent of the binary number 1001?
9
Fill in the blank: A byte consists of ______ bits.
8
What is the hexadecimal representation of the decimal number 10?
A