- What is a program?
A program is a collective set of instructions. The instructions use rules built on a computing language that are used to execute actions on a computer.
- What can you say about complexity in programming?
It is said that the programming is the art of managing complexity. Simplifiying functions and coding is essential to creating good programming.
- What function do programming languages have?
Programming languages allow humans to script instructions for computers without writing in binary code.
They are created for humans to read and write.
- What is the relationship between Java and Javascript?
The name Javascript was a marketing ploy to ride the popularity of the emerging Java
- What is ECMAScript and how is it related to Javascript
The two names can be used interchangeably. The ECMAscript Standard was a document written to outline the way that Javascript language should work.