- Program is set of instructions
- Complexity increases with the size of the program. Complexity needs to be handled properly which is usually done with best practices like using modularity, functions etc.
- Programming languages helps humans to write instructions so that computer can perform the computing that it needs to be done.
- Javascript is a light weight programmable language where as Java is heavy weight programming language. There is no relationship between two of this. Name is considered due to more of marketing reasons
- Both ECMAScript and Javascript are one and the same. Javascript uses ECMAScript standard which is maintained by ECMA international organisation.
-
What is a program?
A sequence of very simple tasks that a computer can repeat any number of times within a given time frame. More complex programs are built using many different basic sequences which can be combined in new and innovative ways. -
What can you say about complexity in programming?
When it comes to the basic logic a computer must follow, as the textbook describes, computers are quite dumb.(Sorry future AI over lords, I didnât mean it, honest). So the argument for complexity comes in when you try and figure out how to make a program do something smart using a large number of dumb commands. No Jarvis for most of us yet, we have to just re apply knowledge we have learned in our own complex ways! -
What function do programming languages have?
Languages have very specific syntax that can be used to create functions and call other various basic programming staples. Different languages specialize in functions that can be used in various ways. -
What is the relationship between Java and Javascript?
A poor choice in marketing. There is no relationship between the languages. -
What is ECMAScript and how is it related to Javascript?
It can be considered as the exact same thing due to ECMAScript being the internationally accepted JavaScript
- What is a program? It is text typed by a programmer that makes the computer do what it does - instructions.
- What can you say about complexity in programming? Well as the years have progressed it has got easier and less tedious for the programmer eg, 00110001 now readable in English (unreadable & readable)
- What function do programming languages have? It allows the programmer to control the output of the computer - human language to machine language.
- What is the relationship between Java and Javascript? NONE
- What is ECMAScript and how is it related to Javascript? Both same language in different names.
-
What is a program?
A set of instructions to tell computer what to do. In another way a program is a building of thought.
-
What can you say about complexity in programming?
Keeping programs under control is the main problem of programming, which means we have to control complexity, to make it simple in its complexity.
-
What function do programming languages have?
To be the bridge between computer and humans. Let the computer perform the actions by programmer.
-
What is the relationship between Java and Javascript?
Except the name there is nothing related between them.
-
What is ECMAScript and how is it related to Javascript?
ECMAScript is a standard document of how JavaScript language should work. In practice, ECMAScript and JavaScript are two names for the same language.
-
What is a program?
A program is a file of text and set of rules, this text is a list of instruction that a computer will execute following some defined rules.
âA program is a building of thoughtâ -
What can you say about complexity in programming?
It is a fact that programming is a complex thing.
Complexity can come from the language you are using as much as from the size and complexity of the operation to execute. Writing code is like building your own maze, sometime you can get lost in it.
Keeping a program simple is the main challenge of programming. -
What function do programming languages have?
Simplify the creation of complex programs.
Make:- some operations more understandable and efficient,
- a program more readable, and easier to talk about with other programmer
- implement new rule and building blocks
- specialize in a precis domain/aspect of programming, type of program. E.g: accounting, science, gaming, communication.
-
What is the relationship between Java and Javascript?
There is no relation between the two. Some people says that JavaScript took its name from the âHypeâ that was surrounding Java at that time. -
What is ECMAScript and how is it related to Javascript?
It is a standard used to make sure that the various programs using Javascript actually uses the same language and stay compatibles. Because Javascript is an ever-evolving language it needed some sort of standard to help improve compatibility and efficiency on the internet.
Both ECMAScript and JavaScript can be seen as two name for the same language.
-
A program is data in a computerâs memory that controls the actions performed within its memory
-
Complexity in programming and keeping programs under control is the main problem. And thatâs why many programmers believe to stick to a small set of rules in order to manage the complexity of the programs.
-
The functions programming languages have is to give instructions to the computer, take care of uninteresting details, allows the programmer to define their own building blocks and makes those blocks easy to compose.
-
The relationship between Java and Javascript is none. The name similarity was inspired for marketing reasons and nothing else.
-
ECMAScript is a standard way the JavaScript language should work and ECMAScript is related to Javascript by being another name for the same language.
- What is a program? A program is suit of function in order to solve a problem.
- What can you say about complexity in programming? it can get messing and confusing
- What function do programming languages have? using verbose and qualifing different type of variable that is meaning to a computer.
- What is the relationship between Java and Javascript? no thing in common just the name
- What is ECMAScript and how is it related to Javascript? it is just standart to write a javascript code
- A program is a set of precise instructions telling a computer what to do.
- Programs are built on top of rule, but 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.
- A program can ingeniously combine an enormous number of simple actions to do very complicated things.
- 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.
- 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 instructions telling the computer what to do.
What can you say about complexity in programming?
The rules to programming are relatively simple. However, when put into the hands of imaginative programmers the code produced can create their own rules and can often become confusing. Programming can be super simple or as complex as the imagination can take us. Ultimately it is a tool to tell the computer to do something we otherwise cannot (or would take us longer).
What function do programming languages have?
Its most fundamental function is to tell the computer what and when to calculate.
What is the relationship between Java and Javascript?
Clever marketing tactics! Java was a popular programming language at the time, so to help adoption, they named their language JavaScript.
What is ECMAScript and how is it related to Javascript?
ECMAScript was a document written to ensure that those outside Netscape who said they supported JavaScript could be sure they were talking about the same thing. So it is essentially a less catchy name for JavaScript.
- A program i a set of instructions for the computer.
- You need to maintain structure and perseverance when programming. It is easy to lose control and the code could turn confusing. Keep the code simple and neat.
- Transformation of the language humans understand then compile it to a binary language.
- They are different languages and very different branches of the family tree (not much in common except for sharing parts of the name). Javascript is a more front-end, flexible, inside HTML and client-side, web language. Java is an object oriented language and runs on JVM.
- As we say in Sweden, precious child has many names. Ecma Internatinal gave birth to ECMAScript a.k.a. JS.
What is a program?
A program is a set of instructions given by a programmer to the computer via a programming language.
What can you say about complexity in programming?
Programming can easily become very complex and one can get lost in oneâs own code. It is important to keep it as simple and elegant as possible.
What function do programming languages have?
Programming languages simplify the complexity of writing programs in binary code. They can be used to replace repetitive and uninteresting details that would otherwise require long and complex code.
What is the relationship between Java and Javascript?
No relation, it was a a marketing ploy to ride the coattails of the language Java, which was being heavily marketed at the time that JavaScript was being rolled out.
What is ECMAScript and how is it related to Javascript?
ECMAScript and JavaScript can be used interchangeablyâthey are two names for the same language. The Ecma International organization wrote a standardized document for JavaScript, and named used âECMAScriptâ as the name to avoid confusion with the Java language.
-
What is a program?
A program is many things. 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?
When a program works, it is beautiful. The 2 art of programming is the skill of controlling complexity. The great program is subduedâmade simple in its complexity. -
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.JavaScript was introduced in 1995 as a way to add programs to web pages in the Netscape Navigator browser. The language has since been adopted by all other major graphical web browsers. It has made modern web applications possibleâ applications with which you can interact directly without doing a page reload for every action. JavaScript is also used in more traditional websites to provide various forms of interactivity and cleverness. -
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. 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 set of instructions in the form of commands in lines of text. -
What can you say about complexity in programming?
When you canât explain to an other easy whats going on, it seems your code become complex, time see how you can simply things. -
What function do programming languages have?
Be able to have a language which you as a human and your computer can understand. -
What is the relationship between Java and Javascript?
There is no relation, two different things. -
What is ECMAScript and how is it related to Javascript?
Itâs a standard that javascript follows.
http://www.ecma-international.org/
-
What is a program?
A Program is a way of showing the computer what it has to do. Step by Step. -
What can you say about complexity in programming?
You have to watch out - it can get more and more complex by time. You should try reducing it if possible. -
What function do programming languages have?
To translate the binary system into a more easy way of writing what you want. -
What is the relationship between Java and Javascript?
There is no - marketing. -
What is ECMAScript and how is it related to Javascript?
Its the same
- What is a program?
Program is set of instructions for computer to execute some actions.
- What can you say about complexity in programming?
It is good practise to have control over the complexity of the program that we are creating. To do that we can create smaller, understandable pieces of code to end up with one bigger code which is easier to edit.
- What function do programming languages have?
It is a way to communicate with the machine which understand only binary instructions.
- What is the relationship between Java and Javascript?
Only similar name, they have different purposes in programming structure.
- What is ECMAScript and how is it related to Javascript?
This is the same, under different name.
-
A program is a set of instructions that tell the computer how to do a number of different functions.
-
Programming comes in many forms for a computer to fully understand the instructions so there are many types of programming languages that differ in difficulty.
-
Programming is written in a way that humans can read and understand.
-
There is no relationship between Java and Javascript.
-
ECMAScript is the standard and javascript is the language.
-
A program is a set of instruction, telling a computer what to do, depending on in the input, what to do with it.
-
Complexity in programming is a very important topic. On the one hand, the program should be as simple as possible, so that every programmer can understand and change it, if needed. On the other hand, the simplest program style is not always the best solution. Maybe the solution gets to long to program and cause the program is run line by line it is not the fastest way. The end product can be more complex, but you as a programmer should know, what and why you did it this way.
-
The function of programming languages are, that a normal human can guess, and a programmer can understand, what is going on. It´s more readable.
-
Javascript has almost nothing to do with the programming language named Java (only marketing reasons).
-
ECMAScript and JavaScript are the same language.
-
a program is the result of programming and the goal is to give precise instructions to tell a computer exactly what to do.
-
a program is a building of thoughts, a setup of rules and commands for a computer to do very complex things by multiple simple actions. this building of thoughts has to be taken care of otherwise it will grow out of control and will confuse not only other programmers but also the creator himself. keeping programs under control is a main issue programmers have to face.
-
a language helps the programmer to describe the actions a computer has to do on a less confusing, much shorter and therefore better readable and faster understandable way.
-
javascript is a computer language to write programs for web pages in exactly that easier and more direct way. It started in 1995 and since then was adopted by most other web browsers because it increased interactivity, cleverness and speed.
- 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?
- I like what the author has to say about this- âYou are building your own maze and may get lost in itâ. Programming has fundamental rules that are clear but the actual programs built on this off their own layers of rules and complexity.
- What function to programming languages have?
- To create blocks of code that when called up, perform a task.
- What is the relationship between Java and JavaScript?
- None! JavaScript is a cooked up name that tied itself to the popular Java language. The two have almost nothing in common.
- What is ECMAScript and how is it related to JavaSript?
- ECMAScript was and is created to standardized JavaScript. According to the Wiki Page, ECMA is a compromise from the old Netscape foundation and Microsoft.
-
What is a program?
A set of instructions for a computer to follow -
What can you say about complexity in programming?
If your code is to complex it probably needs to be refactored. -
What function do programming languages have?
To provide an easier way for humans to create computer instructions - What is the relationship between Java and Javascript? None.
- What is ECMAScript and how is it related to Javascript? ECMAScript is a standard, JavaScript is based on the ECMAScript standard