A set of statements executed based upon conditional test is called A. looping
B. selective
C. sequence
D. None of the above.
A set of statements executed based upon conditional test is called A. looping
B. selective
C. sequence
D. None of the above.
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!