- What is a program?
A program is a sequence of codes that tells a computer to perform certain actions if told a specific action.
- What can you say about complexity in programming?
Programming is tedious yet necessary because without programming a computer will not know what actions to take. It is key to making “if then” statements in code function. Programming can easily get out of hand for even the programmer, but if you stay diligent in learning you will not be overwhelmed. You are smarter than the computer! You tell the computer what to do!
- What function do programming languages have?
Programming languages follow if then, or in other or in other words conditional statements. (If this value is true perform this action) Programs force computers to perform task as well as store information.
- What is the relationship between Java and Javascript?
JavaScript is a language used to add programs to websites. It has made web applications possible— applications with which you can interact directly without doing a page reload. Java has nothing to do with JavaScript despite the similar name. Java is a name of a language that someone was heavily marketed around the time JavaScript was created, which was used as marketing. Now they are stuck with the name! Go figure.
- What is ECMAScript and how is it related to Javascript?
Outside of its success with Netscape, a standard document was written to describe the way the JavaScript language should work. ECMAScript standard was named after the Ecma International organization, the organization that did the standardization for JavaScript. ECMAScript and JavaScript are basically interchangeable.