Chapter Four - Gates and Circuits Flashcards

1
Q

NOT gate?

A
  • INVERTS its single input value (0 becomes 1, 1 becomes 0)

- X(output signal) = A’

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

AND gate?

A
  • 1 if both input values are 1, otherwise 0

- X = A (dot) B

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

OR gate?

A
  • 0, if 0 0, otherwise 1

- X = A + B

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

XOR gate?

A
  • 00, 11 produce 0; 01, or 10 produce 1

- X = A (+ and circle around it) B

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

NAND and NOR gate?

A
  • opposite results of AND and OR
    NAND > X = (A dot B)’
    NOR > X = (A+B)’
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

gate?

A
  • device that performs basic OPERATION on ELECTRIC SIGNALS, accepting 1+ signals and producing SINGLE signal.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

circuit?

A
  • combination of GATES designed to complete specific function
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

logic diagram?

A
  • GRAPHICAL REPRESENTATION of CIRCUIT (each type of GATE has own SYMBOL)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

truth table?

A
  • table showing all POSSIBLE INPUT VALUES & assiociated OUTPUT VALUES
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

transistor?

A
  • device that acts as a WIRE/RESISTER, depending on VOLTAGE level of INPUT signal;
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

semi-conductor?

A
  • neither good conductor(copper) nor good insulator(rubber);&raquo_space; silicon
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

combinational circuit?

A
  • circuit whose output is SOLELY determined by INPUT values;
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

sequential circuit?

A
  • output is a function of INPUT values and CURRENT STATE of circuit;
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

circuit equivalence

A
  • BOTH circuits produce same OUTPUT for input value combinations (distributive law)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

adder

A
  • circuit that performs ADDITION on binary
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

half adder

A
  • circuit that finds the CARRY bit
17
Q

full adder

A
  • takes into account an INPUT CARRY bit;&raquo_space; two half adders
18
Q

multiplexer

A
  • circuit that uses a few INPUT CONTROL SIGNALS to determine WHICH of several INPUT DATA LINES is routed to its OUTPUT; (transfers information from one place to another; e.g. memory to cpu)
19
Q

integrated circuit?

A
  • Piece of SILICON on which multiple GATES have been EMBEDDED