Data Representation/Use
p, q Statements
The Gates of Logic
The Tables of Truth
Solve the Logic Gates
100

True and False values are represented by one these numbers 

What are 0 and 1?

100

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? 

100

The first three basic logic gates learned in class? 

What are AND, OR, and NOT?

100

The truth table result for the NOT operator, if the input is TRUE.

What is FALSE?

100

If A = 1 and B = 0, what is Y =? 

What is Y = 0? 

200

A system in which information can be expressed by combinations of the digits 0 and 1.

What is binary? 

200

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? 

200

The number of inputs in a NOT gate.

What is 1?

200

The conditions under which the OR operator has a unique output (one that only occurs in one situation).

What is both inputs are FALSE?

200

If B=1, and Y=1, what is A=? 

What is A=1? 

300

A mathematical table that represents different type of logic gates with all possible combination of outcomes

What is truth table? 

300

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?

300

The conditions which will make the output of an OR gate TRUE.

What is when at least one input is TRUE?

300

The purpose of a truth table.

What is to show all possible combinations of truth values of inputs and outputs?

300

What is the output if the A=0 and B=1

What is 0? 

400

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 

400

p. I am a male

q. I am 30 years old

s. I am Mr. K 

 p OR q? 

What is if I am a male OR I am 30 years old? 

400

What is AND and NOT in one Logic Gate? 

What is NAND?

400

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

400

Solve this circuit if A = 1, T = 1 and P = 0


What is 1?

500

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 

500

p. I am a male

q. I am 30 years old

s. I am Mr. K 

NOT p AND NOT s 

What is if I am not a male AND I am not Mr. K? 

500

The gate represented by the following picture and its truth table: 


What is the AND gate (0,1,1,0)?

500

What is the truth table for the following picture:


What is ? 


500

Solve for the output of following circuit if A = 0, B = 1, and C = 1


What is 0?