Understanding Logic Gates

Understanding Logic Gates

7th Grade

9 Qs

quiz-placeholder

Similar activities

Digital logic

Digital logic

1st - 10th Grade

10 Qs

1.4.3 Boolean Algebra MCQs

1.4.3 Boolean Algebra MCQs

7th Grade

10 Qs

Logic Gates Quiz

Logic Gates Quiz

7th Grade

12 Qs

Memory Registers and RAM: Crash Course Computer Science #6

Memory Registers and RAM: Crash Course Computer Science #6

6th - 8th Grade

13 Qs

Microbit: Variable

Microbit: Variable

6th - 9th Grade

10 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Programming in Python

Programming in Python

6th - 8th Grade

10 Qs

Logic Gates & Truth Table

Logic Gates & Truth Table

7th - 8th Grade

10 Qs

Understanding Logic Gates

Understanding Logic Gates

Assessment

Quiz

Computers

7th Grade

Easy

Created by

Daniel Harvey

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of an AND gate?

It outputs 1 only if both inputs are 1.

It outputs 1 if at least one input is 1.

It inverts the input signal.

It outputs 0 only if both inputs are 0.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which logic gate is also known as an inverter?

AND gate

OR gate

NOT gate

NAND gate

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Boolean expression for an OR gate?

Q = A AND B

Q = NOT A

Q = A OR B

Q = A XOR B

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many inputs does a typical NOT gate have?

Two

One

Three

Four

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of an OR gate if both inputs are 0?

Depends on the circuit

Undefined

1

0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a Boolean operator?

ADD

SUBTRACT

AND

MULTIPLY

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of an AND gate if one input is 0 and the other is 1?

Undefined

1

0

Depends on the circuit

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Boolean expression for a NOT gate?

Q = A XOR B

Q = A AND B

Q = A OR B

Q = NOT A

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of a NOT gate if the input is 1?

1

0

Depends on the circuit

Undefined