// archives

Decimal System

This tag is associated with 2 posts

The Four-Bit Combination

(Image-1) Nibble

Nibble

Is represented by a group of 4 bits = 1/2 byte
This is also a system that the computer uses to count bits internally

The first bit, on the right side of the nibble

Is called the Low Order bit or LO bit
This is also called the least significant bit
The bit on the right side is counted [...]

The Decimal System

The numeric system that we have always used uses a set of ten symbols that are

0, 1, 2, 3, 4, 5, 6, 7, 8, and 9

Each of these symbols is called a digit

Using a combination of these digits, you can display numeric values of any kind, such as 240, 3826 or 234523

This system of representing [...]