Activity 2.1C – Hexadecimal to Binary, Study notes of Number Theory

Procedure. To convert a Hexadecimal value into a Binary number, display the hex value of each in a four bit binary equivalent. 2E 16. 2 = 0010 base 2.

Typology: Study notes

2021/2022

Uploaded on 09/12/2022

sheela_98
sheela_98 🇺🇸

4.2

(12)

234 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Activity 2.1C – Hexadecimal to Binary
Purpose
1. To convert a Hexadecimal value to a Binary number
Equipment
Calculator
Procedure
To convert a Hexadecimal value into a Binary number, display the hex value
of each in a four bit binary equivalent.
2E
16
2 = 0010
base 2
E = 1110
base 2
2E
base 16
= 00101110
2
Hexadecimal to Binary Conversion
Convert the following Hexadecimal numbers to Binary:
1. 2A
16
= ____________
2. 5F
16
= ____________
3. 6C
16
= ____________
4. 5BF
16
= ___________
5. 711
16
= ____________
6. 64A
16
= ___________
7. EA2
16
= ___________
pf2

Partial preview of the text

Download Activity 2.1C – Hexadecimal to Binary and more Study notes Number Theory in PDF only on Docsity!

Activity 2.1C – Hexadecimal to Binary

Purpose

  1. To convert a Hexadecimal value to a Binary number

Equipment

Calculator

Procedure

To convert a Hexadecimal value into a Binary number, display the hex valueof each in a four bit binary equivalent. 2E (^16) 2 = 0010 (^) base 2 E = 1110 (^) base 2 2E (^) base 16 = 00101110 (^2) Hexadecimal to Binary Conversion Convert the following Hexadecimal numbers to Binary:

  1. 2A 16 = ____________
  2. 5F 16 = ____________
  3. 6C 16 = ____________
  4. 5BF 16 = ___________
  5. 711 16 = ____________
  6. 64A 16 = ___________
  7. EA2 16 = ___________

8. BE 16 = ____________

9. 10 16 = ____________

10. EC3 16 = ___________

Conclusion

  1. How are the base 16 and base 2 number systems related?
  2. Computers use bits, nibbles and bytes of information. Describe these interms of Binary and Hexadecimal.