MCQ
Relational operators such as <, >, <=, >= and == are used to:
Unit-2 Computational Thinking and Algorithms
A
Compare two values
B
Add two numbers
C
Declare variables
D
Draw flowcharts
Explanation
Relational operators compare two values and give a logical result.
Related MCQs
Evaluate the expression: (10 == 10) OR (3 > 5).
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
Which symbol appears at the beginning of every flowchart?
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
The OR operator gives TRUE when:
Unit-2 Computational Thinking and Algorithms
View
A named storage location in a program whose value can change during execution is called a:
Unit-2 Computational Thinking and Algorithms
View