0% found this document useful (0 votes)
8 views

clase 4

The document provides an overview of computer programming, defining it as a method for instructing computers through code. It discusses programming languages, distinguishing between low-level and high-level languages, and lists several examples of each. Additionally, it introduces various programming terms and concepts essential for understanding the field.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

clase 4

The document provides an overview of computer programming, defining it as a method for instructing computers through code. It discusses programming languages, distinguishing between low-level and high-level languages, and lists several examples of each. Additionally, it introduces various programming terms and concepts essential for understanding the field.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12

NOMBRE DEL CURSO

Programming
Computer programming is a way of giving
computers instructions about what they should
do. These instructions are known as code, and
computer programmers write code to solve
problems or perform a task.
Programming is a way to “instruct the computer to perform various tasks”.

-“Instruct the computer”: you provide the computer a set of instructions that are written in a
language that the computer can understand (programming language).

-“Perform various tasks”: The tasks may involve a sequence of multiple instructions and
require complex calculations.

Hence, in summary, Programming is a way to tell computers to do a specific task.


Programming Languages
- Are the tools we use to write instructions for computers to follow.
- Allow us to translate the binary language of computers into something that
humans can understand and write.
JavaScript
c#
Swift
COBOL (common
business oriented
language)
HTML (Hypertext markup
language)
Ruby
Low level programming languages
- Are closer to machine code, or binary, therefore, they’re more difficult for humans to read .
The benefit is that they’re fast and offer precise control over how the computer will function.

High level programming languages


- Are closer to how humans communicate, they’re easier to program but they take more time to
translate into machine code for the computer.
Some programming languages
Java
C++
SQL (Structured query language)
Python
PHP (Hypertext Pre – processor)
OOP (object oriented programming)
JavaScript
c # (c sharp)
Swift
COBOL (common business oriented language)
HTML (Hypertext markup language)
Ruby
Terms used in programming
Algorithm Argument Array Bug Class Compiler Declaratio
n
Algoritmo Argumento Arreglo, Fallo Clase Compilador
vector Declaración

Instance Integer Method Parameter Return Syntax Value


variable value
Variable de Entero Método Parámetro Valor de Sintaxis Valor
instancia retorno
Terms used in programming
Void Thread Property Inheritance if Exception Encapsulation

Vacío / nada Hilo Propiedad Si Excepción


Herencia Encapsulamien
to

Default Call, Debug Bytecode Execute Return Abstract


invoke,
run Depurar Códigos de Ejecutar Retorno Abstracto
Defecto byte
ejecutar
Terms used in programming
Loop Else Function Variable API
(Application
Bucle si no Función Variable Programming
Interface)

Interfaz de
programación de
aplicaciones

Package Overload Override Attributes Conditional


statements
Paquete Sobrecarga Anular Atributos
Oración
condicional

You might also like