True and False values are represented by one these numbers
What are 0 and 1?
If I do poorly on my 3-week Exam, then I will need to come to Tuesday tutorials.
I came to Tuesday tutorials.
Conclusion:
What is I did poorly on the 3-week Exam?
The first three basic logic gates learned in class?
What are AND, OR, and NOR?
The truth table result for the NOT operator, if the input is TRUE.
What is FALSE?
If A = 1 and B = 0, what is Y =?
What is 0?
A system in which information can be expressed by combinations of the digits 0 and 1.
What is binary?
If I disturb the class by talking, then the teacher is going to pick on me.
I disturbed the class by talking.
Conclusion:
What is the teacher picked on me?
The number of inputs in a NOT gate.
What is 1?
The conditions under which the OR operator has a unique output (one that only occurs in one situation).
What is both inputs are FALSE?
If B=1, and Y=1, what is A=?
What is A=1?
A mathematical table that represents different type of logic gates with all possible combination of outcomes
What is truth table?
p. I am a male
q. I am 30 years old
s. I am Mr. K
If p -> s. What does this mean?
What is If I am a male, then I am Mr. K?
The conditions which will make the output of an OR gate TRUE.
What is when at least one input is TRUE?
The purpose of a truth table.
What is to show all possible combinations of truth values of inputs and outputs?
What is the output if the A=0 and B=1
What is 0?
The most common uses of the logic gates are in these devices. Be as specific as you can.
What are CPU's or computer processors
p. I am a male
q. I am 30 years old
s. I am Mr. K
p V q -> s?
What is if I am a male OR I am 30 years old, then I am Mr. K?
What is AND and NOT in one Logic Gate?
What is NAND?
What is the truth table for the following picture:
What is p q XNOR NOT AND
1 1 1 . 0 0
1 0 0 . 1 . 0
0 1 0 . 0 . 0
0 0 1 . 1 . 1
Solve this circuit if both inputs are 1
Explain what is the main function and use of Logic Gates inside the circuit?
What is open and close gates to let the current flow or not flow
p. I am a male
q. I am 30 years old
s. I am Mr. K
~(p V q) -> ~s
What is if I am not a male AND I am not 30 years old, then I am not Mr. K?
The gate represented by the following picture and its truth table:
What is the AND gate (0,1,1,0)?
What is the truth table for the following picture:
What is ?
Solve for the output of following circuit if all inputs are 1