Gates and circuits Flashcards

1
Q

What is a gate?

A

A device that performs a basic operation on

electrical signals, accepting one or more input signals and proucing a single output signle.

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

What is a circuit?

A

a combination of interacting gates designed to perform a specific logical function.

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

What are the three notations of logic gates, and what are they?

A

Boolean expressions: Uses Boolean algebra, a mathematical notation for
expressing two-valued logic

Logic diagrams: A graphical representation of a circuit; each gate has its
own symbol

Truth tables: 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
4
Q

What are the 6 main gates?

A
– NOT
– AND
– OR
– XOR
– NAND
– NOR
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Not gate.

A

A NOT gate accepts one input signal (0 or 1) and
returns the complementary (opposite) signal as
output.

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

What is a transistor?

A

A device that acts either as a wire that conducts electricity or as a resistor that blocks the flow of electricity, depending on the voltage level of an input signal
A transistor has no moving parts, yet acts like a switch
It is made of a semiconductor material, which is neither a particularly good conductor of electricity nor a particularly good insulator

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

What is a semi-conductor?

A

Material such as silicon that is neither good at conducting or insulating.

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

What are combinational circuits?

A

A circuit whose outputs are solely determined by its input values.

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

What is a sequential circuit?

A

A circuit whose output is a function of its input values and the current state of the circuit.

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

What is circuit equivalence?

A

The same output for each corresponding input value combination for two circuits.

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

What is an adder?

A

An electronic circuit that performs an addition operation on binary values.

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 computes the sum of two bits and produces the appropriate carry bit.

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

What is a full adder?

A

A circuit that computes the sum of to bits, taking an input carry bit into account.

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

Draw a half adder.

A

Google it

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

Draw a full adder

A

Google it

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

Draw a transistor

A

Google it

17
Q

how does a transistor work?

A

Takes in a source signal. If this source signal is high (above 5V) then it is grounded, and so the output signal is low (0V). if the source signal is low then it is not pulled towards the ground so the output signal is high. a high output signal represents a 1 and a low represents a 0.

18
Q

what is a not gate made from.

A

One transistor, and it is essentially the same as the original transistor. if input signal is high then it is grounded, and so output signal is low. and vice versa.

19
Q

What is a NAND gate made from and how does it work?

A

requires two transistors in series. If both input signals are high the source is grounded and the output signal is therefore low. if either input signal is low, then one transistor keeps the other from being grounded and so the output is high.

20
Q

What is a NOR gate made from and how does it work?

A

made from two transistors in parallel. The source signal connects to the transistors sepertaly. If either transister allows the wource signal to be grounded, the output is 0.

21
Q

How can an AND or OR gate be constructed.

A

pass the output of the NAND gate through a NOT gate (essentially just a transister) and this reverses the NOT. This will require 3 transistors - 2 for the NAND and 1 for the NOT.
This also applies the the NOR gate.

22
Q

What is a multiplexer?

A

it is a general circuit that produces a single output

A circuit that uses a few input control signals to determine which of several input data lines is to be routed too.

23
Q

What is an integrated circuit chip?

What are the sizes?

A

A piece of silicon on which multiple gates have been embedded.
SSI - Small-Scale integration - 1 to 10
MSI - Medium-Scale integration - 10 to 100
LSI - Large-Scale intergration - 100 to 100,000
VLSI - very large-scale intergration - more than 100,000