boolean logic

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

how do you determine how many rows are in your truth table

2^n in which n is the number of inputs

2
New cards

how do you determine how many columns are in your truth table

n columns in which n is number of inputs

3
New cards

not logic gate

4
New cards

or logic gate

5
New cards

and logic gate

6
New cards

what does this mean : A ^ B

A and B

7
New cards

what does this mean : A V B

A or B

8
New cards

what does this mean : ¬A

not A

9
New cards

A

B

A ^ B

0

0

0

0

1

0

1

0

0

1

1

1

what truth table is this for ?

and gate

10
New cards

A

¬A

0

1

1

0

what truth table is this for?

not gate

11
New cards

A

B

A V B

0

0

0

0

1

1

1

0

1

1

1

1

what is this gate called

or gate

12
New cards

what is another name for ‘and gate ‘

conjunction

13
New cards

what is another name for ‘ or gate’

disjunction

14
New cards

what is another name for ‘not gate’

negation

15
New cards

what is a truth table

show all the possible inputs and the associated output for each input

16
New cards

what are logical operators

symbols used to represent circuits of transistors within a computer