Gates and Circuits Flashcards

1
Q

Define a Gate

A

A device that performs an essential operation on electrical signals

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

Define a Circuit

A

Gates combined to perform more complicated tasks

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

What are Boolean expressions

A

They use Boolean algebra, a mathematical notation for expressing two-valued logic

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

What is a Logic diagram

A

A graphical representation of a circuit, each gate has its symbol

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

What is a Truth table

A

A table showing all possible input values and the associated output values

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

What are the six types of gates

A

NOT, AND, OR, XOR, NAND, NOR

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

What does a NOT gate do

A

Accepts one input and returns the opposite signals as output

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

What does a AND gate do

A

Accepts two inputs, if both are 1, the output is 1; otherwise the output is 0

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

What does an OR gate do

A

Accepts two inputs, if both are 0, the output is 0; otherwise the output is 1

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

What does aa XOR gate do

A

Accepts two inputs, if both are the same the output is 0; otherwise the output is 1

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

What does a NAND gate do

A

Accepts two inputs, if both are 1, the output is 0; otherwise the output is 1

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

What does a NOR gate do

A

Accepts two inputs, if both are 0, the output is1; otherwise the output is 0

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

What is a transistor

A

A device that acts as a wire that conducts electricity or as a resistor that blocks the flow of electricity, depending on the voltage level of an input

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

What three things do transistors have

A

Collector, Base, Emittr

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

How can we describe circuits as

A

Boolean expressions, Truth tables, Logic Diagrams

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

What is Circuit Equivalence

A

A circuit which provides the same output when provided identical inputs

16
Q

What is Circuit Equivalence

A

A circuit which provides the same output when provided identical inputs

17
Q

What are adders

A

Logica circuits designed to perform the addition of binary values

18
Q

What is a half adder

A

A circuit that computes the sum of two bits and produces the correct bit carry as well

19
Q

What is a full adder

A

A circuit which takes a carry-in value as well as the two digits to add

20
Q

What are multiplexers

A

A circuit which uses input control signals to determine which of the input data is routed to the output signal

21
Q

Why are multiplexers used

A

A way of controlling the root of information going down wires, high or low voltages, also to make sure signals don’t overlap and go to the wrong destination