Answer :
The name which is given to the program which makes a decision on what code to execute, depending on whether a certain condition is satisfied is:
- Translator
Translation
This is a program which compiles executable code which is written in a high level language and brings out the result, if all conditions are met.
With this in mind, we can see that if conditional statements are contained in the source code, then all the conditions must be met, before the program executes.
Therefore, the correct answer is Translator
Read more about Translator here:
https://brainly.com/question/14835419