WHAT IS THE HEXADECIMAL NUMBER SYSTEM?
The hexadecimal number system is a radix-16 number system and its 16 basic digits are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E and F. The place values or weights of different digits in a mixed hexadecimal number are 160, 161, 162 and so on (for the integer part) and 16−1, 16−2, 16−3 and so on (for the fractional part).
The decimal equivalent of A, B, C, D, E and F are 10, 11, 12, 13, 14 and 15 respectively, for obvious reasons.
The hexadecimal number system provides a condensed way of representing large binary numbers stored and processed inside the computer. One such example is in representing addresses of different memory locations. Let us assume that a machine has 64K of memory.
Such a memory has 64K (= 216 = 65 536) memory locations and needs 65 536 different addresses. These addresses can be designated as 0 to 65 535 in the decimal number system and 00000000 00000000 to 11111111 11111111 in the binary number system.
The decimal number system is not used in computers and the binary notation here appears too cumbersome and inconvenient to handle. In the hexadecimal number system, 65 536 different addresses can be expressed with four digits from 0000 to FFFF.
Similarly, the contents of the memory when represented in hexadecimal form are very convenient to handle.
SIMPLE ELECTRONIC PROJECTS | ELECTRONICS TUTORIALS | ELECTRONICS RESOURCES | ELECTRONIC COMMUNICATIONS | CONSUMER ELECTRONICS
Subscribe to:
Post Comments (Atom)
ARTICLES
-
▼
2012
(300)
-
▼
Apr
(20)
- FREQUENCY MODULATION (FM) BROADCASTING BASIC TUTOR...
- LEAD ACID BATTERY CHARGER CIRCUIT BASIC ELECTRONIC...
- ELECTROSCOPE DEFINITION BASICS AND TUTORIALS
- SINE WAVE GENERATOR ELECTRONIC PROJECT CIRCUIT
- COMMONLY USED IC COUNTERS AND REGISTERS BELONGING ...
- THYRISTORS DEFINITION AND BASIC INFORMATION TUTORIALS
- SEMICONDUCTORS DEFINITION AND BASIC KNOWLEDGE
- HALF-DIPOLE ANTENNAS BASIC INFORMATION ELECTRONICS...
- VEHICLE SECURITY SYSTEM ALARM ELECTRONICS PROJECT
- 8051 FAMILY MICROCONTROLLER PROCESSOR ARCHITECTURE...
- TELEPHONE SET SYSTEM BASIC ELECTRONIC TUTORIALS
- EVOLUTION OF MICROPROCESSORS TUTORIALS
- SIMPLE ELECTRONIC ORGAN PROJECT
- GAS LEAKAGE ALARM ELECTRONICS PROJECT
- COAXIAL CABLE POWER RATINGS BASIC INFORMATION
- 2M RECEIVER PRE AMPLIFIER ELECTORNIC PROJECT
- ASCII CODE TUTORIALS
- PACKED AND UNPACKED BINARY CODED DECIMAL (BCD) NUM...
- HEXADECIMAL NUMBER SYSTEM TUTORIALS
- LCD (LIQUID CRYSTAL DISPLAY) NATIVE RESOLUTIONS BA...
-
▼
Apr
(20)
No comments:
Post a Comment