Logic

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

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:54 PM on 4/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

What is a logic gate?

A device that acts as a building block for digital circuits.

2
New cards

What does a logic gate perform?

Basic logical functions that are fundamental to digital circuits, controlling the flow of electricity in the circuit.

3
New cards

What do most electronic devices we use today contain?

Logic gates

4
New cards

How do logic gates work in a circuit

They work based on a combination of digital signals coming from its inputs.

5
New cards

What types of signals can a logic gate take?

High (1 - full voltage); Low (0 - zero voltage)

6
New cards

How many inputs and outputs does a logic gate have?

Usually 2 inputs, Always 1 output

7
New cards

How is the output of a logic gate related to its gate?

It is unique to it

8
New cards

What are truth tables for?

To verify the output of a logic circuit

9
New cards

Which are the 6 most common logic gates?

Not, And, Or, NAnd, NOr, XOr

10
New cards

What is NOT?

Will output the opposite of the input (1 input) - triangle with dot after

11
New cards

What is AND?

Will only output 1 if both inputs are 1 - elongated semicircle

12
New cards

What is OR?

Will output 1 if either of the inputs is 1, or both - rocket shape

13
New cards

What is NAND?

Will output 1 unless both inputs are 1 - elongated semicircle with dot after

14
New cards

What is NOR?

Will only output 1 if neither input is 1 - rocket shape with dot after

15
New cards

What is XOR?

Will output 1 if one input is 1, but not both - rocket shape with extra line at base

16
New cards

What logic gate would be used for a Burglar Alarm?

AND - if both person sensor and alarm switch are on, alarm is activated

17
New cards

What logic gate would be used for a doorbell?

OR - if either the front or back door bell switch is on, door bell sounds

18
New cards

When would logic gates be combined?

In circuits to address more complex scenarios.

19
New cards

How are truth tables set out?

With all inputs as all the binary options.