-
What is programming?
Text typed by a programmer which becomes data in the computer’s “memory” that directs the computer to perform actions. -
What can you say about complexity in programming?
A program’s size and complexity can easily grow out of control. Mistakes will be made - understand them and learn from them. Practice, practice, practice… -
What function do programming languages have?
They help the programmer to give the computer actions to perform, provide convenient building blocks, allow the programmer to define their own building blocks and make those blocks easy to compose. -
What is the relationship between Java and JavaScript?
No relationship. Just riding on the success of Java’s popularity. -
What is ECMAScript and how is it related to JavaScript?
Ecma International wrote a standard document to describe the way the JavaScript language should work so that any software supporting JavaScript could understand that language. ECMAScript & JavaScript are two names for the same language.
-
A program is a directing force that makes a computer do what it does, it is a set of instructions that the computer follows.
-
The complexity in programming is actually an enormous amount of simple tasks being done at very high speeds which makes it complex. The thing that also makes programming complex is the difficulty of communicating with computers and its ability to evolve over time (constantly changing). That’s why a programming language is decided upon.
-
Programming language functions as a guide or standard rules to help the programmer communicate his/her thoughts to the computer, and allows the computer to perform what the programmer wants.
-
No direct relationship between Java and JavaScript, both are programming language and Java just rode JavaScript’s claim to fame,
-
ECMAScript is basically another name for JavaScript language. It describes how the JS language works so that there is a uniform language.
1- A program is text written by a person that gives a computer instructions to carry out.
2- programming complexity varies. the best programmers try to keep things as simple as possible as it is easy to get lost and make things over complicated.
3- programing languages allow for programmers to write human readable text into a computer. the computer can then interpret said text and carry out the programmers instruction.
4- There is no relationship other than the word java
5- ECMAScript and javascript are essentially the same language. When javascript was becoming supported on other browsers other than netscape there was a document that was released describing how javascript should work but the language was called ECMAScript.
-
What is a program?
A program is a set of precise instructions/commands to be executed via a computer for a specific purpose. -
What can you say about complexity in programming?
The complexity of programming can escalate quickly based the set of rules a programmer chooses to set within the program. Generally speaking, the best way to program is to standardize the program, make the code readable, make it reproducible, and to solve the problem at hand in the most simple way possible. -
What function do programming languages have?
A programming language is an artificial, constructed language used to generate programs and instruct computers. -
What is the relationship between Java and Javascript?
There is no relationship. The programming language, Java, was growing in popularity at the time of JavaScript’s conception. So the developers thought that it might be a good idea to adopt a similar name for marketing purposes. -
What is ECMAScript and how is it related to Javascript?
After JavaScript’s adoption outside of Netscape, the ECMA International Organization constructed a document of standardization so that the various software programs that “supported” JavaScript would all actually be speaking the same language. Therefore, ECMScript and JavaScript are the same, and their names may be used interchangeably.
- A list og instructions to do a certain thing/task
2.It’s better to keep it simple. - Respond to commands, made by humans, to be able to perform something in a computer.
- Nothing particular.
- It’s a standard that javascript follows.
- A program is a piece of text that dictates the computer to carry out certain tasks.
- The art of a good programmer is to build what he envisions but at the same time taming the complexity of his programs.
- They are an abstract interface to instruct the computer in a more readable format than binary code and hardware instructions.
- The substing “Java” in both names.
- ECMAScript is a standard that dictates how Javascript should function regardless of the runtime. It helps scale web development without by imposing interoperability across browsers.
- What is a program?
A program is set of instructions for the computer to run.
- What can you say about complexity in programming?
Programming becomes more complex with more knowledge as different languages and different tasks are combined. Complexity seems to be the nature of programming.
- What function do programming languages have?
They let us speak to the computer and tell it what to do, they also enable improvements on languages so become more effective at speaking to the computer.
- What is the relationship between Java and Javascript?
There is almost no relation except for the name similarity, as Javascript used the hype of Java programming language to gain popularity.
- What is ECMAScript and how is it related to Javascript?
Both terms mean the same language.
- A program is a set of computer instructions used to perform a specific task
- Complexity should be reduced if possible in programming to make code easily supported
- Programming languages abstracts away the complexities of machine language into a more human readable form. They may also help in identifying erroneous instructions.
- Marketing apparently
- ECMAScript is the standard written by ECMA for JavaScript. It seems ECMAScript is synonymous with JavaScript
-
*What is a program?
Program is a set of precise instructions for computer what must be done. -
*What can you say about complexity in programming?
Programming is about controlling the complexity of a program. Without control complexity will increase drastically. Great programs are simple io their complexity. -
*What function do programming languages have?
Programming language helps a programmer to communicate with computer about the actions it has to perform. -
*What is the relationship between Java and Javascript?
These languages have almost nothing in common. The similiar names is just a coincidence. -
*What is ECMAScript and how is it related to Javascript?
ECMAScript = Javascript, it was named after Ecma International that did standardization of JS.
What is a program?
A program communicates with a computer to perform actions based on the instructions given, for example “when this happens then do this”
What can you say about complexity in programming?
Programming is hard. Its hard as it can become a maze in which even the programmer gets lost.
What function do programming languages have?
Programming languages like JavaScript for example, make it possible so that it standardizes code to be performed on multiple computers so that they can communicate with each other.
What is the relationship between Java and JavaScript?
Nothing, it was simply a marketing tactic.
What is ECMAScript and how is it related to JavaScript?
The ECMAScript and JavaScript share the same language.
1)What is a program?
• A program is a set of precise instructions telling a computer what to do.
2)What can you say about complexity in programming?
• When you are programming, you do not want to make everything so complex that it gets out of control and is confusing. You want to make sure that you keep control of the complexity of your program.
3)What function do programming languages have?
• Programming languages make it easier for programmers to write their code. The languages take out a lot of details that would otherwise be tedious to code, such as a range of something or sum of something.
4)What is the relationship between Java and Javascript?
• Java and JavaScript do not have that much in common besides their names. Javascript was used as a marketing ploy to get people interested in learning their language.
5)What is ECMAScript and how is it related to Javascript?
• ECMAScript and JavaScript are both the same language. ECMAScript was a standardization of the programming language so that it would work with other browsers and software.
- A set of ordered, logical instructions that tell a computer how to accomplish a task step by step.
- Keep it simple or you’ll drown in code.
- (Binary) computers speak Binary. We speak “natural languages”. Computer languages let us meet in the middle and give instructions to the computer using a language we can understand.
- They are both coding languages, but not closely related. "Javascript"s name came about because of marketing.
- ECMA script are the standardized set of rules for how JavaScript works to make sure all web browsers and Node.Js are going to be interpreting the language in a standard way so it remains universally compatible.
-
What is a program?
-
It is a set of precise instructions telling a computer what to do.
-
What can you say about complexity in programming?
-
It is ever-changing and complex since each program presents its own complexity.
-
What function do programming languages have?
-
They function as a method of instruction to computers to have the complete tasks.
-
What is the relationship between Java and Javascript?
-
There is none, Javascript was just a name used for marketing purposes.
-
What is ECMAScript and how is it related to Javascript?
-
ECMA and javascript are the same thing, it’s a standard that describes how javascript language should work. this makes sure that all nodes that interpret the language do so in a similar fashion.
What is a program?
A program is instructions for the computer what to do.
What can you say about complexity in programming?
A program is complex but programming with rules and instructions makes it more controlled and easier.
What function do programming languages have?
Make the programming code more readable
What is the relationship between Java and Javascript?
They have almost nothing incommon
What is ECMAScript and how is it related to Javascript?
A standard document for how Javascript language should work.
-
What is a program?
A. A set of instructions given to a computer to perform some function. -
What can you say about complexity in programming?
A. The level of complexity is created by the programmer. This can range from simple to hugely complex. -
What function do programming languages have?
A. To bridge the gap between computer and human interation. -
What is the relationship between Java and Javascript?
A. They were created at a similar time but with no real relationship. -
What is ECMAScript and how is it related to Javascript?
A. ECMAScript is Javascript.
Q: What is a program?
A: It is a text written by a programmer given to the computer in the form of instructions, and the computer performs it.
Q: What can you say about complexity in programming?
A: Fundamental rules are simple, but programs that are built on top of the rules are more complex as they introduce their own rules and complexity.
Q: What function do programming languages have?
A: An artificial language created to give instructions to computers.
Q: What is the relationship between Java and Javascript?
A: They have nothing in common. They are different languages. Java used it as a marketing campaign after gaining popularity.
Q: What is ECMAScript and how is it related to Javascript?
A: A standard document telling how JavaScript should work with pieces of software. ECMAScript and JavaScript are basically the same programming language.
-
Program is series of instructions to computers what to do.
-
Without proper management, program’s size and complexity will grow out of control. Size issue could lead to performance, complexity issue could lead to confusion in trying to understand the program.
-
It allows humans to read and write instructions to machines easily, compared to 1s and 0s.
-
No relationship, just similar names.
-
ECMAScript is the standard version of Javascript. These two can be used interchangeably.
-
Programming is the act of constructing a program a set of precise instructions telling a computer what to do.
-
Programming is hard. 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. We are building our own maze, in a way, and you might just get lost in it. Finally, keeping programs under control is the main issue of programming.
-
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 a data in the computer’s memory, yet it controls the actions performed on this same memory.
-
It is important to note that JS has almost nothing to do with the programming language named Java. When JS was introduced, Java was being heavily marketed and was gaining popularity.
-
ECMAScript is a standard document was written to describe the way JS language should work so that the various pieces of software that claimed to support JS were actually talking about the same language, in practice, the terms ECMAScript & JS are two name for the same language.
- What is a program?
a piece of code used to solve a problem or request - What can you say about complexity in programming?
it might get complex thats why you need to keep it nice and clean - What function do programming languages have?
to help the programmer by allowing him to talk about the actions that the computer has to perform on a higher level - What is the relationship between Java and Javascript?
None, just the name. - What is ECMAScript and how is it related to Javascript?
It is a standard document written to describe the way the JavaScript language should work.
- A Program is many things: text data that acts as a set of instructions for the same computer do things the way we programmed it to do, while “living” on the very same computer memory.
- A Program can be as simple or complex as we want or need, depending on what we want to achieve, we could get to a shorter or simpler solution, that can be expressed in different ways.
- Programming Languages allows the programmer, to perform actions at a “higher level” omitting details that the computer can do faster than us, it provides building blocks and allows you to define your own.
- The “popularity of the name” but there’s no technical relationship, it was only for marketing purposes
- It’s a “standard document” to describe the way Javascript should work.
This is called the “ECMAScript standard” after the Ecma International org
They just did “the standarization” of the language, in practice saying ECMAScript and JavaScript its the same, they are synonyms basically.