-
It is a piece of text typed by a programmer, it 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.
-
Complexity should be a avoided so it is easier to understand. It is best to follow the KISS principle
-
A level of abstraction so it is easier to write code that humans and computers can both understand
-
No relation, except they both share the name Java
-
They are both the same and are sometimes used interchangeably. ECMAScript standard provides rules detail and guidelines for Javascript
1 It is a piece of text typed by a programmer,
it 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.
2 Complexity is the biggest issue in programming.
3 Programming languages abstract from machine code in a manner that humans can read and understand.
4 no realationship
5 ECMAScript provides the rules, details, and guidelines that a scripting language must observe to be considered ECMAScript compliant. ECMAScript is a standard. A scripting language.
- It is a precise set of instructions for a computer to follow.
- Programming can become increasingly complex as you add other variables and you could get lost in your own maze.
- Programming languages take a task that would take forever to complete by hand and finish it quickly by use of a computer.
- The term Javascript was just used as a marketing tool since Java was popular at the time.
- ECMAScript is the same as Javascript and is a standard document for how JS should be used.
1.What is a program?
Program is a set of instructions.
2.What can you say about complexity in programming?
We should avoid complexity.
3.What function do programming languages have?
Easier way for coding , better than zeros and ones.
4.What is the relationship between Java and Javascript?
The two have no relation, the only relation is the name, set with marketing purposes.
5.What is ECMAScript and how is it related to Javascript?
They are the same.
-
What is a program?
A program is a set of precise instructions that tell a computer what to do. It coordinates a large number a simple tasks to accomplish complex ones. -
What can you say about complexity in programming?
Controlling the complexity of the program is paramount. The simpler the complexity the better the program. -
What function do programming languages have?
Programming languages are artificially constructed languages used to tell computers what to do. They also remove the uninteresting details and simplify program construction with a language that is easier for a human to understand. -
What is the relationship between Java and Javascript?
Java and javaScript have nothing to do with each other technically. The names are similar for marketing purposes riding on the popularity of Java. -
What is ECMAScript and how is it related to Javascript?
ECMAScript is a standard document describing the way the JavaScript language should work for all programs. In practice they are interchangeable describing the same language.
- A program is the way to instruct a computer what you whish it to do.
- Complexity makes things harder to understand, the mission is to simplify the complexity.
that you program.
3.Programming languages provide a readable maintainable abstraction of low-level CPU instructions; with this they help the programmer by taking care of all the uninteresting details and providing operations as well as allowing to define own building blocks. - Nothing really, just a marketing technique
5.Basically it’ s a document that sets the standards for JavaScript
-
What is a program?
A set of precise instructions telling a computer what to do
-
What can you say about complexity in programming?
Without care, a program’s size and complexity will grow out of control,
confusing even the person who created it. Keeping programs under control is
the main problem of programming. When a program works, it is beautiful. The
art of programming is the skill of controlling complexity. The great program
is subdued—made simple in its complexity. -
What function do programming languages have?
Helping us instruct machines
-
What is ECMAScript and how is it related to JavaScript?
They are the same thing
1. What is a program?
When a program is created, you are giving the computer a very defined set of rules to perform a task.
2. What can you say about complexity in programming?
Software program complexity is defined by how the various tasks or calculations are addressed within the program as a whole.
3. What function do programming languages have?
Languages are a programmer’s toolbox, which consist of a set names and rules for various functions to be performed by a computer.
4. What is the relationship between Java and JavaScript?
There is no relationship other than the first four letters of their names. JavaScript simply used “Java” as a marketing ploy because of Java having been established along with name recognition.
5. What is ECMAScript and how is related to JavaScript?
In 1997 the ECMA International organization produced a document to standardize the way in which this new language was to be used for all participants claiming to use JavaScript.
**What is a program?
Instructions
A building of thought
** What can you say about complexity in programming?
Not then is
** What function do programming languages have?
Interact with the computer.
Communicate
** What is the relationship between Java and Javascript?
None
** What is ECMAScript and how is it related to Javascript?
Same thing.
- What is a program?
A program is like a recipe.
It contains a list of variables and a list of statements that tell the computer what to do with the variables. The variables can represent numeric data , text , etc.
- What can you say about complexity in programming?
The fundamental rules are simple and clear, but programs built on top of these rules tend to become complex enough to introduce their own rules and complexity.
- What function do programming languages have?
It is a “tool” that trasnslates “almost human language” to machine code.
- What is the relationship between Java and Javascript?
Javascript has almost nothing to do with the programming language named Java.
- What is ECMAScript and how is it related to Javascript?
ECMAScript and JavaScript can be used interchangeably—they are two names for the same language.
- What is a program?
A program is a series of instructions that a user inputs into a complier which then executes the series of instructions.
- What can you say about complexity in programming?
Complexity in programing allows for users to do the wide range of things that we all know computers are capable of this when paired with effort to make what ever code also elegant and efficient is why they say that programming is like art.
- What function do programming languages have?
Programming Languages make it so that users do not have to convert their commands into binary thus allowing for the possibility of much more complex programs.
- What is the relationship between Java and Javascript?
Javascript was created after Java which was very popular at the time. So, the creators of Javascript piggy backed off the name and preexisting branding and named their new programming language Javascript even though it and Java are not related.
- What is ECMAScript and how is it related to Javascript?
When multiple browsers started to support Javascript the demand for a global standard for the language was met by a company who then published ECMAScript. which gives standard rules as to how a Javascript system should work.
-
Program is set of computer language instructions for the computer to execute.
-
The complexity in programming is that there are many different languages around and the various syntax impose difficulties in cross programs executions.
-
The greatest beneficial function of programming languages is the speed of execution which would not be possible if done manually.
-
Java and Javascript are two totally different programming languages and they are not related at all. Javascript are basically browser-based language whereas Java is a full pledged language with its own complier.
-
ECMA is an organisation setting standards for the Javascript. Thus the name EMCAScript is used interchangeably with JavaScript.
-
A program is a bunch of instructions telling the computer what to do.
-
Complexity in programming can get out of control. Keeping it simple is key.
-
Programming languages allow us to communicate with the computer more easily. It can take out the uninteresting parts and keep it simpler.
-
Javascript has almost nothing to do with Java. They used the similar name because Java was popular.
-
ECMASript and Javascript are the same thing. Two names for the same language.
Program is a set of precise instructions telling a computer what to do
The basic rules are simple but programs built on top of of these rules can become complex
Translates commands by humans to instruct computers
JavaScript has almost nothing to do with Java
They are two names of the same language
- program is the precise actions we are telling to the computer to do and it is born by our thoughts.
2)Complexity is a factor that makes new developers lost in their projects.Also it is hard to tackle new problems that will emerge in a project if the code is very complex.Best thing to do is to keep complexity under control and write our code readable and understandable.
3)The programming language allows to the programmers to built their blocks in the way they want and give the the option to compose actions that the computer can perform in high levels without having unnecessary and unreadable code written.
4)None
5)ECMAScript is the organization that introduced the standard document describing the way javascript should work in order the software that they claim they work on Javascript will talk and perform better.
- What is a program?
A program is a set of precise instructions telling a computer what to do. It is also a building of thought.
- What can you say about complexity in programming?
Since you are the one who is building your own stuff, it is very easy to get lost in it. Keeping programs and their complexity under control is the main goal of programming.
- What function do programming languages have?
A programming language is used for instructing computers. 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, omitting unnecessary details and allowing you to define your own easy-to-compose building blocks.
- What is the relationship between Java and Javascript?
JavaScript has almost nothing to do with the programming language named Java. They called it “Javascript” in order to try to ride along on the success of the JAVA language at that time.
- What is ECMAScript and how is it related to Javascript?
They are two names for the same language.
- What is a program?
A set of precise instructions telling a computer what to do - What can you say about complexity in programming?
The simpler and cleaner the better, complexity should be controlled. - What function do programming languages have?
Allows humans to interact with computers in a way we both understand how to write and read instructions a computer can carry out. - What is the relationship between Java and Javascript?
It has very little to do with Java, Java was popular and being marketed heavily at the time so someone decided to name the language Javascript using the word Java to ride along the coattails almost as a ploy. - What is ECMAScript and how is it related to Javascript?
ECMAScript was created to standardize Javascript.
1. What is a program?
Programming is the act of constructing a program—a set of precise instructions telling a computer what to do.
2. What can you say about complexity in programming?
The fundamental rules of programming are simple and clear, but programs built on top of these rules tend to become complex enough to introduce their own rules and complexity.
3. What function do programming languages have?
Provide a way to develop instructions (the directing force that makes the computer do what it does) in a readable (higher level) form while requiring less time and space to develop those instructions.
4. 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 rather than good judgment. When JavaScript was being introduced, the Java language was being heavily marketed and was gaining popularity. Someone thought it was a good idea to try to ride along on this success. Now we are stuck with the name.
5. What is ECMAScript and how is it related to Javascript?
After its adoption outside of Netscape, a standard document was written to describe the way the JavaScript language should work so that the various pieces of software that claimed to support JavaScript were actually talking about the same language. This is called the ECMAScript standard, after the Ecma International organization that did the standardization. In practice, the terms ECMAScript and JavaScript can be used interchangeably—they are two names for the same language.
- What is a program?
A program is a set of precise instructions telling a computer what to do.
- What can you say about complexity in programming?
Programming is frustrating and tedious because computer are dumb.
- What function do programming languages have?
A programming language helps a programmer by allowing them to talk about the action that the computer has to perform at a higher level.
- What is the relationship between Java and Javascript?
There is not relationship. The name JavaScript was just a marketing ploy.
- What is ECMAScript and how is it related to Javascript?
The ECMAScript stands for the Ecma International organization that did the standardization for JavaScript to make sure it would work in environments outside of Netscape. JavaScript and ECMAScript can be used interchangeably. They are to names for the same language.
- set of instrs to be executed by comp
- ideally you want to reduce it
- translation from more human readable code to binary code that the machine understands
- none, just a ride along a successful names, maybe like BTC hard forks
- it’s the same