EXAM_1_DIGITAL

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

programmable logic devices (PLDs), arithmetic logic units (ALUs),

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

Programmable Logic Device (PLD)

A general-purpose chip for implementing logic circuitry that can be customized in various ways.

2
New cards

Programmable Logic Array (PLA)

A type of PLD that uses a sum-of-products format, consisting of an AND plane feeding into an OR plane.

3
New cards

Programmable Array Logic (PAL)

A type of PLD that has programmable AND gates and fixed OR gates, allowing simpler and less expensive implementation.

4
New cards

Complex Programmable Logic Device (CPLD)

A device comprising multiple circuit blocks interconnected, with internal wiring resources allowing for greater complexity in logic circuits.

5
New cards

Field Programmable Gate Array (FPGA)

A type of PLD designed to support relatively large logic circuits, consisting of logic blocks, I/O blocks, and interconnection wires.

6
New cards

Lookup Table (LUT)

The most commonly used logic block in an FPGA, capable of implementing any logic function of a defined number of inputs.

7
New cards

Fixed-point number

A number representation where the radix point is in a fixed position within the number.

8
New cards

Floating-point number

A number representation that consists of a mantissa and an exponent, allowing for a wide range and representation of fractional values.

9
New cards

Half-Adder

A circuit that performs the addition of two bits, producing a sum and a carry output.

10
New cards

Full-Adder

An extension of the half-adder that adds three inputs: two bits and a carry bit from a previous addition.

11
New cards

Ripple-Carry Adder (RCA)

An adder circuit where the carry output from one full-adder is the carry input for the next full-adder in sequence.

12
New cards

Carry-Lookahead Adder (CLA)

An adder that reduces carry propagation delays by quickly calculating carry outputs based on generate and propagate signals.

13
New cards

Hierarchical Carry-Lookahead Adder

A design for large adders that uses a hierarchy of carry-lookahead circuits to speed up carry signal generation.

14
New cards

Mantissa

The significant digits of a floating-point number.

15
New cards

Exponent

The power of the base in a floating-point number representation, which indicates the scaling factor of the mantissa.

16
New cards

Complement

The binary representation that results in flipping each bit of a number (1's complement) or adding one to the 1's complement (2's complement).

17
New cards

Arithmetic Logic Unit (ALU)

The component of a computer that performs arithmetic and logical operations.