Logic Gates

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

1/10

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.

11 Terms

1
New cards

What is the equivalent gate of the circuit?

AND

2
New cards

What is the equivalent gate of the circuit?

OR

3
New cards

What is the equivalent gate of the circuit?

AND

4
New cards

Which logic gate does the truth table represent?

NAND

5
New cards

What logic gate is this circuit equivalent to?

OR

6
New cards

What logic gate does the following truth table represent?

NOR

7
New cards

Find the correct input levels for A, B and C for the following logic circuit.

A = 0; B = 0

8
New cards

Find the correct input levels for A, B and C for the following logic circuit.

A = 1, B = 0

9
New cards

How many two-input AND gates are required for a circuit with an output of Y = CD + EF + G?

Two

10
New cards

Given the logic circuit:

  • Input A goes into a NOT gate.

  • Input B goes directly.

  • The outputs of NOT A and B go into an AND gate.

  • That final output is Q.

Construct the truth table for Q.

<p></p>
11
New cards

A security door opens if:

  • The keycard is swiped (K = 1) AND

  • Either the PIN code is correct (P = 1) OR the fingerprint scanner accepts (F = 1).

Draw a logic circuit to represent the conditions.