Programming Reading Assignment

  1. A program is a set of instructions that a developer uses to talk to a cpu
  2. Programs can become so complex that the writers get lost in it, it requires thinking in an abstract way, cpus are just machines and you gotta think for them
  3. Programing languages have pre-defined rules/ phrases that act as a common denominator for humas to communicate with cpu’s
  4. Javascript sounds like java because marketers wanted to ride the jova wave that was popular at the time.
  5. ECMAScript and Java script are the same thing
1 Like
  1. What is a program?

A program is a detailed list of very specific steps that a programmer builds and implements with a computer to make it function how they intend. A program is run on a computer and also instructs the computer it’s run on to do many different things.

  1. What can you say about complexity in programming?

Complexity grows as functionality of the system grows. Using best practices in cleaning and using code correctly will help with building and maintaining simple, moderate and very complex systems.

  1. What function do programming languages have?

Programming languages create the true functionality of these systems. They allow the systems to work with logic, and to accomplish the tasks of the program itself.

  1. What is the relationship between Java and Javascript?

Bad marketing.

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

ECMAScript is a standardized programming language format, which can be used interchangeably when referring to the Javascript language. It standardized the programming language format for the World Wide Web.

1 Like
  1. A program is a list of statements or collection of instructions to be executed by a computer to perform a specific task.
  2. Programming may be as simple or as complex as you like. Best practice to keep it simple.
  3. Programming languages allow humans to give computers a set of instructions to follow. Computers think in binary and programming languages allow us to translate binary into something humans can understand and write.
  4. Both are programming languages. Java is an object oriented programming language that uses objects to perform actions based on relations between objects. JavaScript is an object oriented scripting language that uses objects similar to java but is contained within a web page and integrates with its HTML content and is interpreted as plain text code.
  5. ECMAScript is a JavaScript standard meant to ensure the interoperability of Web pages across different web browsers.
1 Like
  1. What is a program?
    A set of instructions telling the computer to do.

  2. What can you say about complexity in programming?
    As you are programming a complex program it’s always best to try to simplify them as much as possible.

  3. What function do programming languages have? You can program ideas that manifest in your brain. Many things are programmed from the computers we are using to video games etc.

  4. What is the relationship between Java and Javascript?
    No direct relationship beside JavaScript took the name Java to profit off of the name.

  5. What is ECMAScript and how is it related to Javascript? “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. A program is the directing force that causes the computer to do what it does. It is a set of instructions for the computer to execute.

  2. Complexity management is crucial. Keeping it simple as possible makes the programming easier to understand and execute. The more complex the program is the more chances for bugs to hide in the program.

  3. Programming languages are designed to allow humans to read and write instructions for the computer without having to write difficult binary code.

  4. Java and Javascript are not the same. Putting the word “java” in the name Javascript was for marketing purposes. Java was popular 2 decades ago.

  5. ECMAScript is the same language as Javascript.

1 Like
  1. A program is a set of instructions for the computer to execute.

  2. Complexity should be avoided if possible. Programs that are to complex can have bugs in them that are difficult to find. Keep the programming as simple as possible to make things easier for everyone involved.

  3. Programming languages are to communicate instructions for the computer to execute. It would be harder if we used binary.

  4. Java and Javascript are not the same. Putting the word “java” into the name Javascript was for marketing purposes.

  5. ECMAScript and Javascript are the same language.

1 Like

What is a program?

This is a set of precise instructions telling a computer what to do

What can you say about complexity in programming?

It comes with the idea of the program itself. You can have an easy programming doing little easy tasks, or complex programming for more complex tasks. A good programmer tends to decomplexify his code to make it the easiest possible.

What function do programming languages have?

They instruct the computer on what to do

What is the relationship between Java and Javascript?

There is none, they just called javascript to take profit of popularity of the already known JAVA

What is ECMAScript and how is it related to Javascript?

This is the standard for javascript, basically 2 names for 1 language

1 Like
  1. What is a program?

A program is a set of precise instructions that tells a computer what to do.

  1. What can you say about complexity in programming?

The rules in programming are simple and clear, but programs built on the rules usually become complex to the point where they introduce their own rules and complexity.

  1. What function do programming languages have?

They let programmers outline actions a computer has to perform on a higher level (i.e. expressing an action in a few lines of code vs. something long).

They also provide convenient building blocks and let programmers build their own building blocks, too.

  1. What is the relationship between Java and Javascript?

Java was a popular programming language at the time of Javascript’s creation. To try and piggyback off of Java’s success, Javascript used Java in its name.

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

ECMAScript is a standard for Javascript that describes how it should work so that Javascript-supporting software can make sure they are talking about the same language. In reality, ECMAScript and Javascript can be used interchangeably, as they are both names for the same programming language.

1 Like
  1. A program is a Instructions to computer what to do
    2.The aim in programming should be to write easily readable code that solves the problem as simple as possible.
  2. 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.Both programming language, just similar names.
    5.ECMAScript and JavaScript can be used interchangeably, they are two names for the same language.
1 Like
  • What is a program?
    A set of instructions that tells the computer what to do or what do you want to do with the computer with these set of instructions
  • What can you say about complexity in programming?
    Instructions in programs languages are easy and simple but you can create very complexity programs with a lot of these instructions, maybe even the creator of the program will be lost with her program
  • What function do programming languages have?
    In reality makes the same function than languages between humans. A way to interact with each other easier, without this language is almost impossible communicate
  • What is the relationship between Java and Javascript?
    Almost nothing the name javacript is pure marketing.
  • What is ECMAScript and how is it related to Javascript?
    These terms are interchangeable they are the same. A scripting language.
1 Like
  1. A program is text or “code” created by the developer to tell the computer what action he would like it to perform.
  2. Many programmers stick within their lane by keeping the code simple. This is good because complexity can be inefficient in ways but bad at the same time because they need to expand their knowledge of coding.
  3. They serve as a language to express what you would like to computer to do.
    4.It was a marketing ploy, they have no relation.
    5.In JavaScripts’ inception, to decipher between Java and JavaScript. Netscape wrote a standardized document for Javascript software to explain the functions of javascript to ensure that everyone was talking about the same program. ECMAscript is JavaScript. They are interchangle words for the same programming language.
1 Like
  1. A program is a set of Logical Instructions given to a Computer.
  2. As number of variables, iterations and loops increase the program becomes extremely complicated like a real time video game and becomes difficult to code elegantly, but this is the task of seasoned programmers to Keep it short and simple and eloquent, just like a smooth flowing language.
  3. The primary function of programming languages is to make computers perform difficult calculations and execute them as smooth Logical programs, because computers can make calculations much much faster than the Humans.
  4. No correlation at all.
  5. Javascript is the same as ECMA
1 Like

Hi!

  1. A program is many things…
    a set of precise instructions telling a computer what to do. It is a piece of text typed by a programmer and it grows easily under his typing of hands, it is costless and weightless to build. It is a building of thoughts. It is data in the computer’s memory and yet it controls the action performedon this same memory, it is the directing force.

  2. The art of programming is the skill of controlling complexity.”
    Simple in complexity is genius.

  3. They are used to instruct a computer. They make the interchange between Human and Computer easier.

  4. Almost nothing, just the name is similar.

  5. ECMAscript is a standard that Javascript follows. It’s the same language with different names.
    ECMAscript=Javascript

1 Like
  1. A set of precise instructions telling a computer what to do.
  2. The combination of fundamental rules through programming language to create new and more complex rules such as full programs.
  3. It allows the programmer to communicate with the computer and instruct it to perform functions on a higher level.
  4. It was named Java script when Java was being heavily advertised so it was basically named that for marketing reasons but has nothing to do with the Java programming language.
  5. It was a standard document written after JavaScript gained adoption outside of netscape explaining how JavaScript should work and is basically the same thing as JavaScript.
1 Like
  1. A set of precise instructions.
  2. It starts out simple but as more code is added it becomes more complex.
  3. It allows humans to interact with computers.
  4. The relationship is the name other than that nothing else.
  5. It is another name for javascript.
1 Like
  1. A program gives very detailed instructions to the computer to carry out computational tasks.
  2. When programming you should structure your program in an organized fashion to help reduce complexity. Large programs are complex in nature and clean structure is important for short and long term maintenance.
  3. Helps to translate human readable language to machine language. Standardizes how programs are written. Reduces complexity.
  4. Java was a popular programming language when Javascript was released. Javascript chose their name based on the popularity of the Java programming language.
  5. ECMAscript and Javascript are the same programming language. ECMA is the standards organization that wrote and maintain the specification for Javascript and its versions.
1 Like

1. a program is a set of instructions,commands and functions telling the compiler what to execute in any given condition.

**2.**the rules and functions are designed to be simple so it can run a quit complex mixture of these simple functions to return the desirable result.

3. function of Programming languages is to make easier to write codes in a more efficient and readable format rather than in ASCII format.

4. JS and Java only sharing similar names due to marketing considerations.

5. ECMAScript is the standard, written to describe how JS should work in environments outside of netscape. basically another name for JS.

1 Like
  1. A program is a specific set of instructions given to a computer to guide its thought process and resulting actions.
    2.Programming can take on a life of its own, and without adequate care and safeguards, it will become overly complex and out of control.
  2. A programming language aids the programmer in communicating effectively with the computer, allowing you to omit certain details wile creating creating your own blocks of code.
    4.There is no real relationship between Java and Javascript. The name was inspired by a popular programming language called Java, but the similarities end there.
  3. ECMAScript is the name of the document used to describe Javascript’s language. The two are used interchangeably.
1 Like
  1. What is a program?
    Instructions usually written in a coding language, telling a computer what to do.

  2. What can you say about complexity in programming?
    Complexity is going to happen when it comes to coding, especially since many different languages may be used in one specific program. It is important that we try to keep it as simple as possible and be as clear as possible, if we run into issues and get stuck it will be hard to fix any bugs or problems if we were not clear in our line of coding.

  3. What function do programming languages have?
    One of the most important functions that programming languages do is that they are able to compute almost any level of mathematical computations. When this is done in an organized manner, a program can do almost endless possibility of actions.

  4. What is the relationship between Java and Javascript?
    Java was a programming language that was highly popular at the time Javascript was made, the team decided by naming it Javascript they could market their language better.

  5. What is ECMAScript and how is it related to Javascript?
    They are the same language, ECMAScript is a standardization that was developed by a different team.

1 Like
  1. A set of instructions given to a computer for it to carry out.
  2. It is best in its most simplest form. One should always try to simplify their code and avoid over-complexity.
  3. To provide a closer-to-human syntax for people to use in writing programs. It helps omit details, provides convenient building blocks, allows you to define your own building blocks and makes those blocks easy to compose
  4. None other than a bad marketing decision at the time Javascript was named.
  5. It is another name for Javascript
1 Like