Quizzma Latest Questions

A set of statements executed based upon conditional test is called

A set of statements executed based upon conditional test is called A. looping

B. selective

C. sequence

D. None of the above.




Leave an answer

Leave an answer

What is the capital of Egypt? ( Cairo )

1 Answer

  1. The correct answer is B. selective.

    In programming, a set of statements that are executed based on a conditional test is referred to as “selective” processing or “conditional statements.” This involves using structures like `if`, `else if`, and `else` to determine which code block to execute based on whether certain conditions are true or false.

    If you have any further questions on this topic, feel free to ask!

Related Questions