1 What is a Program?
A program is a set of instructions and functions that execute software in order to perform tasks on a computer/website.
2 What can you say about complexity in programming?
Program complexity can foster itself in problem solving activities such as de-bugging in order for programs o run and work correctly.
3 What function do programming languages have?
The function of a programming language is to construct and perform tasks on applications via program instructions. Functions such as:
- Expressions
- Booleans
3.+, =, >, &&, ! and more are just some of the functions that program languages have.
4 What is the relationship between java and javaScript?
There is no relation between the two. Javascript rode off the back of the marketing for Java at the time as javaScript was conceived at that time. The name basically sstuck.
5 EcmaScript was a document that described how javaScript works so that software built to support it were actually talking about the same language.
ECMA and javascript are the same thing.