Home Lessons About Contact Privacy & Terms
QUIZ 2.1

EZLOGIC Logo
EZLOGIC Logo

QUIZ 2.1:
Boolean Algebra Basics

QUIZ 2.1:
Boolean Algebra Basics

QUIZ 2.1 Boolean Algebra Basics

Instruction: Read each item carefully and select the best answers. Hit the submit button once you are done.


1
The output of the expression $$(x+y+z)(\bar{x}\cdot\bar{y}\cdot\bar{z})$$ for all input combinations is


2
Given the following boolean statements, determine the incorrect statement below.
  1. $$x+x=x$$
  2. $$x+1=1$$
  3. $$x\cdot y=y\cdot x$$
  4. $$x+\overline{x}=1$$


3
Which of the following is false?


4
Which of the following boolean equations has no solution?


5
Given $$F(x,y,z)=x\overline{y}+\overline{xyz}$$. Which of the following input combination evaluates 0?


6
Which of the following is incorrect?


7
The boolean operator $$\oplus$$ behaves the same way as a logical Exclusive OR (XOR) operator. Which of the following always evaluates to $$\overline{x}$$ for all values of $$x$$?


8
The simplified form of the boolean expression ABD+CD+ACD+ABC+ABCD is:


9
The statement $$AC+ABC=AC$$ holds true by the ______ law.


10
Evaluate the expression $$(\bar{1}\cdot\bar{0})+(\overline{1\cdot0}+0)$$ .