Programming Reading Assignment

  • What is a program?

A collection of instructions designed to perform a specific task.

  • What can you say about complexity in programming?

Complexity should be avoided and is best to keep programming as simple as possible.

  • What function do programming languages have?

Programming languages translate human language into a computer readable language so a programmed set of commands can be understood and executed.

  • What is the relationship between Java and JavaScript?

Java is a programming language that is converted into byte-code through Java Virtual Machine which hides the source code by making it unreadable while JavaScript is a scripting language that can be placed inside HTML and is readable as it is displayed as plain text.

  • What is ECMAScript and how is it related to JavaScript?

ECMAScript defines the language in which JavaScript should be compiled.

1 Like
  1. Group of instructions
  2. Complexity should be avoided
  3. A way to tell what you want the program to do
  4. None
  5. It’ s the same thing
1 Like

1 What is a program?

It is a type of software that works as a set of tools designed to perform specific tasks and jobs on your computer.

2 What can you say about complexity in programming?

A question that arises to find an unknown data from other known data, or to determine the method to follow to obtain a given result.

2 What is the function of programming languages?

To optimize web pages, design applications, run hardware and software of a company, among other tasks, it is an opportunity to constantly grow professionally and economically.

4 What is the relationship between Java and Javascript?

They are two different programming languages. Although they share a similar name, the truth is that they have nothing to do with each other. Its syntax is very similar, but the truth is that both Java and Javascript inherit the syntax of the C language, so that similarity is not very relevant.

4 What is ECMAScript and how is it related to Javascript?

ECMAScript specifically is the standard that from 2015 to the present is in charge of governing how the JavaScript language should be interpreted and function, being this (JS - JavaScript) interpreted and processed by a multitude of platforms, among which are browsers web, NodeJS or other environments such as the development of applications for the different operating systems that currently exist on the market.

1 Like
  1. What is a program?
    a program is a set of instructions that will make a computer execute a task. It is the directing force that make a computer do what it does. A program can do many simple tasks at speed to become to execute a complex task.

  2. What can you say about complexity in programming?
    The art of programming is The skill of controlling complexity.

  3. What function do programming languages have? programming language is created so that machines can under the instructions in a machine readable format

  4. What is the relationship between Java and Javascript?
    There is no relationship other then the name for marketing purposes

  5. What is ECMAScript and how is it related to Javascript?
    ECMAScript is the other name of JavaScript

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

  2. It is best to avoid complexity while programming. Keeping it simple is the key. The more complex, the easier you can get lost and others will not be able to understand it.

  3. Programming languages are used to instruct computers the same way humans interact by combining words and phrases in news ways for different outcomes.

  4. The only relationship between Java and Javascript is the name.

  5. ECMAScript is the standard language ruleset for Javascript.

1 Like
  1. A program is many things but the primary function of one is to instruct a computer what to do

  2. Controlling complexity in programs is the biggest problem programmers have and being a good programmer consists of honing this skill

  3. Programming languages provide a much easier and more efficient way to communicate with our computers

  4. Java and JavaScript are two different programming languages. At the time JavaScript was being created, Java was very heavily being used and JavaScript creators wanted to market on the back of that success. That is why they are named similarly even though they are completely separate.

  5. ECMAScript standard was created so that entities that supported JavaScript had guidelines to go by to understand what JavaScript was and to know that it is the same language as what they think it is. Today ECMAScript can be used as another name for JavaScript

1 Like
  1. A set of precise instructions telling a computer what to do.

  2. The ability to build your own maze and in the process, get lost within it.

  3. Instruct computers.

  4. There is no relationship between Java and Javascript.

  5. ECMAScript and Javascript are the same

1 Like
  • What is a program?
    A set of instructions given to a computer to execute

  • What can you say about complexity in programming?
    try to avoid complexity in programming so that when someone comes after you to look at the code they can make it out easily and determine what you want the code to do.

  • What function do programming languages have?
    Programming languages are human readable set of instruction that computer compiler can understand and translate into code that computer understand so that we can get the desired result of action from computer.

  • What is the relationship between Java and Javascript?
    no relationship

  • What is ECMAScript and how is it related to Javascript?
    This is the standard that javascript follows

2 Likes
  1. What is a program?
    A program is data in the computer’s memory which tells it what to do.

  2. What can you say about complexity in programming?
    By making code as simple as possible, one can ensure their work is easy to troubleshoot. The art of programming lies in the ability of keeping complexity low.

  3. What function do programming languages have?
    Programming languages provide a user friendly interface between humans and machines. The user can compile commands in a word processing environment while the software compiles the user data to machine readable bits and bytes.

  4. What is the relationship between Java and Javascript?
    No relationship other than a marketing scheme in the mid 90s.

  5. What is ECMAScript and how is it related to Javascript?
    The two are used interchangeably.

2 Likes
  1. A program is a building of thought. A set of instructions that make a computer do what it does.
  2. The ART of programming is the controlling of complexity. In programming using best practices to make a potentially extremely complex thing less complex.
  3. Programming language’s function is to enable humans to interact with the machine language of computers.
  4. No relationship other than the ‘Java’ bit.
  5. ECMAScript is another name for Javascript. ECMAScript is the standard.
2 Likes
  1. What is a program?
    It´s the act of contructive a program , its a set of intruction to tell the compter what to do

  2. What can you say about complexity in programming?
    Programming is hard, the fundamental are simple and clear but programs built on top of these rules become more complex and create their own rules

  3. What function do programming languages have?
    Progamming language simply allow communication between "machines and humans " in a simple way to program the computers to do what we want to do usng same language.

  4. What is the relationship between Java and Javascript?
    None

  5. What is ECMAScript and how is it related to Javascript?
    ECMAScript is an standart javascript should follow and allow javascript interpretaters it in the same way

1 Like
  1. Typed commands from a programmer to cause a computer to perform tasks/actions.
  2. Computers are dumb machines that only do what they are programmed. The more complex a program becomes, the more chance of error due to redunant commands or conflicting commands. Greater care must be taken as complexity increases to avoid issues.
  3. Programming languages exist to condense a “task” one wants to have a computer perform and are written in a logical, understandable way while maintaining conscise designs.
  4. Absolutely nothing.
  5. Ecma International Organization (ECMAScript Standard), and it’s basically another name for JavaScript.
1 Like
  1. A program is text, written in a programming language such as JavaScript, C++, or Python. Usually is similar to English, and it allows you to be able to programme a computer to do in a loop a sequence of basics actions that all together can lead to a more complex result.

  2. Due to the enormous quantity of code that the programmer need to write to be able to solve a problem, usually is mandatory to try to reduce complexity during programming. We should try to do our best to find the easiest way to solve a problem coding.

  3. The function is to generate a simple list of actions that a computer can rapidly do to be able to solve a problem more difficult as the output comes.

  4. There is no relationship except for the name that was taken from Java due to marketing reasons

Basicly it is a standard and we can use the two terms for identify the same thing.

1 Like
  1. a smart way to tell your dumb computer what to do
    2 in programming you can either write things very complex or very simple but it will still work the same
    3Making it easier to give the computer the right instructions and therefore also making it easier to get the right results from your functions.
    4Nothing other than the fact that the javascript marketing department thought it would be a good idea to steal the word java from java because java was a very popular language at the time.
    5ECMAScript is the standard that JS follows and the two words can be understood as one in the same.
1 Like
  1. A set of instructions.
  2. As the number of entities increases, the number of interactions between them would increase exponentially, and it would get to a point where it would be impossible to know and understand all of them.
  3. They are a way for humans to interact with computer language.
  4. There is no relationship except for the name.
  5. ECMAScript provides the rules, details, and guidelines that a scripting language must observe to be considered ECMAScript compliant. ECMAScript is a standard. A scripting language.
1 Like
  1. A program is a set of instructions for a computer to follow
  2. Complexity in programming is what allows computers to very complex things. However, it can easily become confusing and out of control, so the goal is to create complex instructions under control.
  3. A programming languages function is to allow humans to communicate with computers so we can give instructions.
  4. The only relation between Java and Javascript is the name, otherwise they are very different languages
  5. ECMAScript was the standard used for Javascript, they are essentially the same thing and can be used interchangeably
2 Likes
  1. A program is a set of instructions
  2. The goal of programming is to make the code as simple as possible
  3. Programming languages function to romanize binary code
  4. Java and Javascript have no real relationship, its just a marketing too that the name is similar
    5 ECMAScript is the international standard documentation for javascript. They are the same
1 Like
  1. A program is much like an immaterial machine that instructs a computer (physical machine) what to do with its computational capacity.
  2. The complexity of a program can easily grow out of control and needs to be managed to maintain a degree of simplicity or elegance within the complexity of the instructions.
  3. Programming languages make the commanding and reading of instructions to the computer more accessible, less tedious and easily interpreted.
  4. The only relation is that Java was a highly marketed programming language at the time that JavaScript was released and the developers of JavaScript chose the name to ride on the coat tails of the work done by Java.
  5. ECMAScript is interchangeable with JavaScript as the ECMA International organization standardized JavaScript to be used and recognized across a range of software.
1 Like
  1. What is a program?
  • A program is “a set of instructions telling a computer what to do.”
  1. What can you say about complexity in programming?
    -Complexity is something that defines programming. Yet, complexity can be overwhealming
    for someone who is new to the space as well as those that have experience in the field.
    Complexity in programming is normal, but simplicity is greatly embraced.

  2. What function do programming languages have?
    -Programming languages play a huge role in computing, because it is how the computer
    understands what to do with the information that is given.

  3. What is the relationship between Java and Javascript?
    -There is no relationshop between Java and Javascript. Java is a programming language
    where as JavaSctipt is a scripting langueage.

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

  • ECMAScript and Javascript can be interchangeably used as the same thing. For they
    represent the same ideas.
2 Likes
  1. What is a program?

A precise set of instructions telling a computer what to do.

  1. What can you say about complexity in programming?

It is creating your own personal maze.

  1. What function do programming languages have?

An artificially constructed language used to instruct computers.

  1. What is the relationship between Java and Javascript?

The name Java was inspired by marketing notions instead of good judgement.

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

ECMA script was a standard document written to describe how the javascript language works. EMCA script identically operates like javascript and can be used interchangeably.

2 Likes