ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Consider the expression T | F ∧ T. In how many ways can the expression be parenthesized so that the output is F (false)?
Correct Answer: B — 1
The expression can be parenthesized as (T | F) ∧ T, so that the output is F (false).