Hi @ivan ,
- What is a program?
- A program is a precise set of instructions that tells a computer what to do.
- It is a piece of text typed by a programmer and is the directing force that makes the computer do what it does, it is data in the computer’s memory, yet it controls the actions performed on this same memory.
(Beautiful and poetic )
- What can you say about complexity in programming?
- Its like building your own maze, in a way, and you might just get lost in it.
-And it is possible to get lost in the complexity of ones own code , the key is the order and simplicity in the complexity, clear goals and a threaded roadmap
-
What function do programming languages have?
-They create the perfect Human - Computer Interface to communicate and solve problems.
-A good programming language helps the programmer by allowing them to talk about the actions that the computer has to perform on a higher level.
-They have control structures , functions , and data structures which you need to write basic programs. -
What is the relationship between Java and Javascript?
- JavaScript has almost nothing to do with the programming language named Java. The similar name was inspired by marketing considerations and stayed that way till today.
- What is ECMAScript and how is it related to Javascript?
- ECMAScript (standardised by the Ecma International organization )and JavaScript can be used interchangeably !—they are two names for the same language.After the adoption of JavaScript a standard document was written to describe the way the language should work so that the various pieces of software that claimed to support JavaScript should also work on ECMAScript