Partial I
After Getting started and Foundations: Exercise guide and Partial I prep with interactive exam.
A study path is not browsing the site at random or doing every tutorial without context. It is the recommended order of the Computacion II course (UNEXPO · ABI-4222): understand the concept, apply it with a tutorial, then prepare for the partial exam.
The flow has clear phases:
AprendeC++ POO is an open-source platform by zackness, maintained by StartupVen within the CALETAS ecosystem. Read more about who builds the site and what interactive tutorials mean in CALETAS ecosystem and StartupVen.
Check each lesson or let it auto-check when you finish tutorial checklists or exams.
Computacion II School
Follow the UNEXPO course order: Getting started → Foundations → theory with interleaved tutorials. One progress bar for classes, tutorials, and labs.
Method per block: theory → tutorial (if any) → lab → partial exam
Locate official Computacion II PDFs and set up your compiler + CMake before coding.
Reference material: COMPUTACION II.pdf
Step-by-step tutorial + lab: CMake, main.cpp, and build.
Syntax, types, functions, and control structures per Lenguaje C.
Reference material: Lenguaje C_260617_003629.pdf
OOP with step-by-step tutorial and cryptogram lab interleaved.
Reference material: PROGRAMACIÓN ORIENTADA A OBJETOS_260617_003651.pdf
Official exercise guide + interactive Partial I exam (70% minimum).
Reference material: Guía de Ejercicios Computación II_260617_003701.pdf
Arrays, structs, files + inventory and file tutorials.
Review arrays, structs, and files. Interactive Partial II exam.
Constructors, memory, overloading, and STL for advanced work.
Official submission pages. Path tutorials prepare you for each one.
GUI + Arduino over serial per course protocols.
Project block (30 pts): serial protocol, GUI, and Arduino.
Integrative review + interactive Partial IV exam.
To find a specific lab without walking the full path, use the tutorial catalog. Everything is listed there; the path above shows when to do each item.
Partial I
After Getting started and Foundations: Exercise guide and Partial I prep with interactive exam.
Partial II
After arrays, structs, and files: Partial II prep.
Partial III (Project)
After protocols and final project: Partial III and integration.
Course assignments
Submit exercises: Assignments index + list.
Ecosystem
Who maintains the platform — zackness, StartupVen, and CALETAS.
Quick review
C++ cheat sheet and glossary.
Course evaluation breakdown (total 100 points):
| Block | Content | Activity | Weight |
|---|---|---|---|
| Partial I | C/C++ language + OOP | Assignment (10) + Exam (25) | 35 points |
| Partial II | Simple data structures | Assignment (10) + Exam (25) | 35 points |
| Partial III | Communication protocols | Project | 30 points |
This page aligns with the professor’s official documents (UNEXPO · ABI-4222):
| Type | Files |
|---|---|
| Syllabus | COMPUTACION II |
| Partial I base | Lenguaje C · OOP · Exercise guide |
| Assignments | Assignment sheet · Assigned exercises 2025-2 |
| Final project | Communication protocols |
Do not copy code without understanding what each line does. The key exam skill is answering:
What problem do I have → which data structure or class do I use → which function or method solves it