What is a bit?

A bit is the smallest amount of information in a computer. A bit is represented with 0 or 1. It has two possible choices. In hardware 0 represents an absence of a signal and 1 represents availability of it. Binary logic or 0s and 1s is implemented at the hardware level by transistors.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator