Programming Reading Assignment

1.Set of instrictions that tells to the PC what to do.
2.If we make simple codes that everyone can understand - programing can’t be complex.
3.The function of programing language is to be easy to read , understand and write code for programer - so he can easier give to the computer all instrictions that he like for some specific program.
4.They are totally different languages - When JavaScript came - Java was already popular.
5.ECMAScript is same wit JavaScript -and it was made for standardization -to be a standard version of JavaScript .

1 Like

What is a program? - A program is many things, for example 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 size and complexity can create problems that take lots of troubleshooting to solve.

What function do programming languages have?? - A program can combine an enormous number of simple actions to do very complicated things.

What is the relationship between Java and Javascript? - There isn’t much, they are different languages and only have similar names for marketing purposes.

What is ECMAScript and how is it related to Javascript? - It is the same thing with a different name.

1 Like
  1. A set of precise instructions that tell a computer what to do

  2. A program can be very simple or very complex but the best programs are many simple actions performing complex tasks

  3. The programming language is an artificially constructed language used to instruct computers.

  4. Javascript has almost nothing to do with the programming language named Java. The similar name was inspired by marketing considerations rather than good judgment.

  5. ECMASCript is another make for Javascript

1 Like
  1. A set of instructions that a computer will tell what to do.
  2. Try to keep the complexity simple. Other programmers should be able to read the code.
  3. To be a medium between humans and computer.
  4. There is no relation.
  5. They are two names for the same language. ECMAScript was created to describe the standard for the
    Javascript language.
1 Like
  • What is a program?
    A piece of text typed by a programmer. It is the directing force that makes the computer do what it does. It is data on the computers memory, yet it controls the actions performed on this same memory.

  • What can you say about complexity in programming?
    The art of programming is the skill of controlling complexity, a great program is subdued- made simple in its complexity.

  • What function do programming languages have?
    The function of programming languages is to give commands to the computer.

  • What is the relationship between Java and Javascript?
    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.

  • What is ECMAScript and how is it related to Javascript?
    It’s a standard document that is written to describe the way the JavaScript language should work so that the various pieces of software that claim to support JavaScript are actual talking about the same language.

1 Like

What is a program?
A set of instructions that tells a computer what to do. A program can do very simple actions or calculations very fast when compared to humans. A complex program can be written if a lot of simple actions are combined.

What can you say about complexity in programming?
Writing a program is simple and manageable if the scope of the program is limited and with very few unique tasks. The size of complexity of the program can easily grow out of hand if the scope is large with a lot different unique tasks.

What function do programming languages have?
It functions as a tool that allow programmers to write instructions that a computer understands.

What is the relationship between Java and Javascript?
There are no relationship between Java and Javascript.

What is ECMAScript and how is it related to Javascript?
EMAscipt is a Javascript standard. It defines how to write a Javascipt program. EMAscript standard allows an individual to distinguish between a Java program and a Javascript program.

1 Like
  1. A program is a set of instructions that tell the computer what to do
  2. Depending on the language used the complexity can vary greatly to perform the same function
  3. Languages are the instructions for the functions that the computer must do
  4. They are not related and not the same at all. Two separate languages named similarly for marketing purposes
  5. ECMAScript and Javascript are one and the same
1 Like
  1. A set of precise instructions ,or orders or commands, telling a computer exactly what to do.

  2. When programming the number of orders, commands and also objects and applications involved and interconnected easily tend to increase making the script itself more and more complex, and eventually a complete mess impossible to understand even by who has wrote. It can be dangerous if something must be redone. Thus, it’s very important to keep it’s under control and in the simplest way. At this regard, it is recommended to follow the widely uses conventions or “best-practices” when writing.

  3. Programming languages translate commands understood by humans in a language undertandable by machine.

  4. There is no relation at all. Just marketing branding of the first JavaScript creators.

  5. After and due to his adoption outside Netscape, an ancient web browser, a standard document was written to describe the way the Javascript language should work so that the various pieces of software could relate each other. ECMAScript standard, as the document names says, is an amount of rules, conventions and best practices to standarize how the language should be use in order to facilitate interaction between programs.

1 Like

What is a program?
A directing force driving a computer to operate a cetain way.

What can you say about complexity in programming?
Limitting it is good because it easily grows out of control.

What function do programming languages have?
A programming language interfaces a computer and human. It hides unnecessary details while supporting program flow.

What is the relationship between Java and Javascript?
Almost nothing but the name; they were popular at the same time.

What is ECMAScript and how is it related to Javascript?
It is the standard describing how JavaScript should be implemented. The two names are used interchangeably.

1 Like
  1. The program is the moving force behind the text we are typing on the computer. The computer itself can do straight forward actions but on high speed. The program combine all those actions to do complicated things.
  2. The programming is act of constructing a program which tells the computer what to do. It is a complex task to understand the ridor of thinking that the machines can deal with.
  3. Programming language function is to instruct the computer to do what we want.
  4. Java and Java script are 2 different programming languages. When Javascript it’s been introduced back in 1995 Java it’s been heavily marketed and popular that’s why someone decided to try use that popularity and that’s how we have today Javascript.
  5. ECMAScript is the standardization of Javascript. The standardization was required to be sure that the other pieces of software supporting Javascript are speaking the same language. In practice the terms Javascript and ECMAScript are used as 2 names for 1 language.
1 Like
  1. A program is a set of instructions written by a programmer that is executed by a computer to do something.
  2. The more complex the program is, the harder it is to keep it under control. The complexity if well managed can be a good thing as well.
  3. Programming languages make it easier to create programs in a readable format for humans.
  4. There is no relationship other than that both languages have similar names.
  5. ECMAScript is another name for the Javascript programming language, named after the standard created by ECMA.
1 Like
  1. What is a program?
  • A set of instructions, typed by a human, in a human readable way.
  1. What can you say about complexity in programming?
  • In most situations a specific way of typing your program should be followed.
  1. What function do programming languages have?
  • Giving the computer a set of instructions to follow, for a given result.
  1. What is the relationship between Java and Javascript?
  • They are both programming languages.
  1. What is ECMAScript and how is it related to Javascript?
  • It’s a standard Javascript follows. Both names (Javascript and ECMAScript) can be used for the language.
1 Like
  1. A set of instructions to make a computer do something for you.

  2. 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.

  3. 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.

  4. There is no relation between the two. The name similarity was inspired for marketing reasons and nothing else.

  5. ECMAScript is a scripting-language specification standardized by Ecma International. It was created to standardize JavaScript to help foster multiple independent implementations. JavaScript has remained the most widely used implementation of ECMAScript since the standard was first published, with other implementations including JScript and ActionScript. ECMAScript is commonly used for client-side scripting on the World Wide Web, and it is increasingly being used for writing server applications and services using Node.js

1 Like

Annotation 2020-04-15 160800

  1. Tool used by programmer that commands computer machine to perform task .
  2. I think complexity of programming is in hands of users and community . It can get complex or it can be controlled ( kept simple and universal) is up to the user and his knowledge .
  3. Programming language was created by humans in order to use common language, numeric and punctuation commands to simplify computer language but still perform tasks that are desire by the programmer .
  4. Nothing structural same Name that’s about it .
  5. European Computer Manufacturer’s Association Script, Mocha, LiveScript, =JavaScript Common names used for the same program .
1 Like
  1. It’s a set of instructions that tells the computer what to do.
  2. It’s better to keep the code simple to not lose control of the program.
  3. It’s a human readable language that gives a set of instructions to a computer. A compiler will
    translate that language to a binary code for a computer that will execute those commands.
  4. They have no relationship except their names.
  5. It’s a standard that JS follows.
1 Like
  1. A program is a building of thought. It is costless to build, it is weightless,
    and it grows easily under our typing hands.

2.it is recommendable to keep it as simple as possible

  1. the function of programming is to allow humans and machine to communicate

  2. just the name for speculative reasons

  3. they a re the same thing with different names

1 Like
  1. A program is collection of code that can do whatever you want it to do
  2. Programming might seem simple to begin with, but as soon as you entroduce elements in your program complexity rises and you can create layers upon layers of complexity
  3. It enables you to write instructions to your computer
  4. none
  5. its the same thing
1 Like
  1. 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”.

  2. Without care, a program’s size and complexity will grow out of control,
    confusing even the person who created it-“building your own
    maze, in a way, and you might just get lost in it.”
    The art of programming is the skill of controlling complexity.

  3. The function programming languages have is transforming instruction into bits.

  4. 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.

  5. ESCMAScript is related to Javascript as they are the same language.
    It’s a script standard for the javascript language. “(It 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 Like
  1. A program is a piece of text written by a programmer to direct a computer to do tasks effectively in an intended fashion.

  2. Complexity in programming comes from the fact that with programming you can make a computer (which excels at doing simple things fast) to do complex things fast. As stated in the book: “the art of programming is the skill of controlling complexity.”

  3. Programming languages make the tasks that the computer does more understandable to programmers by e.g. omitting burdensome details and organizing tasks to building blocks that are easy to define and compose. In a way, they make computers speak a human language.

  4. Java and JavaScript don’t have anything else to do with each other than both of them being programming languages. The name JavaScript was adopted mainly for marketing reasons, since at the time Java was in the headlines, and the people who named JavaScript thought the similarities between the names would bring success to JavaScript as well.

  5. ECMAScript and JavaScript are technically different names for the same programming languages, and the names can be used interchangeably. Ecma International organization did the standardization (ECMAScript standard) to describe the way the JavaScript language should work, so that the softwares claiming to support it would know about the language.

1 Like
  1. A program is the way we tell the computer what to do.
  2. Rules are clear in programming. But the complexity in programming comes when you make bigger programs.
  3. The function of programming languages is to translate our human language into machine language.
  4. The relationship between Java and Javascript is that they are totally different programming languages. Only the word Java is the same.
  5. ECMAScript is a standard wich tells how JavaScript should work. ECMAScript and Javascript are 2 different names for the same language.
1 Like