Programming Reading Assignment

1:text typed by a programmer that gives a cpu a set of instructions
2:programming an be very complex if not well versed in a language and even then may require some new process that you may need to come up with
3:they simplify coding for the programmer while increasing the complexity of the cpu functions
none just a name lol
it is in essence javascript but i guess it a standard so people don’t confuse java and javascript

1 Like

your answer is great very easy to understand lol makes me want to edit mine but i guess its all apart of learning

1 Like
  1. Instructions given to a computer in a predefined language.
  2. Interactions between different data entities by mean of software.the difficulty of these interactions gets exponentially more difficult as the number and type of entities increase.
  3. Resolving complex problems based on input.
  4. They are C like programming languages, their name.
  5. ECMAScript was created by Ecma International. The purpose was to standardize Javascript.
1 Like

What is a program? It is a group of instructions that the browser, in JS case, have to do
What can you say about complexity in programming? Nowadays the complexity is lower because into the devs comunity you can found helps and ideas, also the complexity is related to what is the approach to get the goal, because it can give you clarity about what language is better in this case, with architecture and the how is the better way to type the code
What function do programming languages have? link the human language to the machine, binary, language
What is the relationship between Java and Javascript? NONE
What is ECMAScript and how is it related to Javascript? it is the convention or unification of the JavaScript language

1 Like
  1. A program is a instruction executor.
  2. Programs should be kept under control and complexity can not become a problem.
  3. They make it much easier to make programs, and they give the computer the instructions on what to do.
  4. They don’t have much in common.
  5. Both are the same language. ECMAScript is a standard.
1 Like
  1. A program is a percise set of instructions
  2. Keep it simple! When code grows complex, its hard to read/manage
  3. Their function is to provide both readable and executable set of instructions
  4. Java has almost no relation with JS
  5. ECMA Script is the industry standard for talking about JS
1 Like
  1. 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.

  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. It helps omit details, provides convenient building blocks, allows you to define your own building blocks, and makes those blocks easy to compose.

  4. JavaScript has almost nothing to do with the programming language named Java. The similar name was inspired by marketing considerations.

  5. ECMAScript and JavaScript can be used interchangeably — they are two names for the same language.

1 Like
  1. What is a program?
    A set of precise instructions that tell a computer what to do
  2. What can you say about complexity in programming?
    Keep the program as simple as possible seems to be the advice - “The art of programming is the skill of controlling complexity. The great program is subdued—made simple in its complexity”
    3 What function do programming languages have?
    It allows you to write instructions to make a computer to perform the specific tasks you desire. A use would be to build an application that makes performing a task quicker and easier
  3. What is the relationship between Java and Javascript?
    They are separate programming languages that have nothing to do with each other.
  4. What is ECMAScript and how is it related to Javascript?
    A standard document was written to describe the way the JavaScript language should work - this is called the ECMAScript standard. Apparently either ECMAScript or JavaScript is used when referring to the Javascript language
1 Like

What is a program?
A piece of text typed by a programmer which is a set of instructions using programming language for a computer to do something with.

What can you say about complexity in programming?
Complexity is like building a maze which you can possibly get lost in, so trial and error is an important key for learning from your mistakes

What function do programming languages have?
While, loops, sum, range etc…with each function performing a different task

What is the relationship between Java and JavaScript?
Java and Javascript has almost nothing to do with each other

What is ECMAScript and how is it related to Javascript?
ECMAscript and Javascript can be used interchangeably, two names of the same language

1 Like

What is a program?

A program is code written by a programmer which dictates actions to be carried out by a computer

What can you say about complexity in programming?

Over-complex code can be a problem in programming can be a big problem, and in general it’s better for the code to be as simple and elegant as possible

What function do programming languages have?

Programming languages allow the user to communicate with the computer and dictate a set of actions to be carried out.

What is the relationship between Java and Javascript?

Very little, Javascript was given the “Java” name for marketing reasons.

What is ECMAScript and how is it related to Javascript?

ECMAScript is a standardised document which describes the way in which Javascript should work.

1 Like

1- Set of instructions for a computer
2- Keep it Simple! Better for initial work, as well as long term upkeep.
3- Take syntax understood by humans and turn it into a program (see #1)
4- Not much beyond name similarities.
5- Its a scripting standard that JavaScript follows.

1 Like

What is a program?
In broad terms, a program is a set of instruction in a typed text given to a computer to perform a particular task.

What can you say about complexity in programming?

The complexity in programming is subjective to the programmer but in general it should be written in simple yet effective manner that the computer is able to perform the task efficiently.

What function do programming languages have?

Programming languages allow programmers to write readable code such that a computer is able to interpret such instructions in binary.

What is the relationship between Java and Javascript?

There is no relationship between Java and JavaScript in terms programming similarly. Rather, JavaScript was given its name due to marketability in the 1990’s.

What is ECMAScript and how is it related to Javascript?

ECMAScript and JavaScript are interchangeable name to mean the same thing. ECMAScript is the document that describes the way JavaScript operates correctly.

1 Like

What is a program?

A program is structured code written to give the computer instructions.

What can you say about complexity in programming?

A program is like a maze and the programmer must be aware that it is possible to get lost. Therefore, steps should be taken to ensure that code is organized enough for the programmer and others to follow.

What function do programming languages have?

Computers understand ones and zeros while humans mostly use letters to communicate. Programming languages offer a way to instruct the computer using words and phrases derived from regular written and spoken languages.

What is the relationship between Java and Javascript?

Java and JavaScript are separate languages. They are both similar in their names and this was done as a way to promote JavaScript.

What is ECMAScript and how is it related to Javascript?

ECMAScript is a JavaScript standard and it defines the language. Therefore it can be used interchangeable with the name JavaScript.

1 Like
  1. What is a program?
    A detailed and rigorous set of instructions that step-by-step tells a computer what to do

  2. What can you say about complexity in programming?
    It mushrooms quickly, so containing and managing complexity is a key skill and task while programming.

  3. What function do programming languages have?
    To make dumb piece of silicon do something useful and give it any value :wink:

  4. What is the relationship between Java and Javascript?
    There really is none; the name JavaScript was only adapted because the Java programming language was very popular at the time when Javascript was introduced.

  5. What is ECMAScript and how is it related to Javascript?
    They’re the same standardized scripting language, by two different but interchangeable names

1 Like

What is a program? A set of instructions that perform a specific task designed to solve specific problems.
What can you say about complexity in programming? Complicated implies being difficult to understand but with time and effort, ultimately knowable. Complex, on the other hand, describes the interactions between a number of entities.
What function do programming languages have? Allows the user to interact with the cpu, other applications, internet, and other users without having to use machine languages
What is the relationship between Java and Javascript? None
What is ECMAScript and how is it related to Javascript? Basically the same thing, but different name.

1 Like
  1. 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. Complexity is the downfall or the success of a program.
  3. It make programming easier, more simple, and more readable.
  4. Nothing really, just a marketing technique
  5. It is another name for the same language and version 3 of Javascript
1 Like

What is a program? a set of precise instructions that tell a computer what to do

What can you say about complexity in programming? fundamentally tedious and frustrating

What function do programming languages have? an artifically constructed language used to instruct computers, it allows you to do more complex tasks in less time

What is the relationship between Java and Javascript? almost none, inspired marketing rather than good judgement

What is ECMAScript and how is it related to Javascript? they are interchaeable 2 names to describe the same thing

1 Like
  1. A set of precise instructions that tell a computer what to do.
  2. Complexity starts where you build your own maze on top of the fundamental rules so that you can get lost.
  3. They provide convenient building blocks, help omit mistakes, allow to define blocks.
  4. Java has almost nothing to do with Javascript.
  5. ECMAScript was supposed to support Javascript. They can be used interchangeably.
1 Like
  1. What is a program?
    A set of precise instructions that tell a computer what to do.

  2. What can you say about complexity in programming?
    A program’s size and complexity will grow out of control,
    confusing even the person who created it. Keeping programs under control is the main problem of programming. When a program works, it is beautiful. The art of programming is the skill of controlling complexity. The great program is subdued—made simple in its 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. 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.

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

  5. What is ECMAScript and how is it related to Javascript?
    ECMAScript is 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.

1 Like
Reading assignment - Programming (Javascript) - answers Magnus
  1. What is a program?

    Instructions for a computer to tell it what to do. These instructions follow a specific language.
    So basically a way of interaction from humans to computers.

  2. What can you say about complexity in programming?

    As computers can perform a lot of tasks while there are various risks of something getting messed up along the way the complexity in programming is high.

  3. What function do programming languages have?

    They ease the communication from humans to computers (some radable or higher level codewords to zeros and ones).

  4. What is the relationship between Java and Javascript?

    Almost none on a technical point of view. Mainly the name is shared due to marketing reasons.

  5. What is ECMAScript and how is it related to Javascript?

    While Javascript was initially related to Netscape ECMAScript was the general version of it. Both work the same way.

1 Like