MCQ
What is the result of FALSE OR TRUE?
Unit-2 Computational Thinking and Algorithms
A
FALSE
B
TRUE
C
NULL
D
UNDEFINED
Explanation
OR gives TRUE because at least one operand is true.
Related MCQs
A problem that requires a yes or no answer is called a:
Unit-2 Computational Thinking and Algorithms
View
A small circle used to connect a flowchart on the same page is called a(n):
Unit-2 Computational Thinking and Algorithms
View
A value that does not change during the execution of a program is called a:
Unit-2 Computational Thinking and Algorithms
View
Which keyword is commonly used in pseudocode to get input from the user?
Unit-2 Computational Thinking and Algorithms
View
Which type of problem deals with finding the best possible solution among many possible solutions?
Unit-2 Computational Thinking and Algorithms
View
Executing the steps of an algorithm one after another in a fixed order is called:
Unit-2 Computational Thinking and Algorithms
View