- What is a program?
A list of statements written in a programming language that can be executed by a computer.
- What can you say about complexity in programming?
The more complex a program is, the more it is subject to errors and may cause confusion for those attempting to read or change it.
- What function do programming languages have?
A programming language is an agreed upon set of predefined instructions and syntaxes that can be used to accomplish a programmatic goal.
- What is the relationship between Java and Javascript?
Javascript piggybacked off of the name recognition of Java which was widely marketed at the time that Javascript was created. They are completely separate programming languages.
- What is ECMAScript and how is it related to Javascript?
ECMAScript is the name of the Javascript standard, the names can be used interchangeably.