Digital Electronics

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

1/9

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

What is the base of binary code?

Binary code is base 2.

2
New cards

How is hexadecimal related to binary?

Hexadecimal includes digits 0-9 and letters A-F, where A=10, B=11, C=12, D=13, E=14, F=15 in binary.

3
New cards

What are the basic logic gates?

AND, OR, NOT, NAND, NOR, XOR, and XNOR gates.

4
New cards

What is the function of an AND gate?

The AND gate performs multiplication.

5
New cards

What does a NOT gate do?

The NOT gate acts as an inverter, providing the opposite of the input.

6
New cards

What is the purpose of k-maps?

K-maps are used to reduce the number of logic gates on an integrated circuit by condensing functions.

7
New cards

What is a multiplexer?

A multiplexer is a device that selects one output from multiple inputs, similar to a traffic light.

8
New cards

What does the output of an OR gate represent?

The OR gate represents addition.

9
New cards

What distinguishes a half adder from a full adder?

A half adder adds two binary digits without carry, while a full adder adds two binary digits with carry input.

10
New cards

What is the process of creating a function from a truth table?

The process involves creating a truth table, converting it to a k-map, and then deriving the resulting function.