Send Close Add comments: (status displays here)
Got it!  This site uses cookies. You consent to this by clicking on "Got it!" or by continuing to use this website.nbsp; Note: This appears on each machine/browser from which this site is accessed.
Counting: introduction


1. Counting: introduction

2. Bits and bytes
Inside the computer are bits and bytes. To really understand what is going on, you need to know something about bits and bytes.

3. Bits
A bit, for binary digit, can represent two values.

The two values of a bit are often written as 0 and 1.

But you cannot actually see a 0 or 1 inside a computer.

How are the 2 values of a bit represented?

4. Two values
Here are some ways to represent 2 values of a bit.

5. CD ROM
A original standard CD (Compact Disc) can hold 650 MB of data, or about 5 billion bits. Each bit is either a burned hole or not a burned hole at a certain position on the CD that either reflects light or does not reflect light. That is how the 5 billion bits are created and accessed.

6. Byte

7. Bytes
A byte is made up of 8 bits.

Question: How many values can a byte represent?

8. Values of a byte
A byte can represent 256 values.

Since each bit can represent 2 values, 8 bits can represent 256 values as follows.
   2*2*2*2*2*2*2*2 = 28 = 256


9. Nibble
A nibble is half a byte

Yes, the technical term for four bits, or half a byte, is a nibble. Computer engineers are often concerned with the upper nibble (upper 4 bits) and lower nibble (lower 4 bits) of a byte.

10. Words

11. End of page

12. Multiple choice questions for this page

13. Acronyms and/or initialisms for this page