0% found this document useful (0 votes)
11 views

Exercise 2 - Numbering Systems

This document provides examples of converting between different numbering systems including: - Decimal, binary, octal, and hexadecimal - ASCII character codes represented in decimal and binary - Converting binary codes to characters and words - Examples of converting between binary and hexadecimal The goal is to practice different numbering system conversions like decimal to binary, octal to hexadecimal, and representing ASCII text and characters in their binary and decimal codes.

Uploaded by

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

Exercise 2 - Numbering Systems

This document provides examples of converting between different numbering systems including: - Decimal, binary, octal, and hexadecimal - ASCII character codes represented in decimal and binary - Converting binary codes to characters and words - Examples of converting between binary and hexadecimal The goal is to practice different numbering system conversions like decimal to binary, octal to hexadecimal, and representing ASCII text and characters in their binary and decimal codes.

Uploaded by

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

IT Introduction: Numbering Systems Exercises

1. Decimal (X 1 0 ) and Binary (X 16 )


a)
b)
c)
d)
e)
f)
g)
h)
i)
j)

010
310
11310
25510
456210
1010 10112
1101 00012
0001 10102
1000 00012
1111 11002

=
=
=
=
=
=
=
=
=
=

X2
X2
X2
X2
X2
X10
X10
X10
X10
X10

=
=
=
=
=
=
=
=
=
=

2. Octal (X 8) and Hexadecimal (X 1 6 )


a)
b)
c)
d)
e)
f)

111
25
222
111
25
222

=
=
=
=
=
=

X8
X8
X8
X16
X16
X16

=
=
=
=
=
=

3. ASCII
a)
b)
c)
d)
e)
f)
g)
h)
i)
j)

What does ASCII stand for?


127
= ASCII =
43
= ASCII =
188
= ASCII =
B
= X10 =
Z
= X8 =
+
= X16 =

= X2 =
Convert the word ASCII into binary.
What word does the following binary code represent?
0101 0011 0110 1111 0110 0101 0111 0011 0111 0100 0010 0001

4. Binary (X 2 ) and Hexadecimal (Hex, X 16 )


a)
b)
c)
d)

110101112
111010102
3716
A2116

=
=
=
=

X16
X16
X2
X2

=
=
=
=

You might also like