logo

Question detail

For the Boolean expression (A AND B) OR (NOT C), what is the output when A = 1, B = 0 and C = 0?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Logic gates

Exam-style question

Try this first

For the Boolean expression (A AND B) OR (NOT C), what is the output when A = 1, B = 0 and C = 0?.

  1. A.0
  2. B.1
  3. C.It depends only on A
  4. D.It depends only on C

Model answer

What a good answer should say

  • 1

Explanation

Why this works

A AND B is 1 AND 0 = 0. NOT C is NOT 0 = 1.

Therefore, 0 OR 1 = 1.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.