All flashcards
Flashcard 1: What is the binary equivalent of the decimal number 3?
Answer:
- Decimal 3 = 2+1=21+20, so positions 1 and 0 are set.
Flashcard 2: What is the binary subtraction of 1010 - 101?
Answer:
- Subtract column by column: 1010−101=101.
Flashcard 3: What does the binary number 1001 equal in octal?
Answer:
- Binary 1001 equals decimal 9, which is octal 11.
Flashcard 4: Convert the binary number 100 to hexadecimal.
Answer:
- Binary 100 equals decimal 4, which is hex 4.
Flashcard 5: What is the binary addition of 1001 + 101?
Answer:
- Add column by column: 1001+101=1110.
Flashcard 6: What is the binary subtraction of 1111 - 1101?
Answer:
- Subtract column by column: 1111−1101=10.
Flashcard 7: What does the binary number 1111 equal in octal?
Answer:
- Binary 1111 equals decimal 15, which is octal 17.
Flashcard 8: What is the result of binary multiplication: 11 * 11?
Answer:
- Binary multiplication: 11×11=3×3=9=1001.
Flashcard 9: What is the binary representation of the hexadecimal number F?
Answer:
- Hex F equals decimal 15, all four low-order bits set.
Flashcard 10: Convert the binary number 1010 to hexadecimal.
Answer: A. Binary 1010 equals decimal 10, which is hex A.
Flashcard 11: Define a bit in the context of binary numbers.
Answer: A bit is a binary digit, 0 or 1. The fundamental unit of binary information.
Flashcard 12: What is the binary subtraction of 1100 - 101?
Answer:
- Subtract column by column with borrowing: 1100−101=111.
Flashcard 13: What does the binary number 1111 equal in octal?
Answer:
- Binary 1111 equals decimal 15, which is octal 17.
Flashcard 14: What is the binary equivalent of the decimal number 10?
Answer:
- Decimal 10 = 8+2=23+21, so positions 3 and 1 are set.
Flashcard 15: Convert the decimal number 15 to binary.
Answer:
- Decimal 15 = 8+4+2+1, all four low-order bits set.
Flashcard 16: What is the binary subtraction of 1010 - 101?
Answer:
- Subtract column by column: 1010−101=101.
Flashcard 17: What is the result of binary multiplication: 101 * 11?
Answer:
- Binary multiplication: 101×11=5×3=15=1111.
Flashcard 18: Define a nibble in terms of binary numbers.
Answer: A nibble is 4 bits. Half a byte, convenient for hex digit representation.
Flashcard 19: Convert the binary number 111 to decimal.
Answer:
- Binary 111 = 4+2+1=22+21+20=7.
Flashcard 20: What is the binary equivalent of the decimal number 3?
Answer:
- Decimal 3 = 2+1=21+20, so positions 1 and 0 are set.
Flashcard 21: What is the result of binary multiplication: 10 * 10?
Answer:
- Binary multiplication: 10×10=2×2=4=100.
Flashcard 22: What is the largest number that can be represented with 4 bits?
Answer:
- With 4 bits, maximum is 24−1=16−1=15.
Flashcard 23: What is the binary addition of 1001 + 101?
Answer:
- Add column by column: 1001+101=1110.
Flashcard 24: Convert the binary number 1010 to hexadecimal.
Answer: A. Binary 1010 equals decimal 10, which is hex A.
Flashcard 25: Convert the binary number 101 to hexadecimal.
Answer:
- Binary 101 equals decimal 5, which is hex 5.
Flashcard 26: Convert the binary number 1101 to decimal.
Answer:
- Binary 1101 = 8+4+1=23+22+20=13.
Flashcard 27: What is the result of binary multiplication: 11 * 11?
Answer:
- Binary multiplication: 11×11=3×3=9=1001.
Flashcard 28: Convert the decimal number 8 to binary.
Answer:
- Decimal 8 = 23, so only position 3 is set.
Flashcard 29: What does the binary number 1001 equal in octal?
Answer:
- Binary 1001 equals decimal 9, which is octal 11.
Flashcard 30: What is the binary equivalent of the decimal number 7?
Answer:
- Decimal 7 = 4+2+1=22+21+20.