CompTIA
FC0-U61 · Question #682
FC0-U61 Question #682: Real Exam Question with Answer & Explanation
The correct answer is A: Two. Boolean data types are data types that can only have one of two possible values: true or false. When evaluating Boolean expressions, such as logical operators (AND, OR, NOT) or comparison operators (=, <, >, etc.), the result is also a Boolean value. Therefore, there are only two
Question
Which of the following shows how many results are possible when evaluating Boolean data types?
Options
- ATwo
- BFour
- CThree
- DFive
Explanation
Boolean data types are data types that can only have one of two possible values: true or false. When evaluating Boolean expressions, such as logical operators (AND, OR, NOT) or comparison operators (=, <, >, etc.), the result is also a Boolean value. Therefore, there are only two possible results when evaluating Boolean data types: true or false.
Community Discussion
No community discussion yet for this question.