M4_Design Procedure and Combinational Logic Flashcards

1
Q

Uses bipolar transistor as the principal circuit element

A

Transistor-transistor Logic (TTL)

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

Based on bipolar transistors

A

Transistor-transistor Logic (TTL)

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

Widely used families for small-and-medium-scale devices- rarely used for VLSI

A

Transistor-transistor Logic (TTL)

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

Uses the field-effect transistor as the principal circuit element

A

Complementary Metal Oxide Semiconductor (CMOS) Integrated

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

Widely used for large-scale devices

A

Complementary Metal Oxide Semiconductor (CMOS) Integrated

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

Combines HIGH SPEED with LOWER POWER CONSUMPTION

A

Complementary Metal Oxide Semiconductor (CMOS) Integrated

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

Use the bipolar transistors configured as a differential amplifier

A

Emitter Couple Logic (ECL) Integrated

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

Based on bipolar transistors, BUT removes of storage time by preventing transistors from saturating

A

Emitter Couple Logic (ECL) Integrated

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

Very fast operation-propagation delays of 1 ns or less
High power consumption, perhaps 60 Mw/gate

A

Emitter Couple Logic (ECL) Integrated

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

Sometimes referred to as fan in or fan out

A

Drive capabilities

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

Number of inputs of a logic family that can be driven by a single output
Specified the number of standard loads that can be connected to the output of the gate without degrading its normal operation

A

Fan out

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

Fan out formula to know the number of gates that can be connected to the output

A

(Output High/input high)=(Output low/input low)=no of gates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  • It is the load an input places on an output
A

Fan in

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  • Has to do with the “speed” of the logic element
    • LOWER **: means higher speed which is desirable
    • Average transition delay time for the signal to propagate from input to output when the binary signal changes in value
A

Propagation Delay

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  • As propagation delays INCREASE, power consumption and heat generation INCREASE
A

Power Dissipation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  • Maximum noise voltage added to an input signal of a digital circuit that does not cause an undesirable change in the circuit output
  • Expressed in volts and represents the maximum noise signal that can be tolerated by the gate
A

Noise Margin

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

-easier to fabricate transistor than diodes
-When DIODES are required, transistors are used

A

Changing DTL to TTL

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

Anode of the input diodes are common

A

TTL: Multi Emitter Transistor

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

remaining changes in the evolution from DTL to TTL made to achieve increased speed

A

TTL Increase Switching Speed

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

Limiting transition speed which is called capacitive load, consisting of the capacitances of the reversed-biased diodes of the fan-out gates and any stray wiring capacitance

A

TTL Collector Capacitance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q
  • STANDARD TTL output config with HIGH output and a LOW output transistor
    ○ Only one of which is active anytime
    • A PHASE SPLOTTER TRANSISTOR controls which transistor is active
A

TOTEM POLE OUTPUT

22
Q
  • Three possibe output states: Logic HIGH, logic LOW, and a high-impedance state(z)
    • Created with circuitry to cut off both totem pole Output resistors
A

Tristate Output

23
Q
  • Much more difficult logic family around whuch to design a digital system
    • Maybe faster than most application require
    • Used in supercomputers like CRAY, FUJITSU and NEX and in specialist computing systems such as SGI
    • Operates on the principle of current switching
A

Emitter Coupled Logic

24
Q
  • Non-saturated digital logic family
    • Propagation rate as low as 1-2 ns
    • Used mostly in high speed circuits
    • Noise immunity and Power dissipation is the worst of all logic families
    • High level -0.8V, low level -1.8V
A

Emitter Coupled Logic (ECL)

25
- If one were to fabricate PMOS and NMOS devices on the same substrate to build ___ circuits, there would be a basic inconsistency in substrates
Complementary MOS Transistors
26
- A group of binary cells suitable for holding binary info - A group of flip flops constitutes **
Registers
27
○ ___: binary cell capable of storing one bit of info
FLIP FLOPS
28
- A register that goes thru a predetermined sequence of states upon the application of input pulses - Sequential circuit that goes through a prescribed sequence of states upon the application if input pulses
Counter
29
___: Input pulses; may be clock pules
Count pules
30
- Collection of storage cells together with associated circuits needed to transfer info in and out of the storage
Memory Unit
31
- A group of flipflops sensitive to pulse DURATION
Latch
32
- A group of flip flops sensitive to pulse TRANSITION
Register
33
- A transfer of new info into a register; done in parallel
Loading
34
- Capable of shifting its binary info either to the right or left
Shift Register
35
- A digi system operates in serial mode when info is transferred and manipulated on bit at a time
Serial Transfer
36
- The time interval between clock pulses
Bit Time
37
- Time required to shift the entire contents of a shift register
Word Time
38
- FLIP FLOP output transition serves as a source for triggering other flip flops - Flip flip output transition=source for triggering other flip flops CP inputs of all flip flips are not triggered not by the incoming pulses but rather by the transition that occurs in other flip flops
Ripple counter
39
- Distinguised from ripple counters in that clock pulses are applied to the CP inputs of all flip flops ○ Binary counter ○ Binary up down counter ○ BCD counter
Synchronous Counters
40
- Follows the binary sequence - An n-bit binary counter consists of n flip-flops and can count in binary from 0 to 2^n0-1
Binary Counter
41
- The seq of operations in a digital system are specifed by a control unit - The control unit that supervises the operations a digital system would normally consists of timing signals that determine the time seq in which the operations are executed
Time Sequence
42
- The control unit in a serial computer must generate a word time signal that stays on for a numebr of pulses equal to the numebr of bits in the shoft geisters - Can be generated by means of a counter that counts the required number of pulses
Word Time Generation
43
- A circular shift register with only one flip flop being set at any particular time - All others are cleared
Ring Counter
44
A k out switch tail counter with 2k decoding gates to provide outputs for 2k timing signals
Johnson Counter
45
- Memory cells can be accessed for info transfer to or from any desired random location
Random Access Memory
46
- a _____is a collection of storage cells together with associated circuits needed to transfer info in and out of the device
memory unit
47
- Time required to select a word either read or write it
Access Time
48
- Consist of essentially of interval flip flops that store the binary nifo - The stored info remain valid as long as power is applied to the unit
Static RAM
49
- The binary info in the form of electrical charges that are applied to capacitors
Dynamic RAM
50
ERROR CORRECTING CODE - Generated and stored along with the data word in memory
Parity Bit
51
- If the check bits do not compare with the stored parity, they generate a unique pattern call __ that can be used to identify the bit in error
Syndrome
52
- One of the most common error correcting codes used in random access memories that was devised by R.W Hamming
Hamming Code