Single Choice Moderate

QThe value of a variable can:

ID: #25817 MCQ Quiz - Class 8 - Programming 6 views
Question Info
#25817Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Change during execution
  • B Never change
  • C Only decrease
  • D Only increase
Correct Answer

Explanation

Correct Answer Explanation:

The whole point of a variable is that its value can change (VARY) during program execution — that's why it's called 'variable'.

Why the other options are incorrect:

  • Option B: 'Never change' describes constants, not variables.
  • Option C: Values can go up OR down — not just decrease.
  • Option D: Values can go up OR down — not just increase.

Share This Question

Challenge a friend or share with your study group.