Programming Reading Assignment

1.SET OF INSTRUCTIONS TO EXECUTE MAKING COMP DO WHAT IT DOES SUPPOSED TO DO.
2.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.
3.Programming languages translate commands understood by humans in language machine.
4. NONE. IT WAS USED BECAUSE OFF GROWING POPULARITY OF JAVA
5.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,

1 Like
  1. What is a program? It is a set of instructions who tells computer what he have to do with instructions.
  2. What can you say about complexity in programming? If it i stoo complex it open more bugs
  3. What function do programming languages have? Languages has function for programers where they can create a code or programs in simple way.
  4. What is the relationship between Java and Javascript? There is no relationship.
  5. What is ECMAScript and how is it related to Javascript? The name ECMAScript is interchangeable with JavaScript as the Ecma International Organisation carried out the standardisation of the language we know as JavaScript
1 Like
  1. a set of instructions
  2. programming can get ugly and complex very fast. always try to code so that others can understand.
  3. to enable human beings to read and write sets of instructions, without having to read/write them in binary
  4. I heard that Javascript named itself similar to Java to benefit from the emerging Java-wave that was happening years ago. But the two are very different.
  5. ECMAScript is a subset of Javascript
1 Like
  1. A set of instructions to execute.
  2. Programs should be simple and easy to read.
  3. To communicate with the computer.
  4. No relation.
  5. ECMAScript is a standard script language, developed with the cooperation of Netscape and Microsoft and mainly derived from Netscape’s JavaScript, the widely used scripting language that is used in Web pages to affect how they look or behave for the user.
1 Like

Reading Assignment - Programming

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

  2. What can you say about complexity in programming?
    Programming, it turns out, 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.

  3. What function do programming languages have?
    Most programming is done with programming languages. A programming language is an artificially constructed language used to instruct computers. It is interesting that the most effective way we’ve found to communicate with a computer borrows so heavily from the way we communicate with each other. Like human languages, computer languages allow words and phrases to be combined in new ways, making it possible to express ever new concepts.

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

  5. What is ECMAScript and how is it related to Javascript?
    After its adoption outside of Netscape, 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
  1. Program is a set of precise instructions telling a computer what to do.
  2. Complexity in programming is the art of keeping program under control and managed by using only a small set of well-understood technique.
  3. The function of a programming is to communicate with machine, translating will of people and instructing what they want
  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 set of instructions to tell a computer what to do.
  2. Programs can become very complex if you allow them to. You can make simple and complex programs depending on what you want the computer to do.
  3. To ease the way a human would tell a computer what to do. Also makes it easier for other humans to understand it
  4. They are two different languages and when Java started to become popular back in the day, someone thought it was smart to name Javascript after Java because of marketing.
  5. ECMAScript is the standardization telling what Javascript is and you can use ECMAScript and Javascript interchangeably to describe the language.
1 Like

1- a program is a set of rules or instructions telling the computer what to do.

2-the consistent material to learn and apply , in addition to the ever changing and developing world of programming adds to the complexity or sophistication of programming, so I think complexity would be all properties of a software that affect the inner working and relations within its interactions

3-allows the programmer to talk about the actions the computer needs to perform at a higher more efficient level

4-Java is a completely separate programming language that was heavily marketed during the birth of ECMA script

5- the standard of which how java script language should universally or generally work. it could also be used interchangeably with the actual name “java script”

1 Like

A program is a set of instructions given to a computer to perform a particular task.

Complexity in programming is a gift and a curse being that the more complex a program is sometimes results in the program being better then usual the trade-off is a complex program is harder to maintain and to write therefore necessary to have complexity in the simplest form

The functions that programs have are mainly to provide instructions to computers.

The relation between JavaScript and Java absolutely none

The relation between EMA script and JavaScript is they is that they’re one in the same

1 Like
  1. What is a program?
    A program is a set of data that instructs a computer

  2. What can you say about complexity in programming?
    Complexity should be minimised and managed as much as possible otherwise it could get out of control

  3. What function do programming languages have?
    Programming languages eliminate the minutia of coding, in other words they remove or reduce the amount of necessary but boring and tedious little cogs needed to make the overall program execute as planned, and allow devs to focus on the main purpose of the program.

  4. What is the relationship between Java and JavaScript?
    JavaScript as a language bares no relationship to Java. The name was chosen by someone who thought it would have good marketing value as Java, at the time, was the cool new kid on the block and “JavaScript” was chosen to ride on its coat strings.

  5. What is ECMAScript and how is it related to JavaScript?
    ECMAScript is a standard created after JavaScript achieved widespread adoption on browsers (it was initially created for the Netscape browser), which aimed to describe what JavaScript (JS) was and how it should be used so that software that claimed to support JS could be verified by a standard to show whether it was actually able to and was talking about the same language. In practice JS and ECMAScript are interchangeable and describe the same language.

1 Like
  1. A program is a set of instructions when executed in a certain will produce a desired output.

  2. Programs should be simple enough to understand while also being complex enough to do high order functions and produce repeatable results from abstract concepts.

  3. They create a barrier between man and machine. Also, languages let programmers code in a way and create instructions for computers that resemble syntax and structure we are used to, not just ones and zeros.

  4. There is none, it was just done for marketing purposes.

  5. European Computer Manufacturers Association Script is an organization that created a standardized javascript language to make sure there were a set of standards for the javascript programming language.

1 Like
  1. What is a program? A program is a set of instructions that needs to be executed.
  2. What can you say about complexity in programming? It is best to keep the programming language simple and easy to use. Complexity should be avoided because the program languages can create more problems than solutions.
  3. What function do programming languages have? Programming languages are created for us to interact with computers by giving us a easy interface to use to communicate with the computer.
  4. What is the relationship between Java and Javascript? No relation between them, one was just trying to piggyback on the fame of the other.
  5. What is ECMAScript and how is it related to Javascript? They are the same programming language just have different names.
1 Like
  • What is a program?
    A program is a text typed out by the programmer that gives the computer instructions. Do this, if this happens. A program is a machine, hosted by the computer, that executes many different, simple actions at an incredibly high speed… combining many simple tasks to perform something very complex. A program is building a thought, costless and weightless, at the mercy of our “typing hands.”

  • What can you say about complexity in programming?
    Programming can become easily complex and out of control. The art of programming is the skill of controlling complexity. Some people believe that controlling complexity is best practiced by only mastering a few techniques, however this is limiting, because new problems are only solved by trying new solutions. Making mistakes, in the midst of learning how to manage complexity, is one of the best things you can do, so that you can go ahead and grow through them and become a more skilled programmer.

  • What function do programming languages have?
    Programming languages are a welcomed improvement from the primitive form of communicating with a computer, simply 1’s and 0’s. Now, programming languages help translate commands that are easily readable by humans…looking more like englidsh than reading numbers as messages.

  • What is the relationship between Java and Javascript?
    The relationship is nil. The similar name was inspired by marketing considerations, riding on the coat tails of the gaining popularity of the Java language.

  • What is ECMAScript and how is it related to Javascript?
    The ECMAScript was created after JavaScript became adopted outside of Netscape. This was a document that described the way the Javascript language should work so that the various pieces of software that claimed to support Javascript were all talking about the same thing - making this. easier to adopt and communicate with. ECMAScript and Javascript are the same thing, so you can use their names interchangeably.

1 Like

A program is a set of instructions for a computer to execute. An example of a program would be sorting a large group of strings in alphabetical order.

Programming is a naturally complex endeavor that is made easier with the use of techniques, rules, and best practices. The downside, however, is that programming can be limited to a “safe little zone” that is incapable of overcoming new challenges and problems.

Programming languages allow programmers to write code while omit unnecessary details, use and define building blocks, and make writing/ executing code more efficient and less error-prone.

While the names of the two programming languages are somewhat similar, Java and JavaScript are languages that serve different functions.

ECMAScript is a standard that establishes the guidelines for programming languages like JavaScript. The ECMAScript standard puts everyone on the same page because programmers are all abiding by the same rules and can read each other’s code.

1 Like

I am not quite new to programming but I will respond to these homeworks just for fun :smiley:

  1. A program is a set of operations(instructions) which a computer can read and perform.

2.Computers aren’t that smart, they can only do some mathematical stuff but the advantage is that they can do those things extremely fast.

3.Programming languages are used to make writing programs easier for humans. A computer only understands 0 and 1 so in order to give them easier instructions programming languages are used.

  1. No relation. Just a marketing thing. I dont know why they thought it was a good idea but whatever.

5… ECMAscript IS actually Javascript. But we use javascript because it flows better i guess

1 Like
  1. A program is a set of precise instructions telling a computer what to do.
  2. Programs can get complex very fast, to that extent that it could become impossible to be controlled by the author. That is why, programmers should always code in a simple and transparent manner.
  3. Programing languages makes possible the interaction and communication between computers and people.
  4. The Java and Java Script has almost nothing in common. The name was purely chosen upon marketing purposes, giving the fact that during the Java Script inception, the Java language was gaining huge popularity.
  5. ECMAScript is a standard document that was written to describe how the Java Script language should work. In practice, ECMAScript and Java Script are two names used for the same language.
1 Like

1: A program is a set of precise instructions telling a computer what to do.

2:the complexity comes from different programs interacting on top of each other. They each seem to have their own set of rules which need to interact in a smooth way.

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

4: it looks like there is none, except a bad marketing idea which resulted in the same name usage.

5:ECMAScript is a standard that was set to ensure all browsers interpreted the JavaScript code the same way. just like erc20 is a standard for smart contracts on eth.

1 Like
  1. What is a program?
    a program is a set of instructions placed under a coding language in order to perform an action in a computer.

  2. What can you say about complexity in programming?
    Programming might be complex and frustrating if the programmer is not able to figure out how to organized the instructions.
    Programming is about control the complexity

  3. What function do programming languages have?
    The programming languages has the function of provide the way of communicate the programmer and the computer to create through
    them, several instructions an therefore make the software works.

  4. What is the relationship between Java and JavaScript?
    There is almost no relation between both of them. The JavaScript was introduced trying to leverage the name of the language
    partially using Java’s name

  5. What is ECMAs Script? An what is it related to JavaScript?
    ECMAScript is the basically the same Java script. ECMA introduced a convention to standarize the rules a programing language
    must observe to be in compliance.

1 Like

1.Program is a piece of text typed by a programmer, it is data
in the computer’s memory, yet it controls the actions performed on this same
memory.

  1. The art of programming is the skill of controlling complexity. the same program can be expressed in both long and short, unreadable and readable ways.

  2. a way to add programs to web pages in the
    Netscape Navigator browser. It has made modern web applications possible,
    applications with which you can interact directly without doing a page reload
    for every action. provide various forms of interactivity and cleverness.

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

  4. Ecma International organization that did the standardization. ECMAScript and JavaScript can be used interchangeably—they are two
    names for the same language.

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 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. You’re building your own
maze, in a way, and you might just get lost in it.” It can be difficult, although as long as you keep researching and learning to find answers you can work your way through it.

3. What function do programming languages have?

The function of telling computers to do something and have it be able to be interactive.

4. What is the relationship between Java and Javascript?

Java was the most popular programming language at the time. Javascript was named “Javascript” because of marketing as it released around the time Java was very popular. This is the relationship between them.

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

ECMA is the javascript standard that was set so everyone knows how it should work and its related to javascript because its the standard for the programming language Javascript.

“After its adoption outside of Netscape, a standard document was written
to describe the way the JavaScript language should wor>k 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”

1 Like