What is a program?
a set of precise instructions that tell a computer what to
do.
What can you say about complexity in programming?
It is very complex, it introduces it’s own rules. It is like a maze. You can be lost inside the maze. Be careful !
What function do programming languages have?
Programming languages help us to talk with computer. Languages are converted to binary by compilers and the commands that we write are understood by the computer.
What is the relationship between Java and Javascript?
Just the names are similar. There is no relation between java and javascript.
What is ECMAScript and how is it related to Javascript?
They are two names for the same language.