Homework_-3PDF

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

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Karnaugh Map

A diagram used in Boolean algebra and digital logic design to simplify logic functions.

2
New cards

NAND Gate

A digital logic gate that produces an output that is false only if all its inputs are true.

3
New cards

NOR Gate

A digital logic gate that produces an output that is true only if all its inputs are false.

4
New cards

Majority Function

A logic function that outputs true if the majority of its inputs are true.

5
New cards

Gray Code

A binary numeral system where two successive values differ in only one bit.

6
New cards

Excess-3 Code

A non-weighted code used to express decimal numbers, where each digit is represented as its equivalent 4-bit binary number plus three.

7
New cards

BCD Code (Binary-Coded Decimal)

A class of binary encodings for decimal numbers where each digit is represented by its own binary sequence.

8
New cards

Half Adder

A digital circuit that calculates the sum of two bits, producing a sum and a carry.

9
New cards

Full Adder

A digital circuit that adds three bits (two significant bits and a carry bit) and produces a sum and a carry output.

10
New cards

Combinational Circuit

A type of logic circuit whose output is determined solely by its current inputs, without regard to past inputs or outputs.