Number Lesson Worksheets and Exams PDF
Number Lesson Worksheets and Exams PDF
Lesson Duration: Lesson length is subjective and will vary from instructor to instructor
Performance Objective:
Upon completion of this assignment, the student will be able to identify the places in binary,
decimal, and hexadecimal numbers and know the value of each. The student will work with
powers of 16 and relate them to hexadecimal places, powers of 10 and relate them to decimal
places, as well as powers of 2 and relate them to binary places.
Specific Objectives:
· Demonstrate the ability to convert decimal numbers into binary and hexadecimal numbers.
· Demonstrate the ability to convert binary numbers into decimal and hexadecimal numbers.
· Demonstrate the ability to convert hexadecimal numbers into decimal and binary numbers.
Preparation
TEKS Correlations:
§130.273. Computer Maintenance
(4) The student acquires an understanding of computer technologies. The student is
expected to:
(F) explain the relationships relative to data-communications theory
Instructor/Trainer
References:
1. Cisco Systems Networking Academy Program: IT Essentials I: PC Hardware and
Software, Chapter 1: Information Technology Basics.
2. Cisco Systems Networking Academy Program: CCNA Semester 1, Chapter 1: Computing
Basics, and Chapter 6: Layer 2 Concepts.
3. JES and Co., A+ Certification: Introduction to Computer Hardware, Lesson 8: System
Settings: BIOS, IRQ, I/O, and DMA.
Instructional Aids:
1. PowerPoint Presentation: Numbering Systems
2. PowerPoint Presentation Handouts: Numbering Systems
3. Worksheet exercise: Binary numbers (and key)
4. Worksheet exercise: Binary to decimal conversion (and key)
5. Worksheet exercise: Decimal to binary conversion (and key)
6. Worksheet exercise: Hexadecimal conversion (and key)
7. Numbering Systems Exam (and key)
Materials Needed:
1. Copies of Worksheets for each student
2. Copies of Exam for each student
Learner
Students should read the appropriate curriculum material for Numbering Systems [depending on
the text/curriculum being used for this course]. This lesson can be taught with only the
PowerPoint presentation and worksheet handouts.
Introduction
Computer systems use the binary numbering system to operate. Why do you think
binary is referred to as the “natural” numbering system for computers to accomplish
their tasks?
[Computers and networking equipment use binary numbers, a series of BITS (short
for binary digits) that are either ON (a binary 1) or OFF (a binary 0). They are
encoded internally in the PC on microchips and on the computer motherboard’s bus
as electrical voltages]. Understanding binary numbers and how they relate to
decimal numbers is critical to understanding how computers work internally.
Outline
Application
MI Guided Practice (LSI Quadrant III):
1. Teacher works through the first conversion problem on each worksheet prior to
assigning the worksheet to the student for individual completion.
2. Have the students work through the second conversion problem on each
worksheet with their peers; rework if necessary.
Summary
2. Demonstrate [one more time] the conversion procedures the students have just
experienced.
a. Binary to decimal example
b. Decimal to binary example
c. Binary to hexadecimal example
d. Hexadecimal to binary example
The teacher will monitor student progress during independent practice and provide
independent re-teach/redirection as needed.
Extension
1. Students that have mastered the conversion techniques can peer-tutor students
[one-on-one] that are having difficulty solving the conversions.
2. Students can show their conversion techniques on the board for the entire class
to observe.
3. Students can observe their computer’s network interface card (NIC) MAC
address in hexadecimal, and convert the MAC address to binary and decimal.
Binary t o Decimal
This binary E quals this
number... 1 1 1 1 1 1 1 1 decimal number
7 6 5 4 3 2 1 0
2 2 2 2 2 2 2 2
128 + 64 + 32 + 16 + 8 + 4 + 2 + 1 = 255
This binary E quals this
number... 1 0 0 1 0 1 0 1 decimal number
7 6 5 4 3 2 1 0
2 2 2 2 2 2 2 2
128 + 0 + 0 + 16 + 0 + 4 + 0 + 1 = 14 9
C onvert each binary number int o a decimal number.
4. 0 0 0 10 0 0 1 = 12. 1110 0 0 10 =
5. 10 0 0 1 0 0 0 = 13. 0 0 0 1110 1 =
7. 0 10 10 10 1 = 15. 10 0 10 111 =
8. 10 10 10 10 = 16. 1110 0 10 1 =
Decimal t o Binary
151 Th is d ecim al Eq u als t h is
151 n u m b er... = b in ar y n u m b er
128 128? YE S
128 64 32 16 8 4 2 1
23 6432?? NN OO
1 0 0 1 0 1 1 1
16 16? YE S 2
7
2
6
2
5
2
4
2
3
2
2
2
1
2
0
7 8? N O
4 4 ? YE S
3
2 2? YE S
1
1 1? YE S
0
C onvert each decimal number int o a binary number.
3. 63 = 13. 150 =
4. 213 = 14. 27 =
5. 49 = 15. 19 =
7. 24 2 = 17. 222 =
8. 192 = 18. 79 =
9. 89 = 19. 73 =
HEXADECIMAL CONVERSIONS
INSTRUCTIONS:
Convert the following numbers to their appropriate base forms. Record your
answers in the spaces provided in the table.
54 110110 36
131 10000011 83
63 111111 3F
98 11000010 62
145 10010001 91
146 10010010 92
195 11000011 C3
77 1001101 4D
241 11110001 F1
172 10101100 AC
226 11100010 E2
36 100100 24
195 11000011 C3
49 110001 31
79 1001111 4F
123 1111010 7B
146 10010010 92
90 1011010 5A
224 11100000 E0
223 11011111 DF
Par t 3
Fill in t he decimal and
binary equivalent s of
each exponent .
Decimal Binary
0
2=
1
2=
2
2=
3
2=
4
2=
5
2=
6
2=
7
2=
32
64
128
0 0 20 1 1
1 1 21 2 10
2 10 21 4 100
3 11 23 8 1000
4 100 24 16 10000
5 101 25 32 100000
6 110 26 64 1000000
7 111 27 128 10000000
8 1000
9 1001
10 1010
11 1011
12 1100
13 1101
14 1110
15 1111
16 10000
32 100000
64 1000000
128 10000000
DIRECTIONS:
Circle the letter that corresponds to the one (1) best answer for each of the questions below.
Question 1: All functions of a computer are based upon the use and manipulation of numbers.
Which number system is most native to a computer?
A. binary
B. decimal
C. hexadecimal
D. octal
A. 221
B. 193
C. 217
D. 192
A. F0
B. E0
C. 92
D. 9E
A. 115
B. 134
C. 201
D. 127
A. 10111001
B. 11100001
C. 11000100
D. 11001011
A. 10001011
B. 11000001
C. 10000111
D. 10000101
A. E7
B. D3
C. F1
D. A9
A. 0
B. 64
C. 192
D. 255
Question 10: Which of the following phrases best describes the decimal numbering system?
A. octal
B. hexadecimal
C. binary
D. ASCII
A. 10010111
B. 10010110
C. 10101011
D. 10010011
A. 218
B. 202
C. 222
D. 186
A. 2B
B. 1F
C. EF
D. 1A
A. IP
B. Octal
C. MAC
D. Digital
A. decimal 1
B. decimal 16
C. hex FF
D. hex 16
A. FDD1
B. BAD
C. ED
D. CAD
Question 18: What is the decimal value of the hex number ABE?
A. 2750
B. 5027
C. 2570
D. 7250
Question 19: What is the hex value of the binary number 11100010?
A. D2
B. E2
C. G2
D. H20
A. octal
B. hexadecimal
C. binary
D. decimal
Question 1: All functions of a computer are based upon the use and manipulation of numbers.
Which number system is most native to a computer?
A. binary
B. decimal
C. hexadecimal
D. octal
A. 221
B. 193
C. 217
D. 192
A. F0
B. E0
C. 92
D. 9E
A. 115
B. 134
C. 201
D. 127
A. 10111001
B. 11100001
C. 11000100
D. 11001011
A. 10001011
B. 11000001
C. 10000111
D. 10000101
A. E7
B. D3
C. F1
D. A9
Computer Maintenance I: Numbering Systems Exam Key
UNT in partnership with TEA, Copyright © . All rights reserved
17
Question 8: What is the decimal value of the binary number 11111111?
A. 0
B. 64
C. 192
D. 255
Question 10: Which of the following phrases best describes the decimal numbering system?
A. octal
B. hexadecimal
C. binary
D. ASCII
A. 10010111
B. 10010110
C. 10101011
D. 10010011
A. 218
B. 202
C. 222
D. 186
A. 2B
B. 1F
C. EF
D. 1A
A. IP
B. Octal
C. MAC
D. Digital
A. decimal 1
B. decimal 16
C. hex FF
D. hex 16
A. FDD1
B. BAD
C. ED
D. CAD
Question 18: What is the decimal value of the hex number ABE?
A. 2750
B. 5027
C. 2570
D. 7250
Question 19: What is the hex value of the binary number 11100010?
A. D2
B. E2
C. G2
D. H20
A. octal
B. hexadecimal
C. binary
D. decimal