(M4-Technical) Number System - Varon
(M4-Technical) Number System - Varon
CCS0001L
(INTRODUCTION TO COMPUTING)
EXERCISE
4
NUMBER SYSTEMS
Section:
TDO5
Professor:
Sir. Joseph Calleja
I. PROGRAM OUTCOME/S (PO) ADDRESSED BY THE LABORATORY EXERCISE
Apply knowledge through the use of current techniques and tools necessary for the IT profession [PO: I]
Understand best practices and standards and their applications. [PO: M]
Decimal numbers can be converted to binary numbers, and vice-versa. This is essential as humans’ work in
decimals and computers work in binary.
Two other forms of number representation can be used to represent integers. They are Octal and Hexadecimal
(Hex for short) systems. The first has a base of 8, the second a base of 16.
This lab helps you understand the methods applied in number system conversion.
TASK 1: COMPLETE THE FOLLOWING TABLE FOR BINARY, OCTAL, AND HEXADECIMAL
NUMBERS. REPRESENT THE BINARY NUMBERS WITH 4 BITS.
1. Binary to Decimal
Binary Decimal
a) 101001102 = 11610
b) 101101112 = 18310
2. Decimal to Binary
Decimal Binary
a) 12510 = 11111012
b) 43610 = 1101101002
3. Octal to Decimal
Octal Decimal
a) 1238 = 838
b) 7568 = 4948
4. Decimal to Octal
Decimal Octal
a) 9810 = 1428
b) 36910 = 5618
Octal Binary
a) 2558 = 101011012
b) 12468 = 10101002
6. Binary to Octal
Binary Octal
a) 101101101012 = 26658
b) 1110101010002 = 72508
7. Hexadecimal to Decimal
Hexadecimal Decimal
a) 15A16 = 34610
b) 2FE16 = 76610
8. Decimal to Hexadecimal
Decimal Hexadecimal
a) 9110 = 5B16
b) 59910 = 25716
9. Hexadecimal to Binary
Hexadecimal Binary
a) 5E8D16 = 01011110100011012
b) 0F4C16 = 00001111010011002
Binary Hexadecimal
a) 10011110001110012 = 9E3916
b) 1011011010110011012 = 2DACD16
Tetradecimal, is a number system based on the number 14, and uses the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
and letters A, B, C and D. Using your knowledge gained in number systems, make a table that will show the
decimals 1-50 and its corresponding Tetradecimal digits
DECIMAL TETRADECIMAL
1 114
2 214
3 314
4 414
5 514
6 614
7 714
8 814
9 914
10 A14
11 B14
12 C14
13 D14
14 1014
15 1114
16 1214
17 1314
18 1414
19 1514
20 1614
21 1714
22 1814
23 1914
24 1A14
25 1B14
26 1C14
27 1D14
28 2014
29 2114
30 2214
31 2314
32 2414
33 2514
34 2614
35 2714
36 2814
VII. REFERENCES
Docter, Q., Dulaney, E., & Skandier, T. (2016). CompTIA + Complete Study Guide (3rd Edition)
Meyers, M. (2016). All In One CompTIA A+ Certification. Mc Graw Hill.
Pearson. (2016). Introduction to Computers and Information Technology. Upper Saddle River, NJ: Pearson.
Tavani, H. T. (2016). Ethics and Technology. Wiley.
White, R. (2015). How Computer Work: The Evolution of Technology. IN: Que.