Answer:
I) Source Code : (E programmers' instructions written in a higher-level language)
II) Syntax: (B. agreed-on set of rules defining how the language must be structured)
III) Compiler ( A. program that translates code into binary 0s and 1s and ignores comments)
IV) Interpreter (C. translates source code line by line into an intermediate form of code)
V) Operator (coding symbol that represents a fundamental action of a language)
Step-by-step explanation:
A source code is a written program in a high level language, The syntax of a language is the agreed format of the language, while a compiler is the program that sits between the source code and the machine code, and an operator defines an action during the process of coding