Computer Science Part I-projects

Project Topics For Computer Science

Application for receiving orders for printing digital photographs
A customer can have a set of digital photographs in his desktop which he/she wants to print. He/she can provide the application the path to the folder where the photographs are stored and can choose the photos that he/she wants to print and choose the size of the prints. The application will calculate the price after downloading the price information from the database for the different print sizes and show it to the user. The user will enter his/her credit card/other payment option (or choose any other mode of payment) and shipping information if he/she wants to go ahead with the order. If the credit card information is found correct, the photos are uploaded to the server and a purchase order is created in the database.
1)PROJECT DOC. – CLICK HERE
2)STUDENT KIT. – CLICK HERE
Lost Articles and Letters Reconciliation System
A Post Office wants to improve its efficiency by delivering the lost letters and lost articles (which are sent in parcels) in a short period of time. Currently it takes about 3 months for a lost letter or a lost article to reach the correct destination. A machine reads addresses on letters. The ones, which could not be read by machine, are sorted by human intervention. Even after this, the address is not readable, it becomes a lost letter. Articles that fall out of the parcel become lost articles. When the sender/receiver calls up or contacts the post office for their letter/article, a manual note is made and then this note is sent to the warehouse where lost articles and lost letters are kept. The reconciliation process of finding the lost letter/article is manual and sometimes wrong letter/article(s) is sent.
1)PROJECT DOC. – CLICK HERE
2)STUDENT KIT. – CLICK HERE
HTTP Caching Proxy Server

A proxy acts as an intermediary agent between its clients and the servers which they want to access, performing functions directed towards a variety of purposes, like security, caching, etc, in its capacity as an intermediary. Specifically, caching HTTP Proxy Servers are intermediate servers, which maintain a cache of Internet objects like html files, image files, etc which are obtained via HTTP.
1)PROJECT DOC. – CLICK HERE
2)STUDENT KIT. – CLICK HERE
Interest Calculation system for a retail bank

Consider a retail bank which collects money from customers and in return gives them an interest at pre determined rate. Our objective is to automate this process of interest calculation. The system developed should calculate interest daily for each account having balance more than zero at the correct interest rate. This interest calculated will be cumulatively stored in a table which will be updated every day. Remember that the balance on which interest is calculated daily will change because the customer may deposit or withdraw money. Every month the cumulative interest calculated will be credited to the customer. After this point of time the cumulative interest stored should be set to zero because the customer has benefited for the period specified. Before interest is credited to the customer’s account tax should be debited from the interest according to prevalent government laws.
1)PROJECT DOC. – CLICK HERE
2)STUDENT KIT. – CLICK HERE
Campaign Information System
An insurance company wants to start campaigns for its new products to be sold to the prospective customers. Campaign means advertising of the products through channels like Tele marketing, letters, signboards, TV Commercials, etc. There are different campaigns for different products and there is a specific period for each campaign.
Before the campaign starts, estimates are made on sales to be achieved, budget allocation for each campaign and variance allowed (%) both for sales and budget. When the actual data is captured, the actual variance(%) is calculated. The difference between the actual and the estimated variance gives the insurance company an insight into their estimation and it helps in making strategic decisions about budgets and campaign periods.
You have to develop the system, which captures the above functionality. It is an intranet application
1)PROJECT DOC. – CLICK HERE
2)STUDENT KIT. – CLICK HERE
Cross platform IDE for Unix based C systems
The objective of the application is to provide an integrated-development environment comprising of editing, compiling and debugging tools for C-C++ programs on UNIX platform. The project will have a user-friendly GUI which can be run from windows desktop. The project shall support source- file editing and save changes to the UNIX system via FTP connection. The editor will support Syntax highlighting, data type recognition and other features desirable for a program editor. The UNIX system compiler and debugger will be used and the interface to the UNIX host can be established via file transfer or socket communication .
1)PROJECT DOC. – CLICK HERE
2)STUDENT KIT. – CLICK HERE
Workflow based Complaint Management System (where the complaints are received through emails)
An organization’s customers may have complaints about its products. They will be given an email id for each product, where they can send an email when they have a complaint to register. The emails will get converted to complaints and get assigned to the persons handling that product. The complaints can be assigned to different persons and will get tracked to closure. The person handling the complaint will have the facility to communicate with the customer via emails through the system.
1)PROJECT DOC. – CLICK HERE
2)STUDENT KIT. – CLICK HERE
Auto-summarization tool
Auto-summarization is a technique used to generate summaries of electronic documents. This has some applications like summarizing the search-engine results, providing briefs of big documents that do not have an abstract etc. There are two categories of summarizers, linguistic and statistical. Linguistic summarizers use knowledge about the languange (syntax/semantics/usage etc) to summarize a document. Statistical ones operate by finding the important sentences using statistical methods (like frequency of a particular word etc). Statistical summarizers normally do not use any linguistic information.
In this project, an auto-summarization tool is developed using statistical techniques. The techniques involve finding the frequency of words, scoring the sentences, ranking the sentences etc. The summary is obtained by selecting a particular number of sentences (specified by the user) from the top of the list. It operates on a single document (but can be made to work on multiple documents by choosing proper algorithms for integration) and provides a summary of the document. The size of the summary can be specified by the user when invoking the tool. Pre-processing interfaces are there to handle the following document types: Plain Text, HTML, Word Document.
1)PROJECT DOC. – CLICK HERE
2)STUDENT KIT. – CLICK HERE
Web based Reward Points Management System
Company ABC has an internet based product called Infobar, which allows users to view useful links from different sites on topics of his/her interest To encourage the usage of the Infobar, the company has a reward point scheme. 10 points are rewarded on usage of Inforbar for 1 hr. When a user accumulates over 100 points, he can redeem them for a gift of his choice. This project aims at building a Reward Points Management System for the customer support team of the company. Objectives are to build.
1)PROJECT DOC. – CLICK HERE
2)STUDENT KIT. – CLICK HERE
System to automate payroll processing in an organization
Consider a medium sized IT establishment which manages its own payroll requirements. This project will aim to develop an automated system to pay employees their monthly wages. The system should store employee salary details and leave allowance. At the end of the month the system should automatically credit the employee’s bank account with their salary. Income tax and loan payments should be deducted at source and appropriate accounts credited. Salary slips should also be generated. This system can be integrated with Leave and loan systems to give a holistic solution to the organization.
1)PROJECT DOC. – CLICK HERE
2)STUDENT KIT. – CLICK HERE
This entry was posted in , , , , . Bookmark the permalink.

Leave a reply