1. What is a program?
Directing force that makes the computer do what it does
2.What can you say about complexity in programming?
That a program needs to kept in check, programs going out of control is the biggest problem with programs. Best practices are a must with keeping programs under control.
3.What function do programming languages have?
- Takes care of uninteresting details for us.
- Allows the programmer to talk to the computer about its actions on a higher level.
- Gives orders to the computer.
4.What is the relationship between Java and JavaScript?
There is no relationship. They only share the same name for marketing purposes.
5.What is ECMAScript and how is it related to JavaScript?
ECMAScript stands for European Computer Manufacturers Association and is programming language that was released on June 1997 and it basically sets the standard. JavaScript is based on ECMAScript. Java script Is on of the most popular implementations of ECMAScript.