Quizzma Latest Questions

A set of statements is executed again and again based upon a conditional test.

A set of statements is executed again and again based upon a conditional test. A. Looping

B. Selective

C. Sequence

D. Conditional




Leave an answer

Leave an answer

What is the capital of Egypt? ( Cairo )

1 Answer

  1. The correct answer is A. Looping.

    Looping refers to the process of executing a set of statements repeatedly based on a specific condition that determines when to continue or stop the execution. This is a fundamental concept in programming, where loops allow for efficient code by reducing redundancy.

    If you have any more questions or need further clarification, feel free to ask!

Related Questions