Universidad Tecnológica de Nezahualcóyotl

Tecnologías de Información y Comunicaciones

Materia:

Curso Propedéutico.

Profesor:

Luis Manuel Martínez Ramírez.

Miércoles 3 de Agosto de 2005

Clase 1: ¿Qué es Programación?

Programar es dar instrucciones precisas y concisas a la computadora

en un Lenguaje de Programación para que resuelva un problema bien definido.

 

Basic language elements

All programming languages have five common elements. They are vocabulary, punctuation, identifiers, operators, and syntax. Try matching each of the terms by dragging the answers to the appropriate definition in Figure.

Each programming language has its own unique set of these elements. Learning a particular programming language requires thoroughly learning all of these elements.

All computer programs are now written using some form of a text editor, similar to a word processor. The programmer types the program in the editor much like an author types a manuscript for a book. The program is saved on the hard disk in a file called the source file of the program. The source file contains the source code of the program. Just as a manuscript of a book must follow all the rules of syntax, punctuation, and spelling for the language of the book, the program source code must follow all the rules of spelling, syntax, and punctuation of the programming language. Some text editors understand the rules of syntax, punctuation, and spelling for different computer languages, so they can automatically correct the source code just as some word processors have spelling and grammar checkers.

Click aquí para revisar la Cyber Apuntes 1

 

Tarea 1

Hacer un programa en c++ que lea la edad y me diga 3 cualidades si es mayor de edad y 3 cualidades si no lo es.

Sign Guestbook

View Guestbook

Profe Web Site: www.gil-luis.net/luis

E-Mail Prope: [email protected]

 

Hosted by www.Geocities.ws

1