-
A program is a set of precise instructions telling a computer what to do.
-
Complexity is best managed by using only a small set of well-understood techniques.
-
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 copied the name of the very popular Java program.
-
A standard document which 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.
1. What is a program?
Is a writing of statements or commands that instruct the computer how to process data.
Is like a set of instructions that process input, manipulate data, and output a result.
2. What can you say about complexity in programming?
Yes, if you got a complex task you need to code a complex program, combining many small instructions it can result on wonderful results.
There is a balance between complexity and simplicity to writing good programs, but it can even confuse the programmer who wrote it.
3. What function do programming languages have?
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. It helps omit details, provides convenient building blocks (such as while and console.log), allows you to define your own building blocks (such as sum and range), and makes those blocks easy to compose.
4. What is the relationship between Java and Javascript?
JavaScript has nothing to do with Java, The name was inspired by marketing rather than good judgement and was chosen because at the same time the Java language was gaining popularity.
5. What is ECMAScript and how is it related to Javascript?
ECMAScript is a standard document that was written to describe the way that the JavaScript language should work. its the same language.
- What is a program?
A program is a piece of text that make the computer do things, store data in the memory and control actions performed by the memory. A program can combine many simple actions to make the computer perform complicated things.
- What can you say about complexity in programming?
The size and complexity of programming can grow and be hard to manage, it needs some skill for controlling, getting a good knowledge of best practices and follow them accordingly.
- What function do programming languages have?
Programming languages help by allowing programmers to communicate actions that computers has to perform providing convenient building blocks, allows for define new and make them easy to compose.
- What is the relationship between Java and Javascript?
There is no relationship between the two languages. Was just a marking glitch and no one had the cojones to fix it.
- What is ECMAScript and how is it related to Javascript?
ECMAScript is another name for Javascript. ECMA organisation wrote a paper for standardise JavaScript so various pieces of software that implement JavaScript can talk the same language.
1.) Programs are text written by programmers to instruct a computer to do something when given certain inputs.
2.) Program complexity is dependent on how well you know how to code. There are many different ways to write the same program. New programmers could instruct the computer to do something with many lines of code, whereas an experienced programmer could write the same thing with less lines of code.
3.) Programming languages are used to help the programmer create what they want while providing them with an easier route to the output they are looking for by omitting details, providing building blocks, and making code easy to compose.
4.) No relation. JavaScript “stole” the name from Java in order to ride the same wave Java was on.
5.) ECMAScript and JavaScript are the same language, only different ways to say it.
-
A program is a set of precise instructions telling the computer what to do.
-
Programming has basic rules that if not managed and controlled appropriately will become very complex.
3.The language provides communication to the computer for its actions based on the memory location and the value of count.
-
Javasript has no relation to Java.
-
ECMAScript is another name for JavaScript and was a standard document created to describe the way JavaScript language should work with other software. They can be used interchangeably.
- A set of instructions used to communicate and produce actions on a computer
2.Complexity in a program can spiral out of hand. A program needs to be made simple and clear even with complex operations. - A programming language helps omit details, provides convenient building blocks, allows programmers to define their own building blocks, and makes blocks easy to compute.
- Javascript has no relationship to Java other than the adoption of the java word for marketing reasons.
- They are terms for the same language
- A set of instructions a computer must execute
- Programming should be laid out as simple as possible
- Language is important because it presents a coder with an understandable language to create instructions for a computer to follow instead of having to write these instructions in binary form.
- Java and JavaScript are two seperate and different entities. JavaScript named itself similar to Java to benefit from Java’s rise.
- ECMAScript is a subset of JavaScript.
- A program is a piece of text typed by a programmer.
- The ability to make simple and controlling it complexity.
- It has the ability to instruct a computer into bringing out a reasonable output readable and comprehendible to many.
4). They have nothing in common. Just for it marketing advantage.
5). ECMAScript. =. JavaScript.
-
A set of instructions or code for a computer to take input information and make decisions based on the instructions or code written.
-
Complexity can increase in programming like building a maze around yourself as it grow it can become exponentially more complex.
-
The function of a programming language is to talk to the computer and give it a set of instructions to follow.
-
Java and JavaScript are totally different languages and only have similar names for previous marketing purposes.
-
ECMAScript and JavaScript are the same language with interchangeable names, ECMAScript is a name given after standardization.
- What is a program?
It is code typed by a programmer to make the computer execute instructions that
can be like the gears of a fine machine. - What can you say about complexity in programming?
Complexity can make a program become unruly. Programs need to coded with an
eye toward reining in complexity in order to keep
control of it and be able to understand what one has written later. (Of course, use of
comments is helpful here). - What function do programming languages have?
A good programming language enables the programmer to describe at a high level
what steps need to be taken. - What is the relationship between Java and Javascript?
There is almost no relationship between Java and Javascript. It is mainly a a
marketing purpose that the language was named Javascript. - What is ECMAScript and how is it related to Javascript?
ECMAScript and Javascript are the same thing.
- What is a program?
A Program is basically a set of instruction the you give the computer to follow.
- What can you say about complexity in programming?
Programming is a skill of controlling the complexity. A great program is made simple in it’s complexity.
- What function do programming languages have?
Programming allows us to give the computer instructions and it execute these instructions at incredibly high speed. Programming language also convert normal language in binary code. Programming language takes care of the boring details and and it makes the computer do what it does.
- What is the relationship between Java and JavaScript?
There is absolutely no relationship between Java and JavaScript. The similar name was inspired by marketing considerations. They thought hat the name will sell better.
- What is ECMAScript and how is it related to JavaScript?
They are to names of the same language. The ECMAScript is used in stead of JavaScript so that we don’t confuse Java with JavaScript.
- What is a program? Its a piece of text typed by a programmer, The direct force that makes a computer do what it does,data in programs memory lets controls the actions performed on the same memory.
- What can you say about complexity in programming? Programming is a skill of controlling complexity and is best managed by using a small set of well understood techniques in thier program.
- What function do programming languages have? To implement algorithms for computers, Instructions for computers
4.What is the relationship between Java and Javascript? Java has nothing to do with Javascript, Java must be compiled while Javascript is all text - What is ECMAScript and how is it related to Javascript? This is two names for the same language,
-
A program is many things, a piece of text created by a programmer, making a computer do what the programmer has instructed it to do.
-
It puts the instructions into a sequence of events, and a good language allows the programmer to talk about the actions that the computer has to perform, providing the building blocks.
-
Next to nothing, Java is the programming language, and Javascript was introduced on 95 as a way to add programs to Netscape. Java has nothing to do with Javascript, and was adopted purely for marketing reasons.
-
ECMAScript is a standard document which describes how various pieces of software support the JavaScript language after its wider adoption outside of Netscape. ECMAScript and JavaScript can be interchanged.
- A program is a scripting or programming language that allows you to implement complex functions on wed pages.
- As a beginner to Java Script, I red through the first four chapters and it is complex and sensible when red a couple of times. As a 58 year young man I look forward to learning as much as I can with this type of programming.
- A function is a block of organized, reusable code that is used to perform a single, related action. Different programming languages name them differently, for example functions, methods, sub routines and procedures.
- JavaScript is a way to add programs to web pages in browsers and add various forms of interactivity and cleverness while Java has little to do with the JavaScript. Java is an Object Orientated Programming Language.
- ECMAScript was the widely suggested version in the time of JavaScript’s ascent to dominance. JavaScript is the most popular implementations of ECMAScript.
-
What is a program?
A: A program is a set of executable instructions created to deliver the desired output and/or facilitate an interaction. -
What can you say about complexity in programming?
A: Programing can become more complex than necessary and the goal is to create lean programs. -
What function do programming languages have?
A: Programming languages allow for loops or repeatable actions as well as dynamic interactions. -
What is the relationship between Java and Javascript?
A: Java was a distint programming language that was popular back in the day and has nothing to do with Javascript. The creators of Javascript wanted to leverage the already popular Java name so they used it in hopes to catch people’s attention, very misleading. -
What is ECMAScript and how is it related to Javascript?
A: ECMAScript is the alternative name for Javascript and was used interchangeably back in the day but Javascript is now the more recognized name.
- A program is a list of instructions that runs on computer.
- Complexity on programming is a good thing in a point of view, but it needs to be programmed as simple as possible.
- Programming languages are easy readable set of instructions that allows humans to understand and interact with the computer.
- The similar name was inspired only by marketing.
- ECMAScript is a set of standards rules defined by a standards body. ECMAScript and JavaScript are two names of the same language.
-
What is a program?
It’s a set of instructions given to a computer for it to do. -
What can you say about complexity in programming?
There’s much that can be accomplished programming, so depending on what you want your computer to do, it can get really complex. -
What function do programming languages have?
It helps a programmer, in plain English, tell a computer what to do without going into every single detail of its operations. -
What is the relationship between Java and Javascript?
There’s no language relation. It was only based on marketing at the time due to Java’s popularity. -
What is ECMAScript and how is it related to Javascript?
ECMAScript is standardized by the Ecma International organization and it’s name is interchangeable with Javascript.
- Program—a set of precise instructions telling a computer what to do
- Programs should be as simple and readable as possible.
- They are a way for humans to interact with computer language.
- Only name.
- Subset of Javascript
-
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. Sort of like a machine—lots of separate parts tend to be involved, and to make the whole thing tick, we have to consider the ways in which these parts interconnect and contribute to the
operation of the whole. -
The art of programming is the skill of controlling complexity. The great program
is subdued—made simple in its 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.
It helps omit details, provides convenient building blocks (such as while and
console.log), allows you to define your own building blocks (such as sum and
range), and makes those blocks easy to compose -
Javascript is a way to add programs to webpages in web browsers. Java is a programming language.
Javascript acted as if it was Java because of Java’s marketing, and ran with it.
5.ECMAScript is the same as javascript. Two names for the same language.
-
What is a program?
A language to get a computer to do something -
What can you say about complexity in programming?
Probably like learning a new language. I can speak 4 languages. Everyone require to know some basic rules and a lot of practicing -
What function do programming languages have?
Instruct a computer to perform activities -
What is the relationship between Java and Javascript?
Marketing only -
What is ECMAScript and how is it related to Javascript?
ECMA is Javascript