Monday, October 13, 2008

Some ideas for the final year project (diploma)

Here are some ideas for the final year project for diploma students (if you are a degree student, you need to add extra features)

1. Application Terminator version 2 (Client Server Based)

Application terminator version 1 uses Visual Basic and MD5 to identify processes from task manager, get the MD5 digest and add to the list of application that you want to terminate at run time. However it is stand alone and needed to be installed at each PC.

For this project, you need to set up a server where the server is used to store the list of program that needs to be terminated. The client program just connect to the server for the list. Enhanced security for the database is also required.

Requirement: VB6 (unless you want to revamp all to VB.net), MD5, Client Server (mapping client program to server)

2. XML Mapper

An application that maps from database to XML language so that the information can be retrieved from the database and generated into an XML language. The program should be generic enough so the tags for the XML can be defined and mapped to any fields in the database.

Requirements: XML language, database (Access)

3. Online Assignment Submission System.

Design a portal with a ftp server where students can submit the soft copy of their assignment.

2 comments:

Anonymous said...

If I have to choose, I'd choose the third ones, it seems easier, does it just require codings, programming?? Can use JAVA ar??

SMS said...

You can use any language that you like, but maybe have to use ASP also.