0% found this document useful (0 votes)
14 views11 pages

Hexa Decimal To Decimal Lecture-04

The hexadecimal number system is a base 16 system that uses 16 symbols, including the decimal digits and letters A to F. It is commonly used for memory locations, web colors, MAC addresses, and error messages. The document also provides examples of converting hexadecimal numbers to decimal and lists the binary equivalents of decimal and hexadecimal numbers.

Uploaded by

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

Hexa Decimal To Decimal Lecture-04

The hexadecimal number system is a base 16 system that uses 16 symbols, including the decimal digits and letters A to F. It is commonly used for memory locations, web colors, MAC addresses, and error messages. The document also provides examples of converting hexadecimal numbers to decimal and lists the binary equivalents of decimal and hexadecimal numbers.

Uploaded by

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

Hexadecimal Number system

The hexadecimal numeral system, often shortened to "hex", is a numeral system made up of 16
symbols (base 16). The standard numeral system is called decimal (base 10) and uses ten symbols:
0,1,2,3,4,5,6,7,8,9. Hexadecimal uses the decimal numbers and six extra symbols A, B, C, D, E,F.
Here A is 10, B is 11, C is 12, D is 13, E is 14 and F is 15. Humans mostly use the decimal system.
Examples of hexadecimal numbers are 1AF, 4AB.2A, 3C9A and so on

Conversion from Hexadecimal to Decimal Number System:

Example #1
Convert (3B)16= (?)10

3B16 = 3×161+11×160 = 48+11 = 5910

Example #2
Convert (E7A9)16=(?)10

E7A916 = 14×163+7×162+10×161+9×160 = 57344+1792+160+9 = 5930510


Hexadecimal Numbers
List
Decimal Numbers 4-bit Binary Number Hexadecimal
Number
0 0000 0
1 0001 1
2 0010 2
3 0011 3
4 0100 4
5 0101 5
6 0110 6
7 0111 7
8 1000 8
9 1001 9
10 1010 A
11 1011 B
12 1100 C
13 1101 D
14 1110 E
15 1111 F
Example#03 :: Convert =

=+

=(1195.16406)10
Conversio
n from
Decimal to
Hexadeci
mal
Binary to Hexadecimal and vice Versa
Conversion
from
Hexadecima
l to Octal &
Vice Versa
Conversio
n Octal to
Hexadeci
mal &
Vice Versa
Application of Hexadecimal
Number System
To define locations in memory. Hexadecimals can characterise every byte as
two hexadecimal digits only compared to eight digits when using binary.
To define colours on web pages. Each primary colour – red, green and blue is
characterised by two hexadecimal digits. The format being used is #RRGGBB.
RR stands for red, GG stands for green and BB stands for blue.
To represent Media Access Control (MAC) addresses. MAC addresses consist
of 12-digit hexadecimal numbers. The format being used is either
MM:MM:MM:SS:SS:SS or MMMM-MMSS-SSSS. The first 6 digits of the MAC
address represent the ID of the adapter manufacturer while the last 6 digits
represent the serial number of the adapter.
To display error messages. Hexadecimals are used to define the memory
location of the error. This is useful for programmers in finding and fixing
errors.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy