wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

twos complement

Total questions: 20

Worksheet time: 16mins

Name
Class
Date
1.

Add the 8-bit binary values 00011001 and 01000011

(a)  

2.

Convert the binary number 100111010001 to hexadecimal

(a)  

3.

Perform two logical shifts to the right on the binary number 11101100

(a)  

4.

If the ASCII code for the letter P is hex 50 what would the the letter N be in hex?

a)

49

b)

48

c)

4F

d)

4E

5.

How many digits can the decimal number system use?

a)

2

b)

4

c)

10

d)

100

6.
Add binary numbers shown?
a)
10010000
b)
10001000
c)
10000100
d)
10100000
7.

What is this SIGNED binary number in denary?

1100

a)

4

b)

11

c)

-4

d)

12

8.

Arithmetic shift right by 2 places for 10100

a)

10110

b)

00101

c)

10001

d)

01010

9.

11 + 10 = 

a)
5
b)

1111

c)

111

d)

101

10.
Add binary numbers shown?
a)
01111011
b)
01101111
c)
01111101
d)
01101101
11.

What is the sum of the two binary numbers below?

a)

111

b)

110

c)

1000

d)

112

12.

Arithmetic shift left by 1 of 0010

a)

0100

b)

1100

c)

0010

d)

0001

13.

Convert -8 into binary using twos complement

a)

1000

b)

1110

c)

0111

d)

1001

14.

Convert -7 into binary using twos complement

a)

1001

b)

0111

c)

0000

d)

1000

15.

___ Is the type of error that occurs when a number larger than a register can store is generated when adding the binary numbers

a)

Overflow error

b)

Binary error

c)

Data transmission error

16.

Convert the hexadecimal A2 to a binary number

(a)  

17.

Hexadecimal number system uses letters from ____ to ____

a)

1- 15

b)

1 - 10

c)

1- F

d)

A - F

18.
Convert the hexadecimal number C9 to binary
a)
1100 1001
b)
1100 1000
c)
1100 1010
d)
1100 0101
19.

Lossy compression

a)

keeps data and never loose any single bit

b)

loose data in favor of speed

c)

never happens in real life

d)

None of the above

20.

Computers process_______ type of data

a)

Analog

b)

Digital