Understanding Logic Gates

Understanding Logic Gates

8th Grade

16 Qs

quiz-placeholder

Similar activities

Logic, Binary & Boolean#1

Logic, Binary & Boolean#1

8th - 9th Grade

15 Qs

Code.org: Unit 1 Lessons 4 - 8

Code.org: Unit 1 Lessons 4 - 8

7th - 10th Grade

17 Qs

Code.org Unit 1 Review

Code.org Unit 1 Review

6th - 8th Grade

21 Qs

Logic Gates KS3 (AND, OR, NOT)

Logic Gates KS3 (AND, OR, NOT)

8th Grade

12 Qs

Logic Gates

Logic Gates

7th - 11th Grade

15 Qs

AQA GCSE Computer Science - 3.4.2 Boolean Logic

AQA GCSE Computer Science - 3.4.2 Boolean Logic

8th - 10th Grade

20 Qs

LOGIC GATE

LOGIC GATE

8th Grade

20 Qs

Computer Architecture : Logic Gates

Computer Architecture : Logic Gates

8th - 10th Grade

15 Qs

Understanding Logic Gates

Understanding Logic Gates

Assessment

Quiz

Computers

8th Grade

Easy

Created by

Olalekan Adetayo

Used 2+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of an AND gate if both inputs are true?

true

false

undefined

not applicable

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does an OR gate operate when one input is false?

The output will be false if the other input is true.

The output will be true if the other input is true; otherwise, it will be false.

The output is true only if both inputs are false.

The output is always true regardless of the inputs.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of a NOT gate?

The function of a NOT gate is to combine multiple input signals.

The function of a NOT gate is to pass the input signal unchanged.

The function of a NOT gate is to amplify the input signal.

The function of a NOT gate is to invert the input signal.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of a NAND gate when both inputs are true?

undefined

true

false

high

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does a NOR gate behave when at least one input is true?

The output is undefined.

The output is true.

The output is false.

The output is always high.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In what scenario does an XOR gate output true?

When both inputs are false.

When both inputs are true.

When at least one input is true.

When exactly one input is true.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the truth table for an AND gate?

| A | B | Output | |---|---|--------| | 0 | 0 | 0 | | 0 | 1 | 1 | | 1 | 0 | 1 | | 1 | 1 | 1 |

| A | B | Output | |---|---|--------| | 0 | 0 | 1 | | 0 | 1 | 1 | | 1 | 0 | 1 | | 1 | 1 | 0 |

| A | B | Output | |---|---|--------| | 0 | 0 | 0 | | 0 | 1 | 0 | | 1 | 0 | 0 | | 1 | 1 | 1 |

| A | B | Output | |---|---|--------| | 0 | 0 | 0 | | 0 | 1 | 0 | | 1 | 0 | 1 | | 1 | 1 | 1 |

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?