1. What is a program?
A program is a set of instructions stored in the memory that tells computers what to do.
2. What can you say about complexity in programming?
The fundamental rules are simple and clear, but programs built on top of these rules tend to become very complex. A program’s size and complexity could grow out of control sometimes. The art of programming is the skill of controlling complexity.
3. What function do programming languages have?
Programming languages gives one the a unique and beautiful way to express itself in a way that a computer can understand and execute.
4. What is the relationship between Java and Javascript?
There is no relationship apart from the name and the fact that they are two completely different programming languages.
5. What is ECMAScript and how is it related to Javascript?
It’s basically the same. In practice, theterms ECMAScript and JavaScript can be used interchangeably - they are two names for the same language.