-
What is a program?
A program is a set of instructions telling a computer what to do. It is constructed by combining simple basic operations into complex structures that can perform sophisticated tasks. -
What can you say about complexity in programming?
Programs are usually complex because they are created to solve complex problems. However, excessive complexity in programs would cause confusion and errors in addressing the problems at hand. A programmer needs to keep the complexity of a program under control. It is an art to strike the balance between complex solutions and elegance, or simplicity. -
What function do programming languages have?
Programming languages –
- Abstract basic and repetitive instructions to the computer into simple keywords
- Help make the logic of what a program does to be more easily understood through common English words instead of machine codes
- Make the task of defining unique functions for the computer to execute easier
-
What is the relationship between Java and Javascript?
Java and Javascript are two completely different programming languages. -
What is ECMAScript and how is it related to Javascript?
ECMAScript is a standard for standardizing the usage of Javascript. ECMAScript and Javascript have become interchangeable for referring to the same programming language.