An IT systems architect is reviewing how different development environments handle program translation and execution. They document three distinct translation scenarios:
MOV, ADD, or CMP) directly onto their corresponding binary opcodes and operands in a one-to-one relationship.Which of the following correctly identifies the type of translator used in each scenario?
Scenario I: Compiler; Scenario II: Interpreter; Scenario III: Assembler
Scenario I: Interpreter; Scenario II: Compiler; Scenario III: Assembler
Scenario I: Interpreter; Scenario II: Assembler; Scenario III: Compiler
Scenario I: Compiler; Scenario II: Assembler; Scenario III: Interpreter