Commands and Functions
-\- Programming Blog -/-
¡Bienvenidos a nuestro blog oficial para el Instituto Universitario San Francisco (IUSF), dedicado al mundo de la programación y el aprendizaje de idiomas! En este blog, nuestro objetivo es brindar orientación y apoyo integral a los estudiantes del IUSF en la comprensión y dominio de los comandos de programación, tanto a nivel universal como específico y mejorar el entendimiento del inglés. A medida que la importancia de los lenguajes de programación y el dominio del inglés continúa creciendo, nuestra meta es capacitar a los estudiantes con las herramientas y conocimientos necesarios para sobresalir en estos campos.
Start

Programming is the process of creating specific instructions for a computer to perform a particular task. Through a programming language, these instructions can be written in a logical and precise manner, allowing effective communication with the machine.
In the world of programming, there are different types of commands used to give orders to the computer. These commands can be classified into two main categories: universal commands and specific commands. Here's a video showcasing how to print "Hello World" in different programming languages, and we invite you to explore the one that interests you the most to delve into the world of programming.
Commands and Functions
Universal Commands:
Universal commands are those understood by all programming languages. These commands are essential for performing basic tasks in programming and are often used in different projects. Examples of universal commands include:
1. Print: This command allows displaying information on the screen. For example, in Python, the print command is used followed by the text you want to display.
Example:
2. Variable Assignment: This command is used to store and manipulate values in memory. For example, in JavaScript, the var command is used followed by the variable name and the assigned value. Example:
3. Conditions: Conditional commands allow performing different actions based on a specific condition. For example, in Java, the if command is used to execute an instruction only if a given condition is true. Example:
Specific Commands:
Specific commands are designed to be used in a particular programming language. These commands may vary between different languages and adapt to the specific features and functionalities of each language. Examples of specific commands include:
1. SQL: SQL commands are used to interact with a database. Some popular SQL commands include SELECT to retrieve data, INSERT to add new records, and UPDATE to modify existing records.
2. HTML: HTML commands are used to create web pages. Some common HTML commands include ‹p› for paragraphs, ‹h1› for headings, and ‹a› for creating links.
3. MATLAB: In MATLAB, specific commands are used for numerical calculations and analysis. Some examples of MATLAB commands include plot for plotting data, solve for solving equations, and for for iterating over a set of values.
Primer Modulo interactivo
Glossary
This glossary provides a brief description of common programming commands in different languages:
- 1. Print: Outputs data to the console. Used in Python, Java, C++, JavaScript, etc.
- 2. If-else: Conditionally executes code based on a specified condition. Used in all programming languages.
- 3. For loop: Executes a block of code repeatedly for a specified number of times. Used in most programming languages like Python, Java, C++, JavaScript, etc.
- 4. While loop: Executes a block of code repeatedly as long as a given condition is true. Used in all programming languages.
- 5. Function: A reusable block of code that performs a specific task. Used in all programming languages.
- 6. Variable: A named storage location used to store data. Used in all programming languages.
- 7. Array: A data structure that stores a fixed-size sequential collection of elements of the same type. Used in most programming languages.
- 8. Class: A blueprint for creating objects that encapsulates data and methods. Used in object-oriented programming languages like Python, Java, C++, etc.
- 9. Object: An instance of a class with its own set of properties and methods. Used in object-oriented programming languages like Python, Java, C++, etc.
- 10. String: A sequence of characters. Used in all programming languages.
- 11. Integer: A whole number without a decimal point. Used in all programming languages.
- 12. Float: A number with a decimal point. Used in all programming languages.
- 13. Boolean: A data type that can have one of two possible values: true or false. Used in all programming languages.
- 14. Input: Reads user input from the console. Used in most programming languages.
- 15. Output: Writes output to a file or other output streams. Used in most programming languages.
- 16. Sort: Arranges elements in a specific order. Used in most programming languages.
- 17. Concatenate: Appends one string to another. Used in all programming languages.
- 18. Split: Divides a string into substrings based on a specified delimiter. Used in most programming languages.
- 19. Length: Returns the number of elements in a collection or the number of characters in a string. Used in most programming languages.
- 20. Math: Provides mathematical operations and functions. Used in most programming languages.
- 21. HTML Tag: A markup that defines the beginning and end of an element in HTML. Examples include ‹h1›, ‹p›, ‹div›, etc.
- 22. HTML Attribute: Provides additional information about an HTML element. Examples include class, id, style, etc.
- 23. HTML Form: An HTML element that contains input fields to collect user information.
- 24. SELECT: Used in SQL to select data from a database.
- 25. INSERT INTO: Used in SQL to insert new data into a database.
- 26. UPDATE: Used in SQL to update existing data in a database.
- 27. DELETE: Used in SQL to delete data from a database.
- 28. plot: Used in MATLAB to create 2D plots.
- 29. meshgrid: Used in MATLAB to generate a coordinate grid for evaluating functions of multiple variables.
- 30. solve: Used in MATLAB to solve equations and systems of equations.
- 31. HTML Link: An HTML element that allows users to navigate from one page to another. The href attribute is used in the ‹a› tag.
- 32. HTML Image: An HTML element that displays an image on a web page. The ‹img› tag is used with the src attribute.
- 33. HTML Table: An HTML element that creates a table. The ‹table› tag, ‹tr› (table row), ‹td› (table cell) tags are used.
- 34. CREATE TABLE: Used in SQL to create a new table in a database.
- 35. ALTER TABLE: Used in SQL to modify the structure of an existing table.
- 36. DROP TABLE: Used in SQL to delete an existing table from a database.
- 37. Import: Used in Python to import modules or libraries.
- 38. Try/Except: Used in Python to handle exceptions.
- 39. List Comprehension: Used in Python to create lists in a concise manner.
- 40. Public/Private: Used in Java to define the access level of a class, method, or variable.
- 41. Static: Used in Java to define a member that belongs to the class rather than an instance of the class.
- 42. Final: Used in Java to define a constant or a method that cannot be overridden.
Remember that programming is a creative and ever-evolving process. It is important to research and stay updated with new commands and techniques that emerge in the programming world to make the most out of its benefits.
||||||| Segundo Módulo interactivo ||||||||||||||||
Comentarios
Publicar un comentario