Objectives and competences
Teaching objectives
- Promote the interest in programming area to develop engineering problems solutions.
Expected results
The student should be able to:
- Recognize the need and the advantages of automatic information processing;
- Demonstrate knowledge about the basic mechanisms of procedural or imperative languages;
- Design algorithms for solving scientific problems in C and C++ languages from its description in natural language.
- Use tools to build, test and fix small programs.
Teaching Methodologies
Theoretical and practical classes with students’ permanent involvement.
In this course unit, learning is based on student’s active participation whose practical demonstration is carried out in all classes with computer programming concrete examples that culminate in a final practical project and exam, covering in this way all the proposed learning topics that are evaluated in the respective assessment components.
Syllabus
- Introduction to scientific programming
- Computer programming
- Programming Languages types and specificities
- Stages of program development - Structured language - C
- C Language Fundamentals
- Pointers
- Arrays and Data Structures
- Flow control
- Test and conditions
- Files and Concepts
• Files
• Dynamic memory and dynamic data structures
• Preprocessor directives and program arguments
• Enumerations
- Applications - Object-oriented language - C ++
- Statements, constants and data types
- Expressions, operators and functions
- Classes definitions in C ++.
- Arrays and object pointers.
- Applications