ITPEC FE Morning October 2019 Question 1

Source exam: ITPEC FE Morning October 2019Topic: Basic Theory & Math

ITPEC FE Morning October 2019 — Question 1 of 80

Tautology identification — find the expression that is always true.

Check all four combinations of p and q (00, 01, 10, 11):

  • + = OR, · = AND, = NOT p

Option (b): (p · q) + (p̄ + (p · q̄))

pqp·qp·q̄p̄ + p·q̄Result
0000111
0100111
1001011
1110001

All rows = 1tautology.

Why not others:
- (a) p̄ + (p · q)p=1, q=00 + 0 = 0

- (c) (p · q̄) · (p̄ + q)p=0, q=00 · 1 = 0

- (d) ((p̄ · q) · (p · q)) · q̄ — inner (p̄ · q) · (p · q) is always 0 (requires both p and to be 1)

Key rule: For 2 variables, brute-force all 4 input combinations. A tautology must return 1 for every row.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.