Skip to content

Partial I preparation

After completing Partial I topics on the study path: syntax, types, functions, control structures, and OOP introduction.

Course topics: C/C++ language, control structures, and OOP introduction

Language foundations (libraries, variables, types, constants), conditionals and loops, class/object concepts and OOP pillars per Computacion II slides.

Official PDFs:

1. Review these lessons

Complete each page and pass its interactive exam at the bottom before taking the partial.

2. Take the partial exam below

Minimum 70% to pass. A CALETAS account is required to save your result.

Interactive exam

Partial I exam — Computacion II

Based on: Lenguaje C + POO + Guia de ejercicios (UNEXPO)

0 of 0 answered

Which library would you use to read from keyboard and print to screen?
An equilateral triangle has...
The absolute difference between 8 and 3 is...
Which structure fits a menu with options 1, 2, and 3?
To sum evens between 10 and 60, the most direct approach is...
OOP organizes the program into...
Different behaviors with the same method name is...
In Computacion II assignments, using vector when forbidden...