This logic function inverses all inputs.
What is a NOT gate, or inverter.
This is comprised of eight bits
What is a Byte?
This is a value that is assigned to a particular memory location.
What is a variable?
X = 1 if A = 1 and B=1
What is X = A AND B
Highest 8 Bit Binary Number
255
The Inventor of Boolean Algebra
Who is George Boole?
This input/output device can determine distance
What is ultrasonic?
All inputs must be True for the output to be True
What is a AND logic function?
X = 1 if A = 1 and Not C = 1 OR B= 1
X = (A AND NOT C) OR B
This digital system can count from 0 to 7
What is Octal?
What is an OR Function?
This number system is Base-8
What is Octal?
This lists all the possible binary input combinations and their associated outputs; the number of outputs
What is a truth table?
z = 1 if switch A in ON or Switch C is ON OR if Switch B is On And Switch D is ON
Z = A OR C OR (B AND D)
How many colors can be represented with a pixel that has a 6 bit color depth
What are 64 Colors
What is a NAND function?
She discovered the first programming bug.
Who is Dr. Grace Hopper?
This type of expression was developed by George Boole
What is a Boolean Expression?
R = 1 if Switch A = 1 OR NOT b = 1 and Switch C is ON OR Switch D = 1
R = (A OR NOT B) AND (C OR D)
Pictures that only have pixels that have a color depth of 1 Are called
What is Monotone
Z = (NOT A AND B) OR (A AND NOT B)
What is XOR Logic function?
AT&T used this code in the 19th Century.
What is Morse Code?
These combinations of bits are manipulated by a computer program
What are data?
FREE POINTS
FREE POINTS
A system that expresses 255 as FF
What is Hexadecimal?