Computacion II (ABI-4222)
Course data
Section titled “Course data”| Field | Detail |
|---|---|
| University | UNEXPO — Barquisimeto Vice-Rectorate, Carora campus |
| Course | Computacion II |
| Code | ABI-4222 |
| Focus | C++ with OOP, data structures, and integrative final project |
Official documentation
Section titled “Official documentation”Reference material available for download:
- COMPUTACION II (syllabus)
- Lenguaje C — Partial I slides
- Object-oriented programming — introduction
- Exercise guide — Partial I
- Assigned exercises 2025-2
- Exercise assignment sheet
- Communication protocols — useful for the Arduino final project
What you will cover
Section titled “What you will cover”- C++ foundations: syntax, types, functions, compilation, and CMake.
- Object-oriented programming: classes, encapsulation, inheritance, polymorphism, composition.
- Simple data structures: arrays, record arrays (
struct), and files. - Course assignments: pair exercises (see Course assignments).
- Final project: serial communication between a GUI and Arduino.
Important rules (assignments)
Section titled “Important rules (assignments)”- Work in pairs.
- Do not use
vectorin assigned exercises (voids the grade). - Use OOP only where the statement explicitly requires it.
- Submit one
.cppper exercise tomcolombo@unexpo.edu.ve.
Next steps
Section titled “Next steps”- Set up your Work environment.
- Follow the Study path.
- Review Assigned exercises.