0% found this document useful (0 votes)
478 views2 pages

Binary Exam

The document contains 10 multiple choice questions about converting between binary and decimal numbers. For each question, it provides the binary or decimal number, the multiple choice answers, and then shows the step-by-step work to convert between the number systems. This demonstrates how to represent numbers in binary and calculate their decimal equivalent or vice versa by using place values of powers of two.

Uploaded by

Jhonny Bravo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
478 views2 pages

Binary Exam

The document contains 10 multiple choice questions about converting between binary and decimal numbers. For each question, it provides the binary or decimal number, the multiple choice answers, and then shows the step-by-step work to convert between the number systems. This demonstrates how to represent numbers in binary and calculate their decimal equivalent or vice versa by using place values of powers of two.

Uploaded by

Jhonny Bravo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Question 1: Convert 10100011 from binary to decimal.

a) 121
b) 163
c) 199
d) 212

101000112 = 1×27 + 0×26 + 1×25 + 0×24 + 0*23 + 0*22 + 1×21 + 1*20 = 128 + 32 + 2 + 1 = 163.

Question 2: Convert 101101 from binary to decimal.


a) 45
b) 56
c) 61
d) 72

1011012 = 1×25 + 0×24 + 1*23 + 1*22 + 0×21 + 1*20 = 32 + 8 + 4 + 1 = 45.

Question 3: Convert 110100101010 from binary to decimal.


a) 3020
b) 3100
c) 3370
d) 3610

1101001010102 = 1×211 + 1×210 + 0×29 + 1×28 + 0×27 + 0×26 + 1×25 + 0×24 + 1*23 + 0*22 + 1×21 +
0*20 = 2048 + 1024 + 256 + 32 + 8 + 2 = 3370.

Question 4: Convert 11101111 from binary to decimal.


a) 217
b) 229
c) 231
d) 239

111011112 = 1×27 + 1×26 + 1×25 + 0×24 + 1*23 + 1*22 + 1×21 + 1*20 = 128 + 64 + 32 + 8 + 4 + 2 + 1 =
239.

Question 5: Convert 01000010 from binary to decimal.


a) 60
b) 62
c) 64
d) 66

010000102 = 0×27 + 1×26 + 0×25 + 0×24 + 0*23 + 0*22 + 1×21 + 0*20 = 64 + 2 = 66.

Question 1: Convert 112 from decimal to binary.


a) 111000
b) 1110101
c) 1010000
d) 1110000

112 = 64 + 32 + 16 = 1×26 + 1×25 + 1×24 + 0×23 + 0×22 + 0×21 + 0×20 = 11100002

Question 2: Convert 25673 from decimal to binary.


a) 110010001001011
b) 100010001001001
c) 110010001001001
d) 110010000001001

25673 = 16384 + 8192 + 1024 + 64 + 8 + 1 = 1×214 + 1×213 + 0×212 + 0×211 + 1×210 + 0×29 + 0×28 +
0×27 + 1×26 + 0×25 + 0×24 + 1×23 + 0×22 + 0×21 + 1×20 = 1100100010010012

Question 3: Convert 555 from decimal to binary.


a) 1000101011
b) 1000111011
c) 1000101000
d) 1011101011

555 = 512 + 32 + 8 + 2 + 1 = 1×29 + 0×28 + 0×27 + 0×26 + 1×25 + 0×24 + 1×23 + 0×22 + 1×21 + 1×20 =
10001010112

Question 4: Convert 100 from decimal to binary.


a) 1111100
b) 1000100
c) 1100101
d) 1100100

100 = 64 + 32 + 4 = 1×26 + 1×25 + 0×24 + 0×23 + 1×22 + 0×21 + 0×20 = 11001002

Question 5: Convert 12999 from decimal to binary.


a) 11001011100111
b) 11001011000111
c) 11001011000100
d) 10001011000111

12999 = 8192 + 1024 + 64 + 8 + 1 = 1×213 + 1×212 + 0×211 + 0×210 + 1×29 + 0×28 + 1×27 + 1×26 +
0×25 + 0×24 + 0×23 + 1×22 + 1×21 + 1×20 = 110010110001112

You might also like