CIS3355:
Business Data Structures |
What does a BIT stand for?? BIT stands for Binary digit. Computers use the base-2 number system, also known as the binary number system. Just like your light bulb, the circuits in a computer have two states: on and off Assume you wish to send a message using a light switch. A light switch can be either off or on. ↓ ← Off OR On → ↑Other binary conditions can be represented with a single light switch: ↓ ← False True → ↑ Typically, We use the Binary Numbering System (which consists ONLY of the digits 0 and 1) to represent binary conditions: 0 = Off
1 = On And so forth ... Some good references include: At this point in time, you should be able to Answer the following questions: 1. Which of the following is a binary condition?
2. Define a bit.
Aside: Why would I grade this as an 'B' Tutorial??
|