BIT

advertisement
Ch. 1 Data Storage – Part 1
BIT
•
Bit (Binary Digit) = Basic unit of information, _____________________________
. _____________________ The smallest unit of information within the computer.
• The only thing a computer understands.
• Abbreviation: b
• Bit has one of two values:
•
•
•
–
____________________________
–
____________________________
Bits are really only symbols.
Used to display the one of two different, discrete states.
Bits are used as:
–
___________________________
• Numbers
• Text characters
• Images
• Sound
• Etc.
–
___________________________
Boolean Operations
•
•
•
•
Integrated Circuits (microchips) are used to store and manipulate (process)
bits.
This is done using Boolean operations (in honor of mathematician George Boole,
1815-1864).
_____________________________: An operation that manipulates one or more
true/false values
Specific operations
– AND
– OR
– XOR (exclusive or)
– NOT
•
Using ____________________________ we can uses different sets of logic
operations to store, add, subtract, and more complicated operations with bit.
•
Truth tables (simple ones)
•
_________ operation
–
–
–
_______________________________________________________
Kermit is a frog AND Miss Piggy is an actress
Inputs to AND operation represent truth of falseness of the compund
statement.
1
•
•
Gate:
– A device that _____________________________________________
– A device that produces the output of a Boolean operation when given the
operation’s input values.
Gates can be:
– Gears
– Relays
– Optic devices
–
_________________________________ (microchips)
Boolean Operations – AND Gate
0 = FALSE
1 = TRUE
AND operation
• Both input values must be TRUE for output to be TRUE
2
Boolean Operations – OR Gate
0 = FALSE
1 = TRUE
_____ operation

__________________________________________________________
Boolean Operations – XOR Gate
_____ operation

__________________________________________________________
3
Boolean Operations – NOT Gate
_____ operation

_________________________________________

_________________________________________
Binary Math
•
•
•
•
All digits start with _____
A Base-n number system has n number of digits:
–
Decimal: ____________ has ____________
–
Binary: ____________ has ____________
–
Hexadecimal: ____________ has ____________
The ____________ is always the number of ____________
Each of the following columns is n times the previous column (n = Base-n)
– Base 10: 10,000
1,000
100
10
1
– Base 2:
16
8
4
2
1
– Base 16: 65,536
4,096
256
16
1
4
Base 2 (Binary) Number System
Digits (2): ____________
5
Binary Math - Addition
6
Half Adder Gate – Adding two bits
7
Flip-flop: A circuit built from gates that can store one bit, uses feedback.
A means of storing bits such as RAM
8
Download