70.8k views
1 vote
Programming languages have some similarities and differences to the "natural" language you use in everyday speech. select the two true statements about programming languages:

a. ambiguities in natural language necessitate the creation of programming languages for controlling a computer


b. compared to the number of words in a natural language, the number of defined words in a programming language is very small.


c. the number of defined words in a programming language is about the same as the number of words in a natural language.


d. there are typically many possible ways to interpret an instruction written in a programming language.

User Dor Cohen
by
4.7k points

2 Answers

5 votes

Answer:

A and D

Step-by-step explanation:

Programming language is a coded language used by programmers to write instructions that a computer can understand. The high level languages such as c# ,python are similar to human languages.programming removes the ambiguity associated with natural languages since the syntax are the same everywhere also you can write a simple short code that can perform a huge task where you will require more words from natural language.

User Piaste
by
5.3k points
1 vote

There are various programming languages that exist in the world and are widely used, some examples being Javascript, HTML, C++, and Python. However, there are a greater number of natural languages that exist in the world, from the ever ubiquitous English to more rarely spoken ones such as Njerep from Nigeria.

Nevertheless, it can be said that in the two type of languages: ambiguities in natural language necessitate the creation of programming languages for controlling a computer, and compared to the number of words in a natural language, the number of defined words in a programming language is very small.

User AetherUnbound
by
5.0k points