3010203d Logic Gates Flashcards

1
Q

What type of signal does a microprocessor use?

A

Binary signals in the form of 0’s and 1’s and then manipulates them according to the program, which is a set of instructions

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

What is microprocessor circuitry made up of?

A

Microprocessor circuitry is made of digital logic gates

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

What is a digital logic gate?

A

Digital logic gates are simple electronic circuits that operate as a switch

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

What is the most common type of switch or logic gate in today’s computers?

A

The most common type of switch in today’s computers is a transistor called a metal-oxide semiconductor field-effect transistor (MOSFET)

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

Describe the principal operation of a metal-oxide semiconductor field-effect transistor (MOFSET)

A

When a voltage is applied to this transistor it reacts by turning the circuit either on or off
A signal at or near the high end of the voltage range switches the circuit on
An incoming signal at or near the low end of the voltage range (zero) switches the circuit off.

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

Describe the output from an AND operation

A

Output from an AND operation is true only if all its inputs are true

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

What are the 3 ways an AND operation is shown in process control or logic diagrams?

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

Describe the output from an OR operation

A

Output from an OR operation is true if any of its inputs are true

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

What are the 3 possible ways that an OR operation is shown in process control or logic diagrams?

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

Describe the output of a NOT operation

A

The knot operation takes the value on its input and produces an output that is opposite to the input
If the input is true (1) the output is false (0)

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

What are 3 possible ways that a NOT operation is shown in process control or logic diagrams

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

What type of gate is this and what is meant by the bubble on input B?

A

This is an AND gate
The bubble symbolizes a NOT operation, which indicates an inversion

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

Describe the output of a NAND gate

A

The NAND gate is an AND gate, followed by a NOT gate
The output of a NAND gate is 0 (false) only when all the inputs are 1’s (true) which is the inverse of the AND gate

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

Which gate type is also referred to as the universal gate and why?

A

The NAND gate is also called the universal gate
The NAND gate is used in integrated circuits because it can be used in combination with other NAND gates to create other gates such as the AND, OR and NOT gates

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

What type of gate is this

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

Describe the operation of a NOR gate

A

The NOR gate is an OR gate, followed by a NOT gate
The output of a NOR gate is one true only when all the inputs are 0 (false) which is the inverse of the OR gate

17
Q

What type of gate is this

A

An exclusive-OR (XOR) gate

18
Q

Describe the operation of an exclusive-OR (XOR) gate

A

The exclusive-OR (XOR) gate is often used with three basic gates
The output of a 2 input exclusive-OR (XOR) gate is true only when one input or the other is true, but not both

19
Q

What type of gate is this?

20
Q

What type of gate is this?

21
Q

What type of gate is this?

22
Q

Which gate type cannot have multiple inputs?

A

The NOT gate

23
Q

What type of gate is this?