MCQ
What is the result of the expression TRUE AND FALSE?
Unit-2 Computational Thinking and Algorithms
A
TRUE
B
FALSE
C
TRUE AND FALSE
D
ERROR
Explanation
Since AND needs both operands to be true, TRUE AND FALSE gives FALSE.
Related MCQs
A program takes length and width as input, multiplies them, and displays the area. What is the processing step?
Unit-2 Computational Thinking and Algorithms
View
What is the main advantage of a flowchart over pseudocode?
Unit-2 Computational Thinking and Algorithms
View
What do flow lines (arrows) in a flowchart indicate?
Unit-2 Computational Thinking and Algorithms
View
An algorithm must have clear, precise steps that cannot be misinterpreted. This property is called:
Unit-2 Computational Thinking and Algorithms
View
Breaking a large, complex problem into smaller, more manageable parts is known as:
Unit-2 Computational Thinking and Algorithms
View
In Boolean logic, the AND operator gives TRUE only when:
Unit-2 Computational Thinking and Algorithms
View