[quote=“ivan, post:1, topic:3056”]
-
What is a program?
A set of precise instructions (code) telling a computer what to do.
Programs can combine an enormous number of simple actions, to do very complicated things. -
What can you say about complexity in programming?
It facilitates unique open-ended tasks, where there is no existing applications. Complexities can range from writing a short sentence like structure to run a specific code, as well as writing the same code in a very cumbersome block to achieve the identical result (output).
Simplistically use best practices and standards, based on the specific language when writing code. -
What function do programming languages have?
They combine words and phrases in new ways to express concepts.
There are language-based interfaces (BASIC, DOS), and visual interfaces. -
What is the relationship between Java and Javascript?
They are different and has no association, except for existing in the same time frame. As JavaScript (JS) was introduced when the Java language was heavily marketed and gaining popularity.
JS name has been inspired by market consideration. -
What is ECMAScript and how is it related to Javascript?
They are two (2) names for the same language. The former the standard and the latter the language.