Topic 20Not started
Graduation exam preparation
Practice tasks before the informatics graduation exam: strings, lists, the while loop, mixed tasks, tkinter graphics and exceptions.
Lessons
- 01Not startedStringsTasks with text and first complete programs: a digit sum, a cipher, palindromes, a birth number, BMI and a quadratic equation.16 exercises~150 min0/14
- 02Not startedListsLists of numbers and names: generating random values, sorting, filtering, finding the maximum and reading until an end marker.15 exercises~150 min0/13
- 03Not startedThe while loopA loop that runs while a condition holds: counting down, skipping numbers, reading repeatedly until an end value, and handling bad input.9 exercises~90 min0/7
- 04Not startedMixed tasksTasks where loops, lists, functions and chance meet: a lottery, primes, perfect numbers, test scores and train passengers.9 exercises~120 min0/7
- 05Not startedGraphics with tkinterDrawing on a canvas, mouse clicks, buttons, text fields and timer animations. The programs run in a tkinter simulation right in the browser, so you see the result immediately.8 exercises~150 min0/5
- 06Not startedExceptions (try – except)A program that does not crash on bad input: asking again for a number, division by zero and several `except` branches.6 exercises~60 min0/4