Lecture notes for Computer Science I by
James Tam
Return to the course
CPSC 231: Practice Assignments
Input and formatting of output:
[
Point of sale system
] [
Solution
]
[
Wage tabulator
] [
Solution
]
Decision making, loops, program documentation
[
Grade calculator
] [
Description of solution and Pascal program code
] [
Solution: Python code
]
Problem decomposition, modular design
[
Geometry program
] [
Solution
]
[
Grade calculator
] [
Description of solution and Pascal program code
] [
Solution: Python code
]
1D lists
[
Word checker
] [
Solution: program code
]