157k views
5 votes
Match each of the following terms to its definition: I. source code II. syntax III. compiler IV. interpreter V. operator A. program that translates code into binary 0s and 1s and ignores comments B. agreed-on set of rules defining how the language must be structured C. translates source code line by line into an intermediate form of code D. coding symbol that represents a fundamental action of a language E. programmers' instructions written in a higher-level language

User Elf King
by
5.0k points

1 Answer

5 votes

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

User Tomerikoo
by
6.3k points