-
What is a program?
A program is a precise set of instructions telling a computer what to do. -
What can you say about complexity in programming?
Without care a program’s size and complexity will grow out of control leading to confusion. Keeping programs simple is one of the main problems of programming.
- What function do programming languages have?
Programs execute a set of steps written by a programmer.
- What is the relationship between Java and Javascript?
There is no connection between Java and Javascript. The similar name was due to marketing decisions rather than good judgement.
- What is ECMAScript and how is it related to Javascript?
ECMAScript is a standard document written to describe the way that Javascript language should work so that the various parts of software that claimed to support JavaScript all speak in the same way.