Introduction to Programming 2025/2026 (CC1024) - DCC/FCUP

Information for the Written Exam


Date, Time, and Place ("Normal Season", a.k.a. "Época Normal")


Valuation:

As discussed on the evaluation page and Sigarra, this exam is worth 50% of the grade on this course (the other 50% come from the practical tests and exercises during practical classes).


Exam Sample Questions:

Here you can see the exam from last year:


Goals for the Final Exam

Fundamentals

Programming Fundamentals

Python Fundamentals


Conditionals and Program Flow

Boolean Values

Conditional Execution (if-else statements)

Program Flow (for and while loops)


Functions

Basic Concepts

Advanced Concepts


Strings

Basic Concepts

Advanced Concepts


Algorithms and Structured Programming

Concepts

Applications


Data Structures

Concepts

Tuples

Lists

Dictionaries

Sets


Recursion

Concepts

Applications


Variable Scope and Modules

Variable Scope

Modules


Errors and Exceptions

Concepts

Applications