Binary Number And Code Systems Quiz!

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Tjkane
T
Tjkane
Community Contributor
Quizzes Created: 3 | Total Attempts: 9,128
| Attempts: 1,725 | Questions: 10
Please wait...
Question 1 / 10
0 %
0/100
Score 0/100
1. What is the binary equivalent for decimal number 9?

Explanation

The binary equivalent for decimal number 9 is 1001. In binary, each digit represents a power of 2, starting from the rightmost digit being 2^0, then 2^1, 2^2, and so on. To convert decimal 9 to binary, we divide it by 2 repeatedly and record the remainders. The remainders, read from bottom to top, give us the binary representation. In this case, when we divide 9 by 2, we get a quotient of 4 and a remainder of 1. Dividing 4 by 2 gives us a quotient of 2 and a remainder of 0. Finally, dividing 2 by 2 gives us a quotient of 1 and a remainder of 0. Reading the remainders from bottom to top, we get 1001.

Submit
Please wait...
About This Quiz
Binary Number And Code Systems Quiz! - Quiz

The binary number system is a numbering system that indicates numeric values using two peculiar digits 0 and 1. Mostly all computer devices use the binary numbering system... see moreto represent electronic circuit voltage state. This quiz has been created to test your knowledge about the correct binary codes and numbers representation. So, let's try out the quiz. All the best!
see less

2. What is the decimal equivalent for binary number 11001?

Explanation

The binary number 11001 can be converted to decimal by multiplying each digit by the corresponding power of 2 and adding them together. In this case, the calculation would be: (1 * 2^4) + (1 * 2^3) + (0 * 2^2) + (0 * 2^1) + (1 * 2^0) = 16 + 8 + 0 + 0 + 1 = 25. Therefore, the decimal equivalent for the binary number 11001 is 25.

Submit
3. What is the binary equivalent for Hexadecimal number 2A6?

Explanation

The binary equivalent for the hexadecimal number 2A6 is 001010100110.

Submit
4. What is the decimal equivalent for Hexadecimal number 3B?

Explanation

Submit
5. What is the hexadecimal representation for the binary number 100100101011 ?

Explanation

The hexadecimal representation of a binary number is obtained by grouping the binary digits into sets of four and converting each set into its corresponding hexadecimal digit. In this case, the binary number 100100101011 can be grouped as 1001 0010 1011. Converting each group into hexadecimal, we get 9 2 B. Therefore, the hexadecimal representation for the given binary number is 0x92B.

Submit
6. What is the binary representation for 0xAC ?

Explanation

The binary representation for 0xAC is 10101100.

Submit
7. What is the base 10 number, 312, expressed as hexadecimal ?

Explanation

The base 10 number 312 can be converted to hexadecimal by dividing it by 16 repeatedly and noting down the remainders. Starting from the rightmost digit, the remainders are 12, 3, and 1. These remainders correspond to the hexadecimal digits C, 3, and 1 respectively. Therefore, the hexadecimal representation of 312 is 0x138.

Submit
8. Attach an EVEN parity to codeword 011 1000

Explanation

The given codeword is 011 1000. To attach an EVEN parity, we need to count the number of 1s in the codeword. If the count is even, we append a 0 to the codeword. If the count is odd, we append a 1. In this case, there are 3 1s in the codeword, which is an odd count. Therefore, we append a 1 to the codeword to achieve an EVEN parity.

Submit
9. What is the base 10 number 233, expressed as binary ?

Explanation

The base 10 number 233 can be expressed as binary by repeatedly dividing it by 2 and noting the remainder. Starting with 233, the remainder is 1. Dividing 233 by 2 gives 116 with a remainder of 0. Dividing 116 by 2 gives 58 with a remainder of 0. Dividing 58 by 2 gives 29 with a remainder of 0. Dividing 29 by 2 gives 14 with a remainder of 1. Dividing 14 by 2 gives 7 with a remainder of 0. Dividing 7 by 2 gives 3 with a remainder of 1. Dividing 3 by 2 gives 1 with a remainder of 1. Finally, dividing 1 by 2 gives 0 with a remainder of 1. Reading the remainders from bottom to top gives the binary representation of 233 as 11101001.

Submit
10. What is the decimal equivalent for BCD number 136?

Explanation

BCD (Binary-Coded Decimal) is a system for representing decimal numbers using binary code. Each decimal digit is represented by a four-bit binary code. To convert the BCD number 136 to decimal, we need to break it down into its individual digits and their corresponding binary codes:

1 = 0001

3 = 0011

6 = 0110

Therefore, the BCD representation of 136 is 0001 0011 0110.

Submit
View My Results

Quiz Review Timeline (Updated): Oct 15, 2024 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Oct 15, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 15, 2007
    Quiz Created by
    Tjkane
Cancel
  • All
    All (10)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What is the binary equivalent for decimal number 9?
What is the decimal equivalent for binary number 11001?
What is the binary equivalent for Hexadecimal number 2A6?
What is the decimal equivalent for Hexadecimal number 3B?
What is the hexadecimal representation for the binary number...
What is the binary representation for 0xAC ?
What is the base 10 number, 312, expressed as hexadecimal ?
Attach an EVEN parity to codeword 011 1000
What is the base 10 number 233, expressed as binary ?
What is the decimal equivalent for BCD number 136?
Alert!

Advertisement