Understanding Logic Gates and Truth Tables

Understanding Logic Gates and Truth Tables

11th Grade

15 Qs

quiz-placeholder

Similar activities

BOOLEAN ALGEBRA

BOOLEAN ALGEBRA

11th Grade

20 Qs

Logic Gates & Circuits

Logic Gates & Circuits

7th - 11th Grade

12 Qs

Logic Gates

Logic Gates

9th - 12th Grade

10 Qs

GCSE Computer Science Data types

GCSE Computer Science Data types

10th - 12th Grade

18 Qs

IGCSE CS INPUT DEVICES

IGCSE CS INPUT DEVICES

9th - 11th Grade

15 Qs

Python IF Statements

Python IF Statements

9th - 12th Grade

10 Qs

OCR J277 2.4 Boolean Logic MCQ (Quiz 1)

OCR J277 2.4 Boolean Logic MCQ (Quiz 1)

10th - 11th Grade

12 Qs

Understanding Logic Gates and Truth Tables

Understanding Logic Gates and Truth Tables

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Priyanka Elakkiya

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a logic gate?

A logic gate is a device that converts analog signals to digital signals.

A logic gate is an electronic device that performs a basic operation on one or more binary inputs to produce a single binary output.

A logic gate is a type of software used for programming.

A logic gate is a physical structure that stores data permanently.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name the basic types of logic gates.

TRUE, FALSE, MAYBE

ADD, SUBTRACT, MULTIPLY

AND, OR, NOT, NAND, NOR, XOR, XNOR

INPUT, OUTPUT, PROCESS

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

false

true

null

undefined

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of an OR gate if one input is false?

true

undefined

false

error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define a NOT gate and its function.

A NOT gate amplifies the input signal.

A NOT gate outputs the same signal as the input.

A NOT gate is used to combine multiple signals.

A NOT gate is a digital logic gate that inverts the input signal.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many inputs can a NAND gate have?

A NAND gate cannot have more than four inputs.

A NAND gate can have two or more inputs.

A NAND gate can only have one input.

A NAND gate can have a maximum of three inputs.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the truth table for a NOR gate?

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

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

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

| A | B | Output | |---|---|--------| | 0 | 0 | 0 | | 0 | 1 | 1 | | 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?