- A program is a set of instructions for a computer to follow
- Programs should be written as simply as possible so they can be read by other people.
- Programming languages are the syntax that allows a human to communicate efficiently with the computer
- There is no relationship. Javascript used the name for marketing purposes.
- It is the standard that was based on Javascript. Now the two names are interchangeable.
- A program is a set of precise instructions telling a computer what to do.
- That adapting our way of thinking to computering thinking may be difficult.
- Translate operations based on computer language to a language that may be easier understood by humans.
- A marketing decision that took the name Java in order to use its commercial boost to promote the new programming language, JavaScript.
- ECMAScript is an standard that sets the rules of use of JavaScript Language. ECMAScript and JavaScript are interchangeable.
- A program is a set of precise instructions that tells a computer what to do.
- The art of programming is the skill of controlling complexity. Complexity in programming can be overcome by clarity/open-mindedness and total understanding.
- sum and range, while and console.log
- Java and Javascript are two entirely different programming language. They only share same name for marketing purpose.
5.ECMAscript is a computer programming language.
ECMAscript and Javascript refers to the programming language. The names can be used interchangeably. ECMAscript standard is the recognized international standard for the adoption of Javascript programming language.
1)It is a set of instructions tells a computer what to do
2)When complexity grows in programming gets out of control, it can make confuse to the person also who programmed it so better to keep it simple
3)Programming languages helps human to interact with computers easily
4)No relation
5)It is just a standard that describes the way javascript should work
- What is a program?
It is a piece of text typed by the programmer telling the computers what to do.
- What can you say about complexity in programming?
Controlling the complexity of the program is very important.
- What function do programming languages have?
It provides programmer an easier and convenient way to build the block, instructing the computer; execute certain instruction directly in high speed.
- What is the relationship between Java and Javascript?
Not related. It was just a marketing consideration to name Javascipt Javascript to make it ride along on the popularity of Java.
- What is ECMAScript and how is it related to Javascript?
Actually they refer to the same language. ECMAScript is the name after the standardization made by the Ecma International Organization.
- What is a program?
programâa set of precise instructions telling a computer what to do.
- What can you say about complexity in programming?
Programs should be as simple and readable as possible
- What function do programming languages have?
Programming provides instructions for computers
- What is the relationship between Java and Javascript?
JavaScript has almost nothing to do with java
- What is ECMAScript and how is it related to Javascript?
They are the same language ECMAScript is a standard.
-
What is a program?
An execution of text or commands via computers. (The ability to process an âinfiniteâ amount of simple tasks) -
What can you say about complexity in programming?
Complexity varies by the language you are writing in. Some permit more freedom while others limit it, to strive for a certain type of learning or end result. Overall, the basis of programming is to virtually materialize a laundry list of mundane orders which a human could do, but would be vastly uneventful or even wasteful. -
What function do programming languages have?
Hyperspeed (in comparison to humans writing, more so) repitition and execution of clear text/commands for a desired net result based off of the user controlling the program or writing the language. -
What is the relationship between Java and Javascript?
Java was a booming programming language when Javascript was âready to go publicâ. Marketers thought it would be brilliant to ride the wave of Java, but naming the new, completely seperate language in a similar manner. -
What is ECMAScript and how is it related to Javascript?
ECMAScript is the newly acceptable universal term for the utilization of Javascript for browsers. Most oftenly now used as synonyms.
- a set of instructions for a computer
- the less the beter
- every functions possible
- only the name
- ECMA and java are the same
Is there ways to get the same answer but have different code, for example for the problem 1. Write a script that contains three different cryptocurrencies contained in three different variables.
Print the cryptocurrencies in 3 different lines.
The answer I inputted was:
var crypto1 = âAaveâ;
var crypto2 = âDogecoinâ;
var crypto3 = âBitcoinâ;
console.log(âCrypto1:â,crypto1);
console.log(âCrypto2:â,crypto2);
console.log(âCrypto3:â, crypto3);
HOWEVER:
The answer that Ivan inputted was the following:
var crypto1 = âBitcoinâ;
var crypto2 = âEthereumâ;
var crypto3 = âLitecoinâ;
console.log( Crypto 1: ${crypto1}
);
console.log( Crypto 2: ${crypto2}
);
console.log( Crypto 3: ${crypto3}
);
I am confused on why the need to input a ${}?
- What is a program?
- instructions for a computer
- What can you say about complexity in programming?
- the more variables and relations between variables the higher in complexity
- What function do programming languages have?
- translation b/w human thought/language and binary
- What is the relationship between Java and Javascript?
- functionally nothingâŚbranding, the word âjavaâ
- What is ECMAScript and how is it related to Javascript?
- an international Javascript standard
-
What is a program? Itâs a set of precise instructions telling a computer what to do, done with a programming language. It is a complex serie of interconnected âpartsâ that combined together allows computers to perform specific tasks.
-
What can you say about complexity in programming? Because it is many things all at once, text, instructions, data and actions performed on and from this data, the many layers to programming make it easy for the programmer to get lost in his own construction so to speak. So programming is not just learning how to understand the languages needed to program, but it seems to be also learning how to manage and control complexity.
-
What function do programming languages have? There seems to be a very wide range of functions, for whatever actions you want the computer to execute. It can be mathematical functions, as well as any other kind of instruction you want performed by the computer. The programming languages translate the instructions so that the the computer can understand and execute them.
-
What is the relationship between Java and Javascript? No relation really, besides that Javascript arrived on the scene when Java was very popular, and the people behind it thought it would be a good idea to surf on that popularity wave so to speak.
-
What is ECMAScript and how is it related to Javascript? It is an interchangeable term for Javascript, and it comes from when the ECMA international organization standardized the Javascript language once it had a wider adoption.
-
A set of precise instructions telling a computer what to do.
-
Complexity increases as codes gets longer, you just need to keep it simple.
-
Programming language allows us to communicate with the computer more efficiently.
-
No relationship
-
Different name for the same language
What is a program?
Instructions for a computer to calculate toward a desired (programmed) result.
What can you say about complexity in programming?
A programming language offers a set of rule which are simple on their own. Combined however, they can create complexity which can confuse the programmer.
What function do programming languages have?
To translate computer instructions (bits) to understandable human language.
What is the relationship between Java and Javascript?
Java was heavily marketed during 1995. Dev of new script decided to ride the Java popularity wave by naming this new language like Java.
What is ECMAScript and how is it related to Javascript?
ECMA is the standard used by all browsers that adopted JS after Netscape did. ECMAscript and JS are the same.
1, its a set of instruction
2,best to keep it simple
3,it translate commands so people can understand,
4,no connection, just some marketing reason,
5,its the same as JS, it`s a standard for Javascript.
1- Set of instructions given to the computer.
2- Trough the time it evolves to be more beginner friendly and understandable.
3- Programing languages make it possible for computers to read and understand what actions the programer wants them to execute and makes it more understandable for programers.
4- They are both languages but different, however the Javascript name was considered from a marketing point of view.
5- EMCAsript is a standard for the programing language Javascript. Both mean the same thing.
- A program is a set of instructions that tell the computer what to do.
- The size and complexity of programs can quickly go out of control. The art is to balance simplicity and complexity to get your result.
- Programming languages allow the programmer to omit small details and make the building blocks easier to use and compose.
- The only relationship is a similar name which was a misguided marketing ploy to ride along with the success of Java.
- ECMAscript is a standard that was introduced so that software that claimed to support Javascript was talking about the right language. ECMAscript and Javascript are interchangeable names for the same programming language.
- a program is a set of precise instructions
2.The art of programming is the skill of controlling complexity. - 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.
- Javascript has nothing to do with the programming language Java.
- The ECMAScript is a standard doucment that was writtento describe the way the javascript language should work so that the various pieces of software. ECMAScript and Javascript are two names for the same langauge.
-
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?
Complexity in programming is determined by the programmer. Complexity should be simple but effective. -
What function do programming languages have?
Programming languages help the programmer by enabling omission of details, providing convenient building blocks, allowing the programmer to define their own building blocks, and makes those blocks easy to compose. -
What is the relationship between Java and Javascript?
There is no direct relationship between Java and Javascript. They are both programming languages. -
What is ECMAScript and how is it related to Javascript?
ECMAScript and Javascript are two names for the same language. ECMAScript standard is a standard document that was written to describe the way the Javascript language should work so that software that claimed to support Javascript were talking about the same language.
- What is a program?
Answer: A set of precise instructions telling a computer what to do. - What can you say about complexity in programming?
Answer: They tell your computer what to do and thatâs it. You have to be exact otherwise the program will not run properly. So be as precise as possible. - What function do programming languages have?
Answer: It allows us to communicate effectively with a computer by using words and phrases and combining them. - What is the relationship between Java and Javascript?
Answer: There is no relationship other than the name. Java is a programming language. JavaScript is a programming language. - What is ECMAScript and how is it related to Javascript?
Answer: They are two names for the same language. ECMAScript was made so we can know if software that said they supported JavaScript, they were talking about JavaScript.
1.) a program is instructing a computer on what it has to do.
2.) Programming and coding can get very complex and very hard to understand for others or even the main programmer after some time. its best to keep it simple and not to over do it.
3.) The programming languages are the languages we can use to tell the computer what to do by programming commands. the computer can understand it and we can communicate.
4.) Java script was created around the time when java was popular. they barely have anything in common and it was only called that way to get more popularity.
5.) The ECMA organization is the one who standardized java script making it usable for all browsers and applications alike. so that everyone using it would be using the same version of the programm. since then java script can also be called ecma script. they are the same with different names.