1/15
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
how do you determine how many rows are in your truth table
2^n in which n is the number of inputs
how do you determine how many columns are in your truth table
n columns in which n is number of inputs
not logic gate
or logic gate
and logic gate
what does this mean : A ^ B
A and B
what does this mean : A V B
A or B
what does this mean : ¬A
not A
A | B | A ^ B |
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
what truth table is this for ?
and gate
A | ¬A |
0 | 1 |
1 | 0 |
what truth table is this for?
not gate
A | B | A V B |
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 1 |
what is this gate called
or gate
what is another name for ‘and gate ‘
conjunction
what is another name for ‘ or gate’
disjunction
what is another name for ‘not gate’
negation
what is a truth table
show all the possible inputs and the associated output for each input
what are logical operators
symbols used to represent circuits of transistors within a computer