INSTRUCTIONS - PRACTICAL EXAM-CSD203
PLEASE READ BEFORE STARTING YOUR EXAM
===
Software Requirements
PyCharm, Notepad, Notepad++, Command Prompt, WinRAR / WinZip (or compress to ZIP file of Windows), Windows Explorer (File Explorer) on Windows 7 and above.
Students are ONLY Allowed to use:
The softwares above and draft paper with pen/pencil.
Instructions
Step 1: Students download the given materials from PEA Client.
Step 2: Students read questions and prepare answers in the given template.
Step 3: Submit a solution for each question:
Ο The result is one folder for each question (Q1,Q2), which contains .py source files.
Example:
+ Folder "Q1" only contains Q1.py for question 1
+ Folder "Q2" only contains Q2.py for question 2
For each question, you must submit one folder as above to PEA Client.
❖ Importance:
Solutions will be marked by Automated Marking software.
The use of tools other than those allowed in the above section whether intentionally or unintentionally, is considered a violation of the exam rules, and the mark is 0
Do not: change the names of the folders, files, and struct (format) of .py files specified in the exam. If you change it, the marking software can not find the execute file (.py) or the program output to mark, thus the score will be 0
Do not: edit given statements in the main function. If you change, the marking software
can not mark and the score will be 0.
Notes 01:
Do not edit given statements in the main function
You can create new functions if you think they are necessary.
Carefully read the instructions in each question to complete the practical exam.
❖ Notes 02:
Zoom
Close
The input and expected result in the questions are only used to test your codes.
The input and expected result in the real testcases (for marking) are different from the given input and expected result in the examples below.
Do not hardcode with the given expected result.
Question 1: (5 marks)
The given file Q1.py already contains statements to implement a simple program to monitor Drink
+ 100%