CS-150 Gates and Circuits

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

1/29

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms from the CS-150 lecture on gates, circuits, adders, multiplexers, memory elements, and integrated circuits.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

Gate (electronics)

A device that performs a single basic logical operation on electrical signals.

2
New cards

Circuit (digital)

A collection of interconnected gates that performs a more complex logical task.

3
New cards

Boolean expression

A formula written in Boolean algebra that describes a gate or circuit’s logical behavior.

4
New cards

Truth table

A table listing every possible input combination and the corresponding output(s) of a gate or circuit.

5
New cards

Logic gate symbol

The standardized graphical icon used to depict a specific type of gate in diagrams.

6
New cards

NOT gate (Inverter)

A gate that outputs the opposite (complement) of its single input.

7
New cards

AND gate

Outputs 1 only if every one of its inputs is 1.

8
New cards

OR gate

Outputs 1 if at least one of its inputs is 1.

9
New cards

XOR gate (Exclusive OR)

Outputs 1 when an odd number of its inputs are 1; 0 otherwise.

10
New cards

NAND gate

Outputs 0 only when all inputs are 1; the negation of AND.

11
New cards

NOR gate

Outputs 1 only when all inputs are 0; the negation of OR.

12
New cards

Transistor

A semiconductor switch that either allows or blocks current based on an input voltage; fundamental building block of gates.

13
New cards

Collector

Transistor terminal through which current enters when the device is conducting.

14
New cards

Base

Transistor terminal that controls whether current can flow between collector and emitter.

15
New cards

Emitter

Transistor terminal through which current exits when the device is conducting.

16
New cards

Combinational circuit

Circuit whose outputs depend solely on present input values.

17
New cards

Sequential circuit

Circuit whose outputs depend on current inputs and on its own stored state.

18
New cards

Circuit equivalence

The condition in which two circuits yield identical outputs for every possible input set.

19
New cards

Boolean algebra

Mathematical system of rules for manipulating binary (two-valued) logical expressions.

20
New cards

Distributive Law

Boolean identity A(B + C) = AB + AC used to transform and simplify circuits.

21
New cards

Half adder

Circuit that adds two single bits, generating a sum and a carry bit.

22
New cards

Full adder

Circuit that adds two bits plus a carry-in, producing a sum and a carry-out.

23
New cards

Carry bit

Binary digit that represents overflow from adding two bits, passed to the next higher position.

24
New cards

8-bit adder

A chain of adders that sums two 8-bit numbers; uses 17 inputs, 9 outputs, and ~40 gates.

25
New cards

Multiplexer (MUX)

Circuit that selects one of many data inputs to forward to a single output, based on control lines.

26
New cards

Control line (MUX)

Selection input that determines which data input a multiplexer routes to its output.

27
New cards

S-R latch

Set-Reset sequential circuit storing one bit; outputs change when S or R is momentarily lowered.

28
New cards

Integrated circuit (Chip)

A piece of silicon containing many embedded gates, packaged with external pins.

29
New cards

CPU (Central Processing Unit)

The primary integrated circuit in a computer that performs most processing tasks.

30
New cards

Semiconductor

Material, such as silicon, whose conductivity lies between conductor and insulator; used to build transistors.