Introduction to Computer Engineering

0.0(0)
studied byStudied by 0 people
0.0(0)
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts related to Boolean equations, types of logic circuits, and circuit specifications.

Last updated 5:50 PM on 12/13/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Boolean Equations

Mathematical expressions that use boolean variables and operators to represent logical functions.

2
New cards

Combinational Logic

Logic circuits without memory where outputs are determined only by the current values of inputs.

3
New cards

Sequential Logic

Logic circuits with memory where outputs depend on both previous and current values of inputs.

4
New cards

Inputs

Variables that are fed into a logic circuit for processing.

5
New cards

Outputs

Results produced by a logic circuit based on the inputs.

6
New cards

Minterm

A product of literals; it is true for only one specific combination of variable values.

7
New cards

Maxterm

A sum of literals; it is false for only one specific combination of variable values.

8
New cards

Sum-of-Products (SOP) Form

A way of writing boolean expressions where each term is an AND of literals.

9
New cards

Product-of-Sums (POS) Form

A way of writing boolean expressions where each term is an OR of literals.

10
New cards

Implicant

A product term that can be used in a sum-of-products representation.

11
New cards

Complement

The inversion of a variable, represented with a bar over the variable.

12
New cards

Literal

A variable or its complement in a boolean expression.

13
New cards

Karnaugh Maps

A method for simplifying boolean expressions by organizing minterms and maxterms into a visual grid.

14
New cards

Functional Specification

Description of the relationship between inputs and outputs in a logic circuit.

15
New cards

Timing Specification

The time parameters that define the operation and performance of a logic circuit.

16
New cards

Memoryless Circuit

A circuit in which outputs depend solely on current inputs.

17
New cards

Cyclic Path

A path in a circuit that leads back to a prior node, which is not allowed in combinational logic.