Computer Science Ques 251
Question: A ____ contains specific rules and words that express the logical steps of an algorithm.
Options:
A) Syntax
B) Programming structure
C) Programming language
D) Logic chart
E) None of these
Show Answer
Answer:
Correct Answer: C
Solution:
- A programming language is a formal language designed to communicate instructions to a machine, particularly a computer. It can be used to create programs that control the behavior of a machine and/or express algorithms precisely. The description of a programming language is usually split into the two components of syntax (form) and semantics (meaning).