-
What is a program?
A program is a set of instructions for a computer to execute. -
What can you say about complexity in programming?
This complexity has several variables (i) the actual problem you are trying to solve (ii) the programming style of the programmer! -
What function do programming languages have?
Is a way of translating plain english that humans would understand to a language fit for a computer to process. -
What is the relationship between Java and Javascript?
Pretty much just the “Java” bit of the name i.e. no relationship. -
What is ECMAScript and how is it related to Javascript?
This is a document that describes the way Javascript should work.
- What is a program?
Is a set of instructions that tells the computer what to do
- What can you say about complexity in programming?
The instructions are simple and clear, but the programs on top tend to be complex
- What function do programming languages have?
The function is to help doing repeating task easier for humans
- What is the relationship between Java and Javascript?
Just the name Java, it was originally named like that by marketing reasons
- What is ECMAScript and how is it related to Javascript?
Is another way to call the same language due to the ECMA international organisation that did the standardisation
1- A program is a set of instructions telling a computer what to do.
2-Complexity is part of programming. Hou you can control it is an art.
3- Instruct computers.
4-None.
5- It is an anacronym of Javascript.
A.1. A program is a set of precise instructions that tells a computer what to do. The advantage of programming is that computers execute tasks at extremely high speed.
A.2. A program is able to combine a number of simple actions to execute complicated tasks. The lack of care may cause large and complex programs to grow out of control. Hence, the art of programming is the skill of controlling complexity.
A.3. Program languages have several functions e.g. to develop various types of applications, websites or even to create specific building blocks in the case of JavaScript programming language. Building blocks facilitate composition and therefore simplifying programming by reducing the number of code line entries.
A.4. The relationship between Java and JavaScrip was mainly a marketing opportunity for JavaScript at the time it was launched as Java was heavily marketed and gaining popularity. Although Java and JavaScript have different purposes both have the same C programming language syntax.
Java is an object-oriented programming language with its own virtual machine platform allowing the creation of compiled programs that run on nearly every platform—hence the promise “Write Once, Run Anywhere”
JavaScript is a programming language used to make webpages interactive—insert dynamic text into HTML. JavaScript is also known as the browser language. Both languages are used on web applications.
A.5. In practice ECMAScript and JavaScript are interchangeable terms referring to standardisation. Both programming languages are the same.
- program is set of instructions that tells computer what to do.
- goal is to control complexity, keeping it simple to manage difficulty.
- function is to convert instructions into machine code
- Nothing. Name are similar is all…
- ECMAScript is standardized language and is exactly JS
In the upcoming video, JS alert demonstration it’s modifying (writing) on HTML, and Ivan says we should see alert on our website…
Am I completely losing it? Did I miss a series about building website so that I could be on the same page? I don’t recall anywhere having watched or instructed on how to build a website so that I could write JS “alert” onto it. Please tell me where I went wrong.
Thanks
-
What is a program?
Program is a piece of text, that tells the computer what to do. -
What can you say about complexity in programming?
Programming can be very complex, but it’s the programmers job to keep it as simple as possible. -
What function do programming languages have?
Programing languages are a link between the programer and the computer. -
What is the relationship between Java and Javascript?
There is no relationship between Java and JavaScript, besides the name. -
What is ECMAScript and how is it related to Javascript?
ECMAScript is a standars document, that describes the way JavaScript language should work. Basically ECMAScript and JavaScript are a different name for the same language.
- What is a program?
- A program is a set of instructions telling a computer what to do.
- What can you say about complexity in programming?
-Programming can be complex and difficult. The basic rules can be simple but the programs built ontop of these rules can be very complex as they can have their own set of rules. - What function do programming languages have?
Progamming languages are what trigger computers to perform a specific set of actions. They aslo provide a universal language that other programmers can understand which makes programming easier and allows them to build upon projects. Programming langauges also allow for performing very simple tasks at high speeds and help solve more complex problems that would take humans far too long to solve and carry out. - What is the relationship between Java and Javascript?
-Java and Javascript hold little relationship. Javascript came out a bit after Java and was said to be riding the coat tail of Java’s popularity. The name was more or less a marketing ploy to interest developers. - What is ECMAScript and how is it related to Javascript?
-ECM is a standard document written to explain how Javascript works so that various software programs that claimed to support it would be sure they are talking about the same language.
- Programming is the act of constructing a program — a set of precise instructions telling a computer what to do.
- As the number of entities increases, the number of interactions between them would increase exponentially, and it would get to a point where it would be impossible to know and understand all of them.
- They are a way for humans to interact with computer language.
- There is no relationship except for the name.
- 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.
-
What is a program?
A program is a set of instruction that can be executed by a computer for a specific task -
What can you say about complexity in programming?
Complexity in programming is the difficulty of the set of instructions to be performed by a compute. It is preferably less complex. -
What function do programming languages have?
Programing language is the use of human language to tell a computer a specific set of instructions on how to perform a task -
What is the relationship between Java and Javascript?
Java is an object oriented programing (OOP) language while Java is officially an OOP scripting language. JavaScript code is run on a browser only, while Java creates applications that run in a virtual machine or browser. -
What is ECMAScript and how is it related to Javascript?
ECMAScript is a general-purpose programming language that forms the basis of JavaScript.
-
What is a program?
A program is a piece of text typed by a programmer which is the directing force that makes the computer do what it does, it is the data in the computer’s ,memory yet it controls the actions performed on this same memory. -
What can you say about complexity in programming?
Complexity in programming should be avoided where possible and made as simple and as readable as possible -
What function do programming languages have?
Programming languages allows programmers to communicate what they want a computer machine to in a simpler way. -
What is the relationship between Java and JavaScript?
Java and JavaScript have no direct relationship other than they are both computing programs and JavaScript was used as a marketing ploy to ride along the growing popularity of Java. -
What is ECMAScript and how is it related to JavaScript?
ECMAScript is a standard document written to describe the way that Javascript should work, as a matter of fact ECMAScript and JavaScript are the same language and can be used interchangeably.
-
What is a program?
A set of instructions which tell a computer to perform a series of actions -
What can you say about complexity in programming?
Programs can quickly become very dense, complex documents. Good programming could be described as the art of managing this complexity to make them as succint, logical, and as easy to understand as possible -
What function do programming languages have?
programs essentialy instruct computers to perform a series of actions. Programming languages translate human-written text into a format which the machine can understand and act upon -
What is the relationship between Java and Javascript?
There is no relationship, other than the fact they are both programming languages. The name Javascript was unwisely coined to ride on the coat-tails of the newly created and popular Java language.
(It maybe has some slight relevance though when you find out that the name Java was simply an acronym for Just Another Vague Acronym)
-
What is ECMAScript and how is it related to Javascript?
They are essentially the same thing. ECMAScript developed the standard which birthed Javascript. The two are interchangeable
1. What is a program?
A set of coded instructions that is followed very quickly and accurately.
2. What can you say about complexity in programming?
Each instructions has to be written so that both the computer and your colleagues understands it, meaning that the coding should be easy to understand, controlled and effective.
3. What function do programming languages have?
Humans can only communicate if they speak a language they understand, the same goes for computers. Computers can only follow instructions if its written in a language they understand,
It’s up to the programmer to choose which language is best for the task.
Different languages solves different tasks. It will also be much more effective and less time consuming if it’s a language the programmer can easily understand and write codes in.
4. What is the relationship between Java and Javascript?
Nothing at all.
Javascript is used to build websites,
5. What is ECMAScript and how is it related to Javascript?
Two names for the same language. ECMA is the standardization for Javascript.
- A Program is a set of instructions for the computer.
- If you don’t know what you’re doing it could get really complicated.
- Programming languages allow the human to code a program and understand it.
- Java and JavaScript have nothing to do with each other Java has to do with marketing and JavaScript is a programming language.
- The ECMAScript is a standard document written how to JavaScript language should be used, they both are the same language.
- A program is a precise set of instructions that tell a computer what to do.
- Programming complexity can be overwhelming for the programmer and others alike. Best practices are used to manage complexity.
- Programming languages allow the programmer to instruct the computer on functions.
- Java was a highly marketed language. Javascript was named to exploit Java’s popularity.
- ECMAScript is a standard document which describes how Javascript should work.
-
It is a set of precise instructions telling a computer what to do
-
The fundamentals are easy to understand but the rules that are built on the top of those fundaments tend to be very complex
-
Just the name
-
Another name for JS.
- Program is a set of instructions designed to make decisions
- Programming is about controlling complexity.
- Rather than relying on error-prone binary inputs, people can read and write programs with language.
- They are totally irrelevant to each other.
- ECMAScript is the same as Javascript.
What is a program?
A program is a set of simple instructions, arranged in loops, in order to make complex operations.
What can you say about complexity in programming?
Even though programming can be written in simple and plain language, a road map is usually the best way to keep up. It’s here where comments and a clean structure can help, as the program grows it’s the programmer responsibility to keep everything organised, so he/she or others can read it later with the minimum difficulty.
What function do programming languages have?
Programming languages give us the ability to write code that computers can understand without the need of writing in binary code - zero’s and one’s
What is the relationship between Java and Javascript?
The only thing they have in common is Java in their name. When JavaScript was released Java was one of the most popular programming languages, and so their creators decided to give it a similar name to keep up with the wave.
What is ECMAScript and how is it related to Javascript?
ECMAScript or JavaScript are the same thing. It is the standard that defines how JavaScript works on the all other devices (other than Netscape) that claim to support it. ECMA International is the organisation that defined all the standardisation, and that why is also know as ECMAScript.
1.What is a Program? A set of instructions , that tell a computer what to do.
2.What can you say about complexity in computer programming? Programming’s fundamental rules are straightforward, but the complexity comes in the programs built on top of these rules.
3. What function do programming languages have?
The function of the language is to allow the programmer to create desired results.
4. There is no relations between javascript and java , they just sound alike
5.What is ECMAScript and how is it related to Javascript? A document written to describe the way Javascript should work and develop clarity . ECMAScript is essentially another name 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? - Complexity can grow out of control, creating confusion for even the creator. The goal for programming is that the code should be made simply in it’s complexity.
-
What function do programming languages have? -The ability to create blocks of code that, when called, perform an action/tasks.
-
What is the relationship between Java and Javascript? -The owners of Netscape browser ran into competition with Microsoft IE. This prompted them to approach the creators of Java, Sun Microsystems, and agree to changing the name of the language they were developing for web browsers from Mocha, to Javascript, in exchange for collaboration with Sun Microsystems to incorporate Sun Microsystems programming language, Java, to run inside the web browser.
-
What is ECMAScript and how is it related to Javascript? - ECMAScript uses the ECMA 262 specifications to provide a standardization of information allowing for Javascript coding.