0% found this document useful (0 votes)
60 views

CS202 Final Project

This document outlines the requirements for the CS202 final project. Students must implement a student management system using object-oriented programming concepts. The project must include a 300-word design discussion and only original work can be submitted. It must be completed by February 25, 2012. The student management system should allow users to add, remove, edit, view, list, and search students and classes. It will have a main menu to select operations on students or classes. Data should be stored in files. Students have flexibility in designing the user interface but must meet the core requirements of managing student data.

Uploaded by

An Hoang
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views

CS202 Final Project

This document outlines the requirements for the CS202 final project. Students must implement a student management system using object-oriented programming concepts. The project must include a 300-word design discussion and only original work can be submitted. It must be completed by February 25, 2012. The student management system should allow users to add, remove, edit, view, list, and search students and classes. It will have a main menu to select operations on students or classes. Data should be stored in files. Students have flexibility in designing the user interface but must meet the core requirements of managing student data.

Uploaded by

An Hoang
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

CS202: Final project

Instructor: Hunh Cng Php Affiliation: IT Faculty, Danang University of Technology I. Requirements
Project must include the following writeups: - a minimum 300 word written discussion of the major design consideration encountered when solving the specified problem. In the design considerations, discuss what the main design considerations are, why they are the main design considerations, how they are solved, and why the approach taken is valid. Think in terms of analyzing your solution! This means discussing the efficiency of the approach as well as the efficiency of the resulting code. - Each student is expected to submit only original work. Any person who violates this will receive a grade of F for the course. Note that the Instructor may ask any student to explain his/her assignment verbally. Project should be completed and submitted before February 25, 2012

II. Project subject


Implement your final project of Student Management, using mandatorily OOP aspects that youve learned in the course CS202. You can choose C++ or Java for writing it. The project requirements are followings: - basic functions of the program consist of add/remove/edit/view/list/search (a) student(s) - the first screen displays a main menu similar to the following one: Student Management ================== 1. List all classes 2. Add/remove/edit a class 3. Add/remove/edit/show a student 4. List all students of a class 5. Search 6. Exit Please Enter Required Option: User will choose a menu item to perform an operation by entering a corresponding number. For example, when user enters 3, the program will display a sub menu as follows: Student Management ================== 1. Add a student 2. Remove a student 3. Edit student 4. Show detailed students information 5. Back to Main menu 6. Exit Please Enter Required Option:

If user enters 1, for example, then the program displays a form allowing user to enter information of a student as follows. Add a student ================== Name: Day of birth: Id number: Math: CS202: CS203:

Hint: - However, youre not obligated to follow exactly the above suggestions. Youre completely free to design and implement your final project as long as using OOP and meeting the requirements of a Student Management project. - You should use FILE (or iostream in Java) to store data of the project

Gooooooood luuuuuuuuuuuuuuuck ! -----------End---------

You might also like