What is a program?
A set of precise instructions telling a computer what to do.
What can you say about complexity in programming?
Fundamental programming rules are simple. These rules become complex when they are used for complex tasks or generally when they are too difficult to interpret. Good programmers have skills that help them understand and control more complex concepts.
What function do programming languages have?
Languages allow for words and phrases to instruct computers.
What is the relationship between Java and Javascript?
Java is to Javascript as Ham is to Hamster. Java is a general purpose language, JavaScript is a scripting language for webpage interactive content and animation.
What is ECMAScript and how is it related to Javascript?
ECMAScript is the standard for JavaScript to ensure Web page interoperability.