Programming Reading Assignment

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

complexity can create chaos because you can’t control it. complexity has to be controlled and that is the the challenge.

Programming language is the bridge between human-language and computer-language. Human input converted in usefull info for the computer so he can used it to do a job

JavaScript has nothing to do with Java, which tried to take advantage of the name JavaScript

ECMAScript and JavaScript: two names for the same language after standardization

1 Like

Ans1 : Set of instructions that perform logical or computational operation by taking input , process it and give output.

Ans2 : Complexity in programming refers to modification of programming code by different programmers with their own interpretation and coding standards.

Ans.3 Programming language simplifies in performing complex tasks based on conditions in short time.

Ans 4. Java is a console based programming language whereas Javascript is a web based programming language. Both are programming languages with different contexts.

Ans5. ECMAScript is set of standard documents for Javascript.

1 Like
  1. A set of instructions
  2. Easy to fall down the rabbit hole and better to keep it simple while maintaining openness and creativity
  3. Simplicity, efficiency and increasing functionality. It’s like shorthand for computer languages…evolution of binary code.
  4. None, just the name for marketing
  5. Two names for the same language to standardize and make sure all supporting programs were talking about the same thing
1 Like
  1. a program is a set of instructions which tells a computer in what order to do them.

  2. Complexity is making the program you’re writing more complicated by adding more things, it is better to plan what you’re going to program fist so you don’t get confused and have a lot of bugs in the code.

  3. They have the function to execute an action that is written and communicated via text and numbers with different computers via humans.

  4. Java and Javascript are two different programming types, Java interacts with applications whilst JavaScript is related with web programming and web pages only.

  5. ECMAscript is the same as Javascript but different names, ERCMAscript standard is the programming standard that Javascript uses and is compatible with all web browsers.

1 Like
  1. A program is a set of instructions that the computer has to follow. The computer executes the what is written in the programming code.
  2. The complexity tends to increase as the code gets bigger. That is why it is good to keep a good structure and to leave a lot of comments in the code so that it can be understood more easily.
  3. It is easier for humans to understand and to execute complex operations with a few lines of code. Basicly you can tell the computer which logic to follow.
  4. For marketing reasons it was called Javascript but it has nothing to do with Java. I tried to learn Java back in school but I found it to be quite hard to start with Java.
  5. ECMAscript is a standard the Javascript follows.
1 Like

1)A program is a set of instruction we give to the machine to execute .

2)Programming consists of small simple orders , but when added together it can build something huge and much complex which would take humans ages to achieve.

3)It is the way we communicate with the machine and give instructions .

4)from a programming point of view , they have nothing in common , JavaScript was named after Java only for marketing purposes.

5)They are the same , they named it like that to further push away the confusion with Java. ECMAScript is simply a standard for programmers to be sure they are speaking in the same way.

1 Like
  1. What is a program?
    A set of precise instructions telling a computer what to do.
  2. What can you say about complexity in programming?
    How to write complex programs on a simple way
  3. What function do programming languages have?
    A programming language is an artificially constructed language used to instruct computers.
  4. What is the relationship between Java and Javascript?
    No relationships, JavaScript was named after Java only for marketing purposes.
  5. What is ECMAScript and how is it related to Javascript?
    Two names for the same thing. ECMAScript is a standard
1 Like
  1. A program is a set of precise instructions to direct a computer what to do.
  2. As programs are created to help doing tasks more efficiently and computers are dumb, programming can get very complex. It is important for the programmer to keep the programming complexity at a manageable level.
  3. Programming languages function as the language to instruct computers, just like how we communicate with each other.
  4. JavaScript has nothing to do with Java. When JavaScript was first introduced to the market, the marketer decided to add “Java” as part of the product name in order to free ride on the popularity of Java language.
  5. ECMAScript was standardization of JavaScript language, so that various software that claimed to support JavaScript were indeed referring to the same language. As such, the term ECMAScript and JavaScript can be used interchangeably, as they are the same language.
1 Like
  1. A list of instructions for a processor to execute.
  2. Complexity can grow rapidly and controlling complexity is the key to being a good programmer and developing maintainable software.
  3. Programs tell computing machines what to do.
  4. None, Javascript was named to benefit from the rising popularity of Java
  5. ECMAScript and Javascript are two different names for the same thing
1 Like
  1. What is a program? A program is a piece of text typed by a programmer with a set of precise instructions telling a computer what to do.
  2. What can you say about complexity in programming? A program’s size and complexity can grow out of control, and become confusing even the person who created it. Some programmers believe that this complexity is best managed by using only a small set of well-understood techniques in their programs. They have composed strict rules (“best practices”) prescribing the form programs should have and carefully stay within their safe little zone.
  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.
  5. What is ECMAScript and how is it related to Javascript? ECMAScript is a programming language. In practice, the terms ECMAScript and JavaScript can be used interchangeably—they are two names for the same language.**
1 Like
  1. A program = a list of instruction following a made set of rules/grammar to solve a set of problems with a computer
  2. Keep it to a minimum
  3. It enables humans to instruct computers
  4. It has a similar name for marketing purposes
  5. ECMA is a standard that JavaScript follows
1 Like
  1. A program is a typed set of strict instructions which tell a computer what to do.

  2. Dealing with complexity in programs in one of (if not the most) tricky tasks in effectively handling a project. It’s important to maintain a level of simplicity which does not restrict the programmer from delivering a fantastic end result. It’s also beneficial to try new things and explore areas of programming unfamiliar to the programmer.

  3. Programming languages bring a level of abstraction to humans so that they can more effectively communicate with computers. From the beginnings of coding programs in binary to what is available today, programming languages make building far more accessible and manageable by programmers. These qualities of abstracting computer speak to something similar to how people talk means that programmers can think bigger and be able to easily implement their imagination into code which is translatable by a computer.

  4. Java preceded JavaScript and was gaining momentum amongst the programming community in the early 1990’s. With the popularity of the Java brand, JavaScript piggybacked off the Java name when it was introduced, all while having very little to do with it. As things go, the name was never changed and nowadays inexperienced coders often mix the two up while they are completely different programming languages.

  5. The ECMA International Orgranization created a ‘standards’ document to be used by programs which support JavaScript. The language was popularized on the Netscape Navigator, however it was important that standards were made to expand adoption and create consistency. These standards shaped how people and companies were to begin programming JavaScript. The newly standardised version of JavaScript became known as ECMAScript, and the name has more or less stuck in certain programming circles, even till this day.

1 Like
  1. Is referred as a piece of text which a programmer types and is a directing force that makes a computer do what it does and is data in the computer’s memory.
  2. Programming is often referred to as complex because it not only requires specific inputs with rules to create an output but also abstract thinking from the programmer.
  3. Enables programmers to communicate about what specific actions a computer must perform on a higher level.
  4. There is no relationship between Java and Javascript.
  5. Both terms are actually two names for the same language.
1 Like

1 - A program is a piece of text typed by a programmer,that is the directing force that makes the computer do what it does.
2- The complexity can be challenging to the programmers, but the art of programming is the skill of controlling complexity. The ultimate goal is creating a simple yet useful program.
3- Programming languages enable people to interact with the computers.
4- The JavaScript has almost nothing to do with the programming language named Java.
5- It is a standard that Javascript follows.

1 Like

1. What is a program?
Text by the programmer that makes the computer do what it does.
2. What can you say about complexity in programming?
You can write code in many different ways and come to the same output.
The intention when coding should always to have easy comprehensible programm code.
3. What function do programming languages have?
Programming languages should help the programmer to talk about the actions the computer has to perform on a higher level.
4. What is the relationship between Java and Javascript?
Almost none - The similar name was only inspired by marketing considerations.
5. What is ECMAScript and how is it related to Javascript?
These are two names for the same programming language, they can be used interchangeable.

1 Like

1.A program is a set of instructions given to the computer.

  1. programs can get very complex very quickly and it is best practice to keep programs as simple as possible.

3.Programing languages make possible for a programer to easily communicate with a computer through code.

  1. There is none. Javascript was named to capitalize off the huge marketing push Java was receiving at the time.

  2. They are one in the same. Two names for the same language .

1 Like
  1. What is a program?
    A program is a set of instructions to be followed by the computer.

  2. What can you say about complexity in programming?

It is achievable but should as a default, be kept as simple as possible.

  1. What function do programming languages have?
    Like all languages - their function is to facilitate communication, in this case between humans and computers (or computer to computer).

  2. What is the relationship between Java and Javascript?
    There is only a similarity in name .

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

It is a standardisation of the Javascript language ( providing interoperability).

2 Likes
  1. What is a program?
    A program is a set of instructions telling a computer what to do.

  2. What can you say about complexity in programming?
    It is very important to control the complexity in programming, because the computer can end up creating its own set of rules; this can lead to things going out of hand.

  3. What function do programming languages have?
    The function of programming languages are to build a communication bridge between humans and computers.

  4. What is the relationship between Java and Javascript?
    There is no relation, the similar names are due to marketing tactics.

  5. What is ECMAScript and how is it related to Javascript?
    They’re both pretty much the same thing.

2 Likes
  1. Programming is a set of instructions telling a computer what to do
  2. The fundamental rules are simple but it is easy to get lost in your own maze, keep it simple and clear
  3. Programming languages are the method of interacting with computers
  4. There is no relationship between Java and Javascript other than similar name titles
  5. ECMAScript is the same language as Javascript
2 Likes

A program is a series of instructions for a computer.

Creating a good (or GREAT) program is all about keeping track of the complexity, and not letting it ‘get away from you’, so to speak.

Programming languages allow specificity. Each one has a different purpose, and by proxy, different use-case applications. Each programming language uses different building blocks, omits certain details, and allows higher-level computations in their own unique way.

Java and JavaScript have very similar names, but are essentially unrelated. They are both programming languages, but that’s pretty much it as far as their ‘relationship’ goes. Acquaintances at best.

ECMAScript == JavaScript. These terms can be used interchangeably. ECMAScript refers to a standardization protocol that JavaScript adheres to (in favour of greater adoption & usability)

2 Likes