144,626 views
28 votes
28 votes
2) A language that changes code to machine-readable code one command at a time is known as what

type of language?

3) What are the specific rules for programming languages when constructing programs in that language?

4) Segments of code that are not executed by a computer and help make the program easier to read are
known as what?

5) What are the areas of code where names, such as variables, are valid, and what are two examples used
to define this area?

User Tomasz Iniewicz
by
2.6k points

1 Answer

8 votes
8 votes

Answer:

2) Interpreted programming languages (e.g. Python, Perl)

3) In computer science, the syntax of a computer language is the set of rules that defines the combinations of symbols that are considered to be correctly structured statements or expressions in that language. That means that the each programing language has its own specific rules.

4) Pseudocode

5) Cryptographic coding, examples: The Caesar shift, Kryptos

User Kerri Brown
by
2.9k points