Skip to content

Partial II preparation

Course topics: Using simple data structures in programs

Second evaluated block per the planning: arrays, record arrays (struct), and files as simple data structures. Will be expanded once official material is available.

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 II exam — Computacion II

Based on: Arreglos + Structs + Archivos (Computacion II)

0 of 0 answered

Why does this course insist on arrays instead of vector?
In an array of size N, the last valid index is...
Which structure would you use for an inventory with code, description, quantity and price?
To read a full line (with spaces) from a file or stdin you use...
Listing products by stock from highest to lowest implies...