Information for the 1st Practical Test
General Information
- Date: 13/11/2024 (wednesday)
- Time: There will be two shifts for the test (15:30 and 17:30)
[see student allocation to shift and room] (protected access)
- Place: DCC Labs (FC 6)
- Duration: 2h
- Method: the test will be individual and will consist of practical problems for which you can submit Python code to Mooshak and receive feedback that might include public test cases, like in the practical classes
- Language: all problems will be available in english and in portuguese
- Environment: the computers will have Linux, with python available at command line, and the usual editors and IDEs (we will try to confirm the exact list on Nov 08 and give you that list here); you will have access to documentation (local copy of python docs) and to a local copy of the jupyter notebooks of the lectures (an html static version both in english and portuguese).
- Scoring: this test is worth 4 points out of 20 (20% of your class grade) [see explanation and calculation formula of final grade]
You will have 7 small exercises in Mooshak worth 20%+20%+15%+15%+15%+10%+5%.
In each exercise there might be partial scoring (e.g. passes some tests, fails on others).
When submitting, you will know the score you got on all tests. Your grade on a problem will be the grade of your best submission on that problem (the one with the highest score), and you can submit as many times as you want.
Specific goals for each exercise and training problems
- [20%] Exercise 1: a simple program (variables and operators)
Something at the level of the main exercises of practical class #02 (first programs), reading with input().
- [20%] Exercise 2: conditionals and program flow
Something at the level of the main exercises of practical class #03 (first programs), reading with input(), with no need for pre-knowledge from other areas (e.g, you would not need to know the formula for solving quadratic equations, or to check intersection of circles)
- [15%] Exercise 3: functions
Something at the level of the main exercises of practical class #04 (functions), writing a function that receives input from the arguments.
- [15%] Exercise 4: tuples and strings
Something at the level of the main exercises of practical class #05 (tuples and strings), writing a function that receives input from the arguments.
- [15%] Exercise 5: lists
Something at the level of the main exercises of practical class #06 (lists), writing a function that receives input from the arguments.
- [10%] Exercise 6: extra exercises
Something at the level of the the extra exercises (from practical classes #04 to class #06).
- [5%] Exercise 7: challenge
Something at the level of a challenge (from practical classes #05 to class #06), in which the algorithm is more complex and/or efficiency might matter (i.e., an innefficent solution might not have enough time or memory to pass).