Logic Gate Formulas/Expressions

Logic Gate Formulas/Expressions

9th - 11th Grade

8 Qs

quiz-placeholder

Similar activities

2.2 Logic

2.2 Logic

9th - 10th Grade

10 Qs

Solving Linear Inequalities

Solving Linear Inequalities

8th - 9th Grade

10 Qs

Boolean Algebra Lesson 1 Recap

Boolean Algebra Lesson 1 Recap

9th Grade

9 Qs

Form 4 KSSM Math Chap 3 Logical Reasoning

Form 4 KSSM Math Chap 3 Logical Reasoning

11th Grade

10 Qs

Deductive Reasoning

Deductive Reasoning

8th - 11th Grade

10 Qs

REAL NUMBERS

REAL NUMBERS

10th Grade

10 Qs

Triangle Congruence Statements

Triangle Congruence Statements

9th - 12th Grade

10 Qs

Programming - Syntax & Logic Errors

Programming - Syntax & Logic Errors

3rd - 12th Grade

10 Qs

Logic Gate Formulas/Expressions

Logic Gate Formulas/Expressions

Assessment

Quiz

Computers, Mathematics

9th - 11th Grade

Easy

Created by

Daniel Ibbitson

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the boolean expression for this logic circuit?

Q = NOT (A OR B)

Q = NOT A AND B

NOT A OR B = Q

Q = (NOT A) OR B

Answer explanation

The logic circuit is represented by the boolean expression 'Q = (NOT A) OR B'. This indicates that Q is true if A is not true or if B is true. Other options either do not follow the correct logic or incorrectly represent the negation.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which logic gate outputs 1 only when both inputs are 1?

AND

OR

NOT

XOR

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

25!=14

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

10 < 6 || 26 != 14

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

6 < 7 && 6 > 7

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

5 < 7 AND 6 > 7

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

(Not True) OR ( (5 < 4) || (Not True) )

True

False

8.

DRAW QUESTION

5 mins • 5 pts

Draw this logic gate

A AND (B NAND (B OR (NOT C) )

Media Image