Dental Clinic Project
Dental Clinic Project
Dental Clinic Project
1- Instructions to Students:
• The project consists of 4 phases and is worth 15% of the total mark.
• Phases will be submitted on the following dates:
• Students must follow conventional naming and programming syntax as well as providing
clear, concise comments where appropriate.
• Students will be assessed on documenting the code, interface design, organization,
methodology, error checking and logic.
• Students should make sure to handle a situation in which the user enters input in a
format different from what they think (all caps, all lowercase, etc.)
We have some templates from last semester you can ask your lab instructor to show them to
you.
1
3- Areas which will be scored and you usually miss them:
4- Bonus (1 Grade)
We have some templates from last semester you can ask your lab instructor to show them to
you.
5- Remarks:
• At the final presentation, each member should present her own work.
• Project grading will be on individual work but some marks will be on teamwork.
2
KING SAUD UNIVERSITY
COLLEGE OF COMPUTER AND INFORMATION SCIENCES
INFORMATION TECHNOLOGY DEPARTMENT
PLAGIARISM
Plagiarism is the presentation by a student of an assignment that has been copied in whole or in part
from another student’s work, or from any other source (eg published books or internet sites) without
proper acknowledgment in the text. (Your code may have ONLY 5% code from the internet with proper
acknowledgment).
CONSEQUENCES OF PLAGIARISM
In any case where a student has been involved in plagiarism this will be reported to the Dean. It may be
reported to Student Administration and recorded on the student’s academic file.
In any case where a student has been involved in plagiarism in an assessable task the marks awarded
for that task will be -15, and no substitution of an alternative task will normally be permitted. In Addition,
penalties may include failing the course and exclusion from the University.
DECLARATION
We declare that this submission is our own work and does not involve plagiarism.
Team Leader:
Lecturer: Signature:
Lab instructor(s): Signature(s):
Date:
3
Your system should contain two interfaces (administrator and user).
Your system at minimum should include the followings functions but you should search for
similar system and add more functions.
2. Search by Doctor:
_ Input: Doctor Name from combo box.
_ Action: retrieve Doctor Information.
_ Output: Doctor Information will be displayed.
3. Search by Specialization:
_ Input: select Specialization (brushing teeth, braces, dental implants, teeth whitening) from combo
box.
_ Action: retrieve information of Doctors in this specialty.
_ Output: Doctors Information will be displayed.
4
Example of how your program should look like: