Programming Reading Assignment

  1. It is the act of contracting a program which is a precise set of instructions telling a computer what to do.

  2. Although the rules are simple, the programs built on them can be very complex.

  3. Program languages take out a lot of the tedium and save a lot of time and confusion.

  4. They are not related. The similarity in names is an artefact of someone’s poor marketing idea.

  5. Technically it is a standard of Java Script. In practice it has the same meaning as Java Script.

1 Like
  1. A program is a set of precise instructions which tell a computer what to do.
  2. Even though the fundamental rules of programming are simple and clear, programs built using these rules tend to become complex enough to introduce their own rules and create further complexity rather like constructing a maze.
  3. The primary function of programming languages is to instruct computers to carry out specific tasks. Similar to how other languages work, programming languages allow words and phrases to be combined in new ways in order to express ever new concepts.
  4. Confusingly the relationship between Java and JavaScript is almost non-existent, a result of misguided marketing at the time of its creation.
  5. ECMAScript was a standardisation document written to describe how JavaScrlpt should work in various pieces of software, to ensure that everyone was talking about the same language at the time of JavaScript’s introduction. Basically they are two names for the same language.
1 Like
  1. What is a program?
    A building of thought which in practices translates into a set of instructions to a machine.

  2. What can you say about complexity in programming?
    Complexity in programming should be simplified. The aim is to program readable scripts that addresses a particular problem as simple as possible

  3. What function do programming languages have?
    Verbailizing the instructions to the computer that will process them.

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

  5. What is ECMAScript and how is it related to Javascript?
    ECMAScript is the same as JavaScript. They are two different names for the same language and can be used interchangeably.

1 Like
  1. What is a program?
    A program is written code that gives the computer a set of instructions to do something we want.

  2. What can you say about complexity in programming?
    Keeping programs under control so they are clear to read is important. Controlling complexity is a skill in the art of programming.

  3. What function do programming languages have?
    Their function is to instruct computers. They allow us to communicate with computers through an artificially constructed language.

  4. What is the relationship between Java and Javascript?
    There is no relationship between the two languages. The name was inspired by marketing considerations.

  5. What is ECMAScript and how is it related to Javascript?
    ECMAScript is a standard that describes the way JavaScript should work. Both names can be used to refer to the same language.

1 Like
  1. What is a program?
  • a set of precise instructions telling a computer what to do
  1. What can you say about complexity in programming?
  • It 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
  1. What function do programming languages have?
  • used to instruct computers to do things in seconds that would take forever by
    hand
  1. What is the relationship between Java and Javascript?
  • The similar name was inspired by marketing considerations rather than good judgment, almost nothing to do with the programming language named Java
  1. 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
1 Like
  1. What is a program?
    A program is a set of instruction given to a computer to execute.
  2. What can you say about complexity in programming?
    The goal is to keep things simple and easy to understand as programming can become complex and grow out of control. Keep is organized and simple is the best approach.
  3. What function do programming languages have?
    The function of a programming language is to define the instructions the computer will follow and process in a human readable way.
  4. What is the relationship between Java and Javascript?
    It was based on marketing to follow the success of another
  5. What is ECMAScript and how is it related to Javascript?
    ECMAScript and Javascript are the same and can be used interchangeably. ECMA International n organization standardize the way Javascript should work so that the various pieces of software that claimed to support Javascript were actually talking about the same language. The ECMAScript standard. They are 2 names for the same language
1 Like

1 - What is a program?
Program is a set of precise instructions telling a computer what to do. A program is a building of thought. It is costless to build, it is weightless, and it grows easily under our typing hands.

2 - What can you say about complexity in programming?
The art of programming is keeping the complexity under control. The great program is subdued-made simple in complexity.

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.

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

5 - What is ECMAScript and how is it related to Javascript?
ECMAScript is another name for javascript, named after the organization that wrote the document.

1 Like
  1. What is a program?
    A program is a set of instructions which tell a computer what to do.
  2. What can you say about complexity in programming?
    By introducing it’s own rules prrograms can easily increase in complexity and become hard to control and understand.
  3. What function do programming languages have?
    A program gives a computer a set of instructions to perform automatically, using code.
  4. What is the relationship between Java and Javascript? These a two are unrelated in terms of programming language, only by name.
  5. What is ECMAScript and how is it related to Javascript?
    They are interchangeable and use the same language
1 Like

1 A programme is a set of instructions which tell computers what to do
2 We should avoid complexity as much as possible. as it can cause alot of hassle.
3 It is to give instructions to a machine, making it easier to give the compurt instructions.
4 they are both totally different with a similar name Javascript was intially marketed alongside Java during its emergence, but other than syntactic family shares nothing with the language
5ECMAScript is a standard document describing how JavaScript should work.

1 Like

What is a program?
Program is a set of instructions telling a computer what to do.

What can you say about complexity in programming?
Keeping programs under control is the main problem of programming. So the think is keep it simple.

What function do programming languages have?
Programming language helps the programmer by allowing them to talk about the actions that the computer has to perform.

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. When JavaScript was being introduced, the Java language was being heavily marketed and was gaining popularity.

What is ECMAScript and how is it related to Javascript?
ECMAScript standard is a standard document which was written to describe the way the JavaScript language should work. Ecma International organization that did the standardization. ECMAScript and JavaScript they are two names for the same language.

1 Like

1.A program is a building of thought, is the data, that controls the actions of computers and the way all of there parts interact.
2.The complexity in programming, without care, could grow out of control, making the program confusing to everybody. The art of programming is the skill of controlling complexity
3.Part of the power of programming languages is that they can take care of uninteresting details for us. 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, allows you to define your own building blocks, and makes those easy to compose
4. When javascript started to grow in popularity, Java appears with the intention of take some of its popularity, taking a similar name. There is no connection between this two languages.
5. It is a standard document writthen to discribe the way the javascript language should work. In practice, both terms are the same.

1 Like
  1. A program is a set of instructions given to a computer to execute.
  2. The goal of programming is to simplify complex tasks to make them easy to read, understand and execute.
  3. Programming languages provide an interface between natural languages and binary or computer language. It makes it easier and less time consuming to write instructions for a computer to execute.
  4. Java is not Javascript. The similarity in name is as a result of a marketing stunt earlier in the lifecycle of Javascript to make it seem like it was related to a then popular programming language called Java.
  5. ECMAscript is the international standardized documentation on Javascript. “ECMAscript”==“Javascript”
1 Like

What is a program?

A program is a set if instructions that allows the computer to execute/perform an action.

What can you say about complexity in programming?

The size and complexity of a program can grow out of control if not checked.

What function do programming languages have?

Programming languages allows the user to write code, that is not binary, in a language that the computer can understand and execute.

What is the relationship between Java and JavaScript?

There exist no relationship between the two languages it was purely a marketing ploy to gain popularity at time Java language was well favored.

What is ECMAScript and how is it related to JavaScript?

ECMAScript is a standard for scripting JavaScript much like ERC-20 is a standard for creating tokens on the Ethereum network.

1 Like

1- Set of instructions to computer
2- You want to avoid writing in spaghetti code, ie, keep it simple as possible
3- Programming languages are human readable set of instructions to a computer
4- Java came first, Javascript was named because they were trying to latch on to the popularity Java had at the time Javascript was introduced.
5- Its a standard that javascript follows. According to the text ECMAScript and Javascript are two names for the same language.

1 Like
  1. A set of precise instructions telling a computer what to do.
  2. The art of programming is the skill of controlling complexity.
  3. 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.
  4. JavaScript has almost nothing to do with the
    programming language named Java.
  5. ECMAScript and JavaScript can be used interchangeably—they are two
    names for the same language.
1 Like
  1. A program is a set of instructions/steps given to a machine (computer) to execute.
  2. Complexity in programming should be avoided as much as possible. A program should be as simple as possible to minimize sources or errors and to make it easy to analyze and debug a program.
  3. Programming languages make it possible for a programmer to interpret and understand a program.
  4. There is no real relationship. Javascript was named by its creators as such as a marketing ploy to ride on the wave of the popularity of the Java programming language.
  5. ECMAScript is the name given to the set of rules and conventions (standards) that programmers need to follow when using the Javascript language. They can be used interchangeably.
1 Like

1 a program is set of precise instructions telling a computer what to do.
2 the art of programming is the skill of controlling complexity.
3.a good programming language helps the programmer by allowing them to talk about the actions that the computer has to perform.
4. no relation just the name which was a nock off
5. ECMAScript describes how Javascript 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 set of instructions
  2. refer to the KISS principal to avoid complexities
  3. it is the medium where we interact with the computer.
  4. there is no relation other than the name between Java and Javascript.
    5 ECMA is a standard.
1 Like
  1. What is a program?
    A program is a set of precise instructions telling a computer what to do.
  2. What can you say about complexity in programming?
    The art of programming is the skill of controlling complexity. The great program is subdued—made simple in its complexity.
    The same program can be expressed in both long and short, unreadable and readable ways.
  3. What function do programming languages have?
    A programming language helps the programmer by allowing them to talk about the actions that the computer has to perform.
    Part of the power of programming languages is that they can take care of uninteresting details for us.
  4. What is the relationship between Java and Javascript?
    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.
  5. What is ECMAScript and how is it related to Javascript?
    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.
    In practice, the terms ECMAScript and JavaScript can be used interchangeably—they are two names for the same language.
1 Like
  1. A set of precise instructions telling a computer what to do.
  2. It is best to keep it simple
  3. They let humans interact with computer langugages.
  4. No relationship
  5. ECMA is a standard scripting langugage that JavaScript follows
1 Like