Logic Boolean Gates (Intermediate) Flashcards

(25 cards)

1
Q

Define AND gate.

A

A digital logic gate that outputs true only if all inputs are true.

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

What is the output of an OR gate with one true input?

A

The output is true.

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

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

A

FALSE

An XOR gate outputs true only if inputs differ.

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

Fill in the blank: An NAND gate is the opposite of a(n) ______.

A

AND gate

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

What does a NOR gate output when all inputs are false?

A

The output is true.

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

Define NOT gate.

A

A gate that inverts the input signal; outputs true if input is false.

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

What is the function of a buffer in digital circuits?

A

To strengthen the signal without changing its value.

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

True or false: Logic gates can be implemented using transistors.

A

TRUE

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

Fill in the blank: A truth table shows all possible ______ of a logic circuit.

A

Input combinations

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

What is the primary use of logic gates?

A

To perform basic logical functions in digital circuits.

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

Define combinational logic.

A

Logic where the output depends only on current inputs, not past states.

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

What is a half adder?

A

A circuit that adds two single binary digits, producing a sum and carry.

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

True or false: A full adder can add three binary digits.

A

TRUE

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

Fill in the blank: The output of an AND gate is true only when ______.

A

All inputs are true

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

What is the output of a NAND gate with two true inputs?

A

The output is false.

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

Define logic level.

A

The state of a signal, typically high (1) or low (0).

17
Q

What does a decoder do?

A

Converts binary information from n input lines to a maximum of 2^n unique output lines.

18
Q

True or false: An encoder performs the reverse function of a decoder.

19
Q

Fill in the blank: A multiplexer selects one of many inputs and forwards it to a single ______.

20
Q

What is a demultiplexer?

A

A device that takes a single input and channels it to one of several outputs.

21
Q

Define Boolean algebra.

A

A mathematical structure that deals with true or false values.

22
Q

What is the purpose of Karnaugh maps?

A

To simplify Boolean expressions and minimize logic circuits.

23
Q

True or false: De Morgan’s Theorems are used to simplify logic expressions.

24
Q

Fill in the blank: The output of an OR gate is false only when ______.

A

All inputs are false

25
What is the role of **flip-flops** in digital circuits?
To store binary data and maintain state information.