Monday, February 15, 2016

Numbering System

Fundamentals of Numbering System

Humans use the base 10 (decimal) number system. Base 10 contains digits 0 through 9.

Computers use the base 2 (binary) number system. Base 2 contains digits 0 and 1. These two binary digits are commonly referred to as bits. Binary system is used in computers because 1 and 0 represent the two voltage levels of on and off.

The convenient representation of binary numbers is base 16 (hexadecimal) number system. Base 16 contains digits 0 through F.
DecimalBinaryHexadecimal
000000
100011
200102
300113
401004
501015
601106
701117
810008
910019
101010A
111011B
121100C
131101D
141110E
151111F




Related topics:
Microcomputer System   |   Microcomputer System Architecture   |   Memory Basics   |   Digital Logic   |   ASCII Code   |   Computer Internals   |   ROM and RAM Memory

List of topics: Microcomputer

No comments:

Post a Comment