Work Sheet On Data Representation: Decimal Binary Hexadecimal

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Work Sheet on Data Representation

1. Convert the binary numbers into decimal numbers

A. 11
B. 101
C. 1111
D. 110111011
E. 1111100011110011
F. 100011
G. 110010
H. 1011
I. 101101
J. 111101
K. 110111
L. 1001001

2. Convert the decimal numbers into binary numbers


A. 7
B. 13
C. 128
D. 1678
E. 12359
F. 12
G. 38
H. 15
I. 90
J. 102
K. 82
3. Complete the empty columns with values equal to those given but in the specified base.
Decimal Binary Hexadecimal
29
555
2005
3333
2047
00010101
00011011
11111100
10101010

1
10110110
A
1B
5
5F
CE

4. What is the largest number that can be represented using 1 byte? Show your answer in
decimal, binary, and hexadecimal forms.
5. What is the largest number that can be represented using 2 bytes? Show your answer in
decimal, binary, and hexadecimal forms.
6. Answer the following: -
A. What is the largest possible binary number with 5 digits?
B. What is the smallest possible binary number with 5 digits?
C. Convert your answers to (A) and (B) to base ten.
7. Calculate the following, in binary arithmetic:
A. 1+1
B. 1+101
C. 11+101
D. 111+101
E. 110+101
F. 111+111
G. 11011+1101
H. 1110+1011
I. 11011+11101
8. Calculate the following, in binary arithmetic:
A. 11-1
B. 10-1
C. 111-100
D. 1011-110
E. 1111-101
F. 1000-11
G. 10000-1110
H. 11010-1101
I. 110111-1101
J. 1101x10
K. 10110x100
L. 11101x1000
M. 1111/101
N. 1010100/100
O. 10000111/10001
9. Find the 8-bit two's complement of 2610
10.

You might also like