0% found this document useful (0 votes)
10 views6 pages

Binary Worksheet

Uploaded by

1096130
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)
10 views6 pages

Binary Worksheet

Uploaded by

1096130
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/ 6

Binary Worksheet

***Show work for each question***

Problem 1
a. What is the minimum number of bits that are required to uniquely represent the characters of the English alphabet?
(Consider uppercase and lowercase characters)

b. How many more characters can be uniquely represented without requiring additional bits?

Problem 2

Assume 8 bit binary - Represent each number in an alternative number system. Show all steps
Binary (8 bit) Decimal

(206)❑10❑

(30.125)10

10101111❑2

10111.101❑2

Problem 3
The following binary numbers are 4-bit unsigned binary numbers. Complete binary addition below. Which of the following
operations generate overflow? Justify your answers by translating the operands and results into decimal.

a. 0011 + 0100

operation Result in binary -show work Result in decimal Overflow?

0011 + 0100

b. 0111 + 0111

operation Result in binary -show work Result in decimal Overflow?

0111 + 0111

c. 1110 + 1000
operation Result in binary -show work Result in decimal Overflow?

1110 + 1000

d. 0110 + 0010

operation Result in binary -show work Result in decimal Overflow?

0110 + 0010

Problem 4

The following binary numbers are unsigned binary numbers. Complete binary subtraction below. Which of the following
operations require borrowing? Justify your answers by translating the operands and results into decimal.

a) 10002 - 111112

operation Result in binary -show work Result in decimal Did you borrow?

10002 - 111112

b) 10110002 – 1110002

operation Result in binary -show work Result in decimal Did you borrow?

10110002 – 1110002

c) 11100012 – 1100102

operation Result in binary -show work Result in decimal Did you borrow?

11100012 – 1100102

d) 11001002 – 1100102
operation Result in binary -show work Result in decimal Did you borrow?

11001002 – 1100102

Problem 5 (optional )

Convert the following 2's complement binary numbers to decimal.

a. 0110 🡪

b. 1101 🡪

c. 01101111 🡪

d. 1101101100011100 🡪

You might also like