- What is a program?
A collection of instructions designed to perform a specific task.
- What can you say about complexity in programming?
Complexity should be avoided and is best to keep programming as simple as possible.
- What function do programming languages have?
Programming languages translate human language into a computer readable language so a programmed set of commands can be understood and executed.
- What is the relationship between Java and JavaScript?
Java is a programming language that is converted into byte-code through Java Virtual Machine which hides the source code by making it unreadable while JavaScript is a scripting language that can be placed inside HTML and is readable as it is displayed as plain text.
- What is ECMAScript and how is it related to JavaScript?
ECMAScript defines the language in which JavaScript should be compiled.