- What is a program?
Set of instructions telling a computer what to do.
- What can you say about complexity in programming?
Fundamental rules of programming are simple but essentially in a Turing complete language, there is no limit to the complexity. As the tools and workflows become more streamlined however, complex programming instructions can be more easily analyzed and understood.
- What function do programming languages have?
A programming language exists to efficiently communicate between a machine which essentially âspeaksâ in binary and a program. The programmer uses the programming language to write simplified instructions to the machine.
- What is the relationship between Java and Javascript?
Java is a multi platform programming language that was created in 1995. JavaScript (JS) was introduced after Java had been widely adopted and it was thought to be beneficial to have name relation. JS is one of the core technologies behind the World Wide Web alongside HTML and CSS.
- What is ECMAScript and how is it related to Javascript?
ECMAScript is interchangeable with JS essentially. It refers to a standard version of JS.