You are on page 1of 4

9/4/22, 8:13 PM Binary Arithmetic

Binary Arithmetic

1. What is the sum of 1011 and 0010? * (1 Point)

1001

1101 

1011

1111

2. A processor’s register has a maximum capacity of 4 bits. Which of the


following operations will result in an overflow error in this processor? *
(1 Point)

1011+0010

1111+0001 

1001+0001

1110+0001

3. A processor’s register has a maximum capacity of 8 bits. Which of the


following operations will result in overflow error in this processor? * (1 Point)

11111101+00000100 

https://forms.office.com/pages/responsepage.aspx?id=s0AtTJejMEOEMUAC0uqIce-3jtiM6RNBiewJb0i42RlUMzEyQVc4STdLRzJBVVBLQ1pLU1RVU… 1/4
9/4/22, 8:13 PM Binary Arithmetic

11111101+00000010

11111101+00000001

11111100+00000011

4. What is the smallest signed number that can be represented using 8 bits? *
(1 Point)

127

-127 

-128

-255

5. What is the largest signed number that can be represented using 16 bits? *
(1 Point)

216-1

215-1 
-(216-1)

-(215-1)

6. What are floating-point numbers? * (1 Point)

Negative numbers

Numbers that represent decimals and fractions 

Integers

https://forms.office.com/pages/responsepage.aspx?id=s0AtTJejMEOEMUAC0uqIce-3jtiM6RNBiewJb0i42RlUMzEyQVc4STdLRzJBVVBLQ1pLU1RVU… 2/4
9/4/22, 8:13 PM Binary Arithmetic

Zero

7. A processor’s register has a maximum capacity of 8 bits. What would be the


result of 11000001+10010001 in this processor? * (1 Point)

11010010

11011011

11010011

Overflow error 

8. The binary equivalent of 88 is 01011000. What is the binary equivalent of 44?


* (1 Point)

00101100 
10110000

00010110

01100000

9. If 1001 represents a signed integer (using 2’s complement), what is its denary
equivalent? * (1 Point)

-9

-7 

https://forms.office.com/pages/responsepage.aspx?id=s0AtTJejMEOEMUAC0uqIce-3jtiM6RNBiewJb0i42RlUMzEyQVc4STdLRzJBVVBLQ1pLU1RVU… 3/4
9/4/22, 8:13 PM Binary Arithmetic

10. What is the denary value of 0011 if represented as a signed integer (using 2’s
complement for 4 bits)? * (1 Point)

-3

3 

-5

11. Which of the following denary operations is equivalent to this binary


operation: 1011+0010=1101? Consider that the numbers are signed integers
(using 2’s complement for 4 bits). * (1 Point)

-5+ (-2) =-7

-5+ 3 =-2

-3+2=-1

-5+2=-3 

This content is created by the owner of the form. The data you submit will be sent to the form owner. Microsoft is
not responsible for the privacy or security practices of its customers, including those of this form owner. Never
give out your password.

Powered by Microsoft Forms | Privacy and cookies | Terms of use

https://forms.office.com/pages/responsepage.aspx?id=s0AtTJejMEOEMUAC0uqIce-3jtiM6RNBiewJb0i42RlUMzEyQVc4STdLRzJBVVBLQ1pLU1RVU… 4/4

You might also like