Logic Gates Flashcards

Logic gate revision (19 cards)

1
Q

What is a Boolean logic gate?

A

A device that implements a Boolean function, performing basic logical operations on one or more binary inputs to produce a single binary output.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or False: An AND gate outputs true only when all inputs are true.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Fill in the blank: The output of an OR gate is true if at least one of its __________ is true.

A

inputs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the output of a NOT gate when the input is true?

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which gate is used to produce an output that is true only when exactly one input is true?

A

XOR gate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the symbol for the AND gate?

A

A flat line with a curved top

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Name the three basic types of logic gates.

A

AND, OR, NOT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

True or False: A NAND gate is the opposite of an AND gate.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the primary function of a NOR gate?

A

To output true only when all inputs are false.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the truth table used for?

A

To represent the output of a logic gate for all possible input combinations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Multiple Choice: Which gate has the following truth table: 00 -> 0, 01 -> 1, 10 -> 1, 11 -> 1? A) AND B) OR C) NOT D) XOR

A

B) OR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a logic circuit?

A

A network of logic gates that performs a specific logical function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Fill in the blank: The combination of AND, OR, and NOT gates is called __________ logic.

A

Boolean

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does the output of a XOR gate represent?

A

True if an odd number of inputs are true.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

True or False: A buffer gate is a type of NOT gate.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the output of a NAND gate when both inputs are true?

17
Q

Multiple Choice: Which gate is represented by the symbol with a curved input and a straight output? A) AND B) NOT C) OR D) NOR

18
Q

Fill in the blank: The __________ gate outputs true only when both inputs are false.

19
Q

Multiple Choice: Which logic gate is used to create a universal gate? A) AND B) OR C) NAND D) NOT