You are on page 1of 2

Binary Code First Short Tes

Questions and Answers1.How many bits are in a byte?A.B.8C.10D.None

2.01001101 represents the letter M in? A.Decimal.B.Hexadecimal.C.Kilobytes.D.Binary.

3.Which of the following is in correct order, from smallest to largest?A.Byte, Kilobyte,


Megabyte, Gigabyte, TerabyteB.Megabyte, Kilobyte, Terabyte, Gigabyte, Byte

C.Byte, Kilobyte, Terabyte, Megabyte, GigabyteD.Terabyte, Gigabyte, Megabyte, Kilobyte, Byte

4.In binary code, an 8-bit unit is called a ____________________.

5.2,000,000 bytes=________________MB

Test your binary skills. Convert the decimal number to binary. Each answer is used only once.
1. 30 A. 00011110 B. 00001001 C.00101000 D. 00010010 E. 00110111
2. 40 A. 00011110 B. 00001001 C. 00101000 D. 00010010 E. 00110111
3. 55 A. 00011110 B. 00001001 C. 00101000 D. 00010010 E. 00110111
4. 63 A. 00111111 B. 10000000 C. 01101001 D. 01001110 E. 01011010
5. 78 A. 00111111 B. 10000000 C. 01101001 D. 01001110 E. 01011010
6. 90 A. 00111111 B. 10000000 C. 01101001 D. 01001110 E. 01011010
7. 105 A. 00111111 B. 10000000 C. 01101001 D. 01001110 E. 01011010
8. 128 A. 00111111 B. 10000000 C. 01101001 D. 01001110 E. 01011010
Number Conversion Practice Questions…

Featured-21

This topic is important, so I wanted to provide a few more examples of number system
conversions. As in the description pages (here and here), the answer is visible in the invis-o-text,
and a full detail of the solution is in the link. At the end are a series of 16 bit numbers to
challenge you beyond converting the 8 bit number.

Convert 28 to binary)

Hover mouse to read answer: The decimal value 28 corresponds to B00011100 in binary.

Convert 195 to binary

Hover mouse to read answer: The decimal value 195 corresponds to B11000011 in binary.

Convert 229 to binary

Hover mouse to read answer: The decimal value 229 corresponds to B11100101 in binary.

Convert B01111001 to decimal

Hover mouse to read answer: The binary value B01111001 corresponds to 121 in decimal.
Convert B10101010 to decimal

Hover mouse to read answer: The binary value B10101010 corresponds to 170 in decimal.

Convert B01010101 to decimal

Hover mouse to read answer: The binary value B01010101 corresponds to 85 in decimal.

Convert B10111100 to hex…)

Hover mouse to read answer: The binary value B10111100 corresponds to 0xBC in hex.

Convert B01001111 to hex)

Hover mouse to read answer: The binary value B01001111 corresponds to 0x4F in hex.

Convert B00011001 to hexHover mouse to read answer: The binary value B00011001
corresponds to 0x19 in hex.

Convert 0x1B to binary)

Hover mouse to read answer: The hex value 0x1B corresponds to B00011011 in binary.

Convert 0xCE to binary

Hover mouse to read answer: The hex value 0xCE corresponds to B11001110 in binary.

Convert 0xF9 to binary

Hover mouse to read answer: The hex value 0xF9 corresponds to B11111001 in binary.

Convert 7670 to binary

Hover mouse to read answer: The decimal value 7670 corresponds to B0001 1101 1111 0110 in
binary.

Convert B1011 0011 0101 0010 to decimal

Hover mouse to read answer: The binary value B1011 0011 0101 0010 corresponds to 45906 in
decimal.

Convert B1100 0001 1111 1000 to hex…

Hover mouse to read answer: The hex value B1100 0001 1111 1000 corresponds to 0xC1F8 in
hex.

Convert 0xE3F5 to binary

Hover mouse to read answer: The hex value 0xE3F5 corresponds to B1110 0011 1111 0101 in
binary.

You might also like