Gates Flashcards

Make flashcards on how Gates in IT work (20 cards)

1
Q

What is the output of an AND gate when both inputs are true?

A

True

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

True or False: A NAND gate outputs true only when both inputs are true.

A

False

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

Fill in the blank: The output of a NOR gate is true only when both inputs are ____.

A

false

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

What is the primary function of an OR gate?

A

To output true if at least one input is true.

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

What does XOR stand for?

A

Exclusive OR

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

True or False: An XOR gate outputs true if both inputs are the same.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
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
8
Q

Multiple choice: Which gate outputs true only when both inputs are false? A) AND B) OR C) NOR

A

C) NOR

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

What is the result of A AND B if A is false and B is true?

A

False

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

Fill in the blank: The output of a NAND gate is the opposite of the ____ gate.

A

AND

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

What is the truth value of A OR B when both A and B are false?

A

False

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

True or False: The output of an XOR gate is true when one input is true and the other is false.

A

True

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

What type of logic gate would you use to ensure that an output is true if at least one input is true?

A

OR gate

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

Multiple choice: Which gate has the following truth table: 00 -> 1, 01 -> 0, 10 -> 0, 11 -> 0? A) AND B) NAND C) NOR

A

C) NOR

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

What is the result of NOT(A) if A is false?

A

True

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

Fill in the blank: An AND gate requires ____ input(s) to be true for a true output.

17
Q

True or False: A NAND gate can be used to create any other type of logic gate.

18
Q

What is the output of a NOR gate if both inputs are true?

19
Q

Multiple choice: Which gate would output true for inputs (true, false)? A) AND B) OR C) XOR

20
Q

What happens to the output of an XOR gate if both inputs are true?