Solution:
- The task is to complete a truth table for the logical operation A \(\lor\) \(
eg B\). - We need to fill in the missing values for the rows where A=0 and B=0, and A=0 and B=1.
- Row 2: When A = 0 and B = 0, \(
eg B\) is 1. Therefore, A \(\lor\) \(
eg B\) becomes 0 \(\lor\) 1, which evaluates to 1. - Row 3: When A = 0 and B = 1, \(
eg B\) is 0. Therefore, A \(\lor\) \(
eg B\) becomes 0 \(\lor\) 0, which evaluates to 0.
| A | B | A \(\lor\) \( eg B\) |
|---|
| 0 | 0 | 1 |
| 0 | 0 | 1 |
| 0 | 1 | 0 |
| 1 | 1 | 1 |
Answer: The completed truth table is shown above. The missing values are 1 for the second row and 0 for the third row in the 'A \(\lor\) \(
eg B\)' column.