We have started new website of Reference Notes where you will find Notes, Question Paper, Solution, Old is Gold, Educational Software of all level. The location is MeroSpark.com - NEB, SEE, CTEVT, Bachelor's Level Notes, Question Papers, Notices and Many more..

Showing posts with label Computer Project. Show all posts
Showing posts with label Computer Project. Show all posts

Sunday, March 17, 2013

Download HSEB Computer Science Project Class 11 | Student Final Work Assignment | Class 11

PROJECT | COMPUTER
DOWNLOAD HSEB COMPUTER PROJECT 
CLASS 11
File type : PDF
Size : 3.59 MB
Download

Click on "Download" then the docs.google.com will open then after click on "File" >>"Download" then after downloading of the file will start.

This project file contain all the description of Word Processing (Win word), Spreadsheet (MS Excel) , Presentation (MS PowerPoint), Web page Designing(HTML).

Thursday, March 14, 2013

Download Computer Science Project | Hangman Game | Class 11

COMPUTER | PROJECT
DOWNLOAD THE HANGMAN GAME PROJECT CLASS 11 | COMPUTER
CLASS : 11
File Type : ZIP
Size : 3 KB
Download

Click on "Download" to start downloading file. After download extract the zip file.

Description:
In the game of Hangman, the computer chooses a  word at random from a given list of words. This word  is the answer. The player then tries to guess the word,  by guessing one letter at a time. Whenever the user guesses a letter that is in the answer, all occurrences  of that letter are revealed to the user. The game ends  when the user has guessed every letter in the word,  before he reaches the allowed number of strikes.

Tuesday, March 12, 2013

Download Computer Project | Banking System Management | Class 12 | C++ Project

COMPUTER PROJECT | C++
DOWNLOAD COMPUTER PROJECT ON BANKING SYSTEM MANAGEMENT
CLASS : 12
File Type : ZIP
Size : 6 KB
Download

Click on "Download" to start downloading file. After downloading file extract the file.


Description:  This C++ programs on BANKING SYSTEM has account  class with data members like account number,name,deposit,  withdraw amount and type of account. Customer data is stored  in a binary file. A customer can deposite and withdraw amount  in his account. User can create, modify and delete account.