0% found this document useful (0 votes)
185 views21 pages

Lesson 2 Week 2 - Converting Decimal To Hexadecimal Numbers and Vice Versa

This document provides a lesson plan for teaching students how to convert between hexadecimal and decimal numbers. It includes steps for conversion in both directions, examples of conversions, and links to tutorial videos. The objective is for students to understand hexadecimal numbers and be able to perform conversions between hexadecimal and decimal representations. The lesson activity involves students applying their knowledge through practice worksheets.

Uploaded by

Sweetzyl Jamil
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)
185 views21 pages

Lesson 2 Week 2 - Converting Decimal To Hexadecimal Numbers and Vice Versa

This document provides a lesson plan for teaching students how to convert between hexadecimal and decimal numbers. It includes steps for conversion in both directions, examples of conversions, and links to tutorial videos. The objective is for students to understand hexadecimal numbers and be able to perform conversions between hexadecimal and decimal representations. The lesson activity involves students applying their knowledge through practice worksheets.

Uploaded by

Sweetzyl Jamil
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/ 21

CONVERTING HEXADECIMAL TO DECIMAL

& VICE VERSA


Week 2: Lesson 2
Teacher: Ms. Sweetzyl Pebuth D. Jamil
STUDENT LEARNING PLAN
3rd Quarter
Grade 7 Computer Education (Authoring Tools in Multimedia)

Subject Computer Education 7

Description Authoring Tools for Multimedia

Grade Level 7 Time Frame: 1 hr / week

Teacher Ms. Sweetzyl Pebuth D. Jamil

Lesson 2: Converting Decimal to Hexadecimal Numbers and Vice Versa


Handouts # 2: Converting Decimal to Hexadecimal Numbers and Vice Versa

Week 2: February 24, 2020

Topic/Lesson: Converting Decimal to Hexadecimal Numbers and Vice Versa


• Convert a hexadecimal number to its decimal equivalent vice versa.
Objective • Understand what HEX is and why it is used
Activity Students will apply what they know about converting hexadecimal to decimal
and vice Versa
Analysis Guide Question/s:
• What is a hexadecimal number?
• How can we convert hexadecimal numbers to decimal numbers?

Abstraction Read the following handouts.


• Convert Hexadecimal to Decimal vice versa
Application
Assessment Worksheet # 3: Converting Hexadecimal to Decimal and Vice Versa
LESSON OBJECTIVE/S

In this lesson, you should be able


to:
➤ Convert a hexadecimal number
to its decimal equivalent vice
versa.
➤ Understand what HEX is and
why it is used
CONVERTING HEXADECIMAL TO DECIMAL
Steps:
1. Get the last digit of the hex number, call this digit the currentDigit.  
2. Make a variable, let's call it power.  Set the value to 0.
3. Multiply the current digit with (16^power), store the result.
4. Increment power by 1.
5. Set the the currentDigit to the previous digit of the hex number.
6. Repeat from step 3 until all digits have been multiplied.
7. Sum the result of step 3 to get the answer number.
CONVERT THE NUMBER 589 HEXADECIMAL TO DECIMAL
CONVERT THE NUMBER 1531 HEXADECIMAL TO DECIMAL
CONVERT THE NUMBER FA8 HEXADECIMAL TO DECIMAL
CONVERT THE NUMBER 8F HEXADECIMAL TO DECIMAL
CONVERTING DECIMAL TO HEXADECIMAL
Steps:
1. Divide the decimal number by 16. Treat the division as an integer division.
2. Write down the remainder (in hexadecimal).
3. Divide the result again by 16. Treat the division as an integer division.
4. Repeat step 2 and 3 until result is 0.
5. The hex value is the digit sequence of the remainders from the last to first.
CONVERT THE NUMBER 256 DECIMAL TO HEXADECIMAL
CONVERT THE NUMBER 921 DECIMAL TO HEXADECIMAL
CONVERT THE NUMBER 188 DECIMAL TO HEXADECIMAL
CONVERT THE NUMBER 100 DECIMAL TO HEXADECIMAL
CONVERT THE NUMBER 590 DECIMAL TO HEXADECIMAL
TUTORIAL YOUTUBE LINKS
➤How To Convert Hexadecimal to Decimal:
https://www.youtube.com/watch?v=pg-HEGBpCQk
➤How To Convert Decimal to Hexadecimal:
https://www.youtube.com/watch?v=QJW6qnfhC70
WORKSHEET # 3: CONVERTING
HEXADECIMAL TO DECIMAL &
VICE VERSA
Instructions will be posted in our Google Classroom.

You might also like