MCQ
Which of the following can change its value while a program is running?
Unit-2 Computational Thinking and Algorithms
A
A variable
B
A constant
C
A flowchart
D
An IPO chart
Explanation
By definition, the value of a variable can change during execution.
Related MCQs
A value that does not change during the execution of a program is called a:
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 should a pseudocode be converted into before a computer can run it?
Unit-2 Computational Thinking and Algorithms
View
The main purpose of a dry run (trace table) is to:
Unit-2 Computational Thinking and Algorithms
View
Which is an advantage of writing pseudocode?
Unit-2 Computational Thinking and Algorithms
View
Hiding unnecessary details and focusing only on the important information needed to solve a problem is called:
Unit-2 Computational Thinking and Algorithms
View