Translate to Traditional Chinese (中文):

<< Prev   🏠 A B C D E F G Next >>


QZ2: PRE-MIDTERM - WINDOWS PROGRAMING DESIGN (113)


Welcome to the QZ2: PRE-MIDTERM Exam on Windows Programming Design.

You can Translate to Traditional Chinese (中文) by Google Translate on the TOP-LEFT conner button.
Check your submission here: SCOREBOARD
Submission:
  • Login into the GCI submission system: http://chgiang.com/exam
  • Select the exam PRE - Windows Programming Design (113)
  • If you see all green check marks, you have successfully submitted your files.
  • Name your files according to the task names: A.py, B.py, C.py, D.py, E.py, etc.
Grading Policy (No score if violated):
  • Your code MUST compile successfully.
  • Do not use the input() function in your code. Directly enter the input in your code.
  • Do not use Chinese characters (漢字) in your code file. (for automatic grading)
  • Only the basic statement/keywords if, else, for, while, break, continue, len, range, def, print are allowed.
DO NOT USE the following in your code : (No score if violated)
  • Built-in functions: sum(), max(), min(), sorted(), map(), filter(), zip(), enumerate(), input(), list(), set()
  • List comprehensions: [x for x in ...]
  • Other: Lambda functions, *args, **kwargs, try-except, with
  • External libraries: numpy, pandas, math, random, etc.
  • Avoid using ChatGPT or copying code from other students.
    ZERO points if you cannot explain your code.

Task Level Points
A.py - NUMDIV 20 pts
B.py - CNTDIV 20 pts
C.py - SUMDIV 20 pts
D.py - AVGDIV ⭐⭐ 10 pts
E.py - CHKFAC 10 pts
F.py - CNTFAC ⭐⭐⭐ 10 pts
G.py - ISPRIM ⭐⭐⭐ 10 pts


<< Prev   🏠 A B C D E F G    Next >>