- What is a program?
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. - What can you say about complexity in programming?
Programming, it turns out, 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. You’re building your own
maze, in a way, and you might just get lost in it. - 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. - What is the relationship between Java and Javascript?
It is important to note that 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 - 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 exact instructions for the computer to perform. Programs are created in computer languages and make the computer perform logical tasks that are simple and can be linked together to create more and more complex operations. Programs allow for simple tasks to be done over and over very fast and at the same time saving us lots of time and giving us the power to create an infinite amount of inventions and uses. -
What can you say about complexity in programming?
Complexity in programming grows as simple tasks are compounded together to perform complicated tasks. As a programmer creates a program the complexity can become confusing and become difficult to fix when a problem occurs. Mistakes are bound to happen and should be taken as learning experiences. It is important to keep good form when programming and make sure your code is easy to follow and read so you have more ability to operate with success as it becomes more complex. -
What function do programming languages have?
Programming languages allow programs to interact with computer data and manipulate information on a binary level for the computer but make it easy for the user to see what is happening in more readable and accessible terms. -
What is the relationship between Java and Javascript?
Java and Javascript actually have very little to do with each other. Javascript was named similarly for marketing purposes, because Java was very popular at the time. -
What is ECMAScript and how is it related to Javascript?
ECMAScript and Javascript are synonymous names for the same programming language. The two names may be used interchangeably. The ECMA part of its name was created after the Ecma International organization created a document for the standard way that javascript language should work so that languages that claimed to support javascript were all talking about the same thing.
- A set of precise instructions telling a computer what to do.
- The fundamental rules are simple and clear, but the programs built on top of these rules tend to become complex enough to introduce their own rules and 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 almost nothing to do with Java.
- they are two names for the same language
- Program is the set of instructions that you put in your computer.
- Programming is hard and complex you really need to gather information online if you don’t find any additional information on what you read right now and don’t forget to rest if you ever feel information doesn’t sync in to you.
- It is the way to make it easier to us to understand the computer program.
- Marketing strategy like today if you were to compare other bitcoin names like bitcoincash etc. its just a strategy to ride along with the success of bitcoin.
- ECMAScript used the same language as the JavaScript.
It’s a set of instructions that the computer receives in order to execute it.
It’s not easy. The code writes by the programmer needs to be clear and organized.
Help the programmer perform actions to the computer in a better and simple way. Also, a good programming language allows you to construct your own building blocks.
There’s no relation between then, just marketing relation.
It’s a standard document that says how JavaScript should work.
1: A program is a set of instructions given to a computer.
2: The complexity in programming is like building your own maze, it’s easy to traverse through it if you know what you’re working with. However it’s even easier to get lost in this maze if you don’t manage to grasp the concepts you’re being introduced to.
3: To simplify the way in which humans give instructions to a computer. Instead of using binary code programming languages use certain syntax which could be easily translated to human language models.
4: There is no technical relationship between Java and Javascript. The name Javascript arose because at the time of it’s launch Java was heavily marketed.
5: ECMA is a standardisation which Javascript follows, so it’s basically the same.
- the instructions telling a computer what to do.
- programming involves acting on “best practices” rather than the theoretical list of rules to follow.
- helps the programmer talk about the complex actions that the computer has to perform
- the Java language was trending during the same time that this new computer language was being developed. they went with the trend and now we have JavaScript
- its a document outlining the JavaScript language. Now the names are interchangeable.
- What is a program? a set of instructions to execute
- What can you say about complexity in programming? it is best to keep it as simple as possible
- What function do programming languages have? to enable humans to read and write code that a machine can understand.
- What is the relationship between Java and Javascript? Javascript was released after Java and they used the name to piggyback off the marketing being done by Java. They are completely different programming languages.
- What is ECMAScript and how is it related to Javascript? ECMAScript is Javascript
- “a set of precise instructions telling a computer what to do”
- There are lots of different ways to create a program for a specific objective. Different techniques can be used. It it the programmers task to find the best solution in this complexity.
- Programming languages make programs easier to understand at higher level, provide convenient building blocks, allows to create custom building blocks and to put them together.
- Java and Javascript are two different programming languages.
- ECMAScript is a set of rules for Javascript. In practice both terms can be used interchangeably.
-
What is a program?
A piece of text typed by a programmer that is the directing force that makes the computer do what it does. It is data in computer memory - yet controls the actions performed by this same memory. It combines very simple tasks together to produce very complex actions. -
What can you say about complexity in language?
Without care, a programs size and complexity will grow out of control, confusing even the person who created it. This is one of the main obstacles to overcome when designing a good program. -
What functions do programming languages have?
Programming languages allow humans to tell the computer what to do in a simple and systematic way. -
What is the relationship between Java and JavaScript?
The name is about the only similarity between the two.
5). What is ECMAScript and how is it related to JavaScript?
ECMAScript is a version of JavaScript.
1.What is a program?
A program—a set of precise instructions telling a computer what to do.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.A program can ingeniously combine an enormous number of simple actions to do very complicated things.
2.What can you say about complex programming?
It needs to be kept In check or program becomes out of hand.
3.What function do programming languages have?
Enable humans to communicate with computers and make them do stuff…
4.What is the relationship between Java and JavaScript
They are both a programming language, but are not related to each other.
5.What is ECMAScript and how it related to Javascript?
ECMAScript is a document that describes how a javascript should work.
- Programming is writing a set of instructions that tell the program what you wish to perform. In order to do this you must learn and comprehend programming languages that are essentially succinct instructions that can deliver a multitude of outcomes.
- A programs complexity and difficulty will only increase if the one programming does not maintain a level or care and thoughtfulness.
- Programming languages function as a set of predetermined rules/instructions which communicate with the program/computer/node to deliver a result.
- Due to a lazy marketing ploy, JavaScript has no relationship to Java, aside from its name.
- These are two different names for the same language.
-
What is a program?
A program is many things but mainly a way to solve problems by getting machines to read and execute tasks written in a readable language as frequently as needed. -
What can you say about complexity in programming?
Programming is complex because of the layers involved. You learn something that might come easily to you, then there is another layer of learning involved to understand something at a deeper level to do a harder function. Then the combination of that complexity has another complexity to understand when combined so that you can solve an even more difficult problem. This all means the learning is endless and you will often struggle to understand things but you must make the effort to read and re-read as much as needed to make these connections in your brain. -
What function do programming languages have?
Programming languages allow the programmer to create functions that the computer needs to perform on a high level. It allows you to omit uninteresting details by giving you building blocks that you can also define and put together to have the computer execute tasks. -
What is the relationship between Java and Javascript?
Almost non-existent. The only reason why Javascript has the “Java” part is because Java language was being heavily marketed and popular when Javascript came out so someone thought it would be a great idea to label this new script Javascript. -
What is ECMAScript and how is it related to Javascript?
After JS was adopted outside of Netscape, a standardisation doc was written by Ecma International org so that different software that wanted to support JS could actually do so. This is called the ECMAScript standard after the org that standardised JS. Everyone calls it Javascript but it can also be called ECMAScript and the two can be used interchangeably.
- What is a program? Basically it is command typed by a programmer telling machine what to do
- What can you say about complexity in programming? Always check and keep it simpl, otherwise can go out of hands
- What function do programming languages have? Syntax that enables programmer communicate with a computer and make it perform certain things
- What is the relationship between Java and Javascript? There is no technical relationship between them. Similar name was chosen from a marketing perspectives
- **What is ECMAScript and how is it related to Javascript? It is basically the same language ECMAScript is a standard document that was written to describe the JAVAScript language should work
- It is a piece of text that direct orders to a computer to perform tasks.
- The best programs aren’t the more complex cause you take the risk of get lost in the maze. To control the complexity is the key for a good program. Cause in the other case some programmers get to attached to the rules in order to keep simplicity but there can always be new ways to solve problems. It’s about to keep balance in between those.
- Direct computers.
- Nothing just for marketing purposes, there was a popular program language called Java so they used to impulse the brand.
- Is another language for Java Script, ECMA International Organization created an standard way to use the JS Language so it could work with the majority of nets.
- What is a program?
A program is a language. It can be as simple as how a child speaks or as complicated as how a mathematician expresses herself. A series of words and concepts that can be interconnected in different ways depending on the need.
It is text that will provide information and instructions, as detailed as the programmer wants, to a computer to perform specific actions.
- What can you say about complexity in programming?
The same program can be expressed in both long and short, unreadable and readable ways. A primitive version of a program can be extremely obscure and hard to understand, whereas a newer one can be almost in English.
- 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.
- What is the relationship between Java and Javascript?
Zero. Just the name.
- What is ECMAScript and how is it related to Javascript?
When JavaScript began to be adopted outside the Netscape world, a standard document was written to outline exactly how the JavaScript language should work to allow for smooth across the aisle adoption.
ECMA International did the standardization and JavaScript and ECMAScript are two terms that can be interchangeable.
- What is a program?
Standard set of instructions following rules/grammar to solve a set of problems w/computer
- What can you say about complexity in programming?
Minimize complexity
- What function do programming languages have?
transform human-readable instructions into binary code that is usable by computers.
- What is the relationship between Java and Javascript?
None, except for they are both programming languages, and start w/Java
- What is ECMAScript and how is it related to Javascript?
ECMA Script = the Int’l Standard Documentation on JavaScript.
It is named after the ECMA InternationalOrganization.
ECMAScript and JavaScript are the same language and can be used interchangeably.
- 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.
- Programs should be written in a simple way, easy to read, and easy to interact with.
- It allow as to interact with the computer in easier way than binary system.
- There is no relationship. Javascript just used Java hype to promote the language.
- ECMAScript is a document describing the way Javascript work so that other software and browsers can use it .
- **What is a program?**set of instructions for the computer
-
What can you say about complexity in programming?
programming is the skill of controlling complexity. The great program
is subdued—made simple in its complexity -
What function do programming languages have?
helps the programmer by allowing them to
talk about the actions that the computer has to perform on a higher level - **What is the relationship between Java and Javascript?**name only
-
What is ECMAScript and how is it related to Javascript? 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
- Programming is the act of con- structing a program—a set of precise instructions telling a computer what to do.
- You are building your own maze.
- Programming languages provide a pathway and interface between human and computer.
- There is no direct relationship between java and JavaScript.
- ECMAScript is JavaScript.