Computer Science Ques 10
Question: ____contains specific rules and words that express the logical steps of an algorithm.
Options:
A) Programming language
B) Syntax
C) Programming structure
D) Logic chart
E) None of these
Show Answer
Answer:
Correct Answer: A
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).