Posts

Showing posts from 2019

SRS (SYSTEM REQUIREMENT SPECIFICATION)

SRS (SYSTEM REQUIREMENT SPECIFICATION) FACEBOOK Definition - A SRS is a specification of the software system which provides complete and structured description of the system's requirement, behavior, interfaces, including all functional use cases and non-functional requirements. Let's us have a closer look at each of the section and subsection in the IEEE 830 standard for SRS and later develop a sample SRS for a problem statement. Section 1: Introduction This section broadly provides the background and lays the ground work of the software. It contains the following subsections. Purpose: It explains the main purpose and the intended audience of the SRS. Scope : It provides pointed brief description of the high-level functionality of the software and explains the broad goals of the intended software. Definition, Acronym/Abbreviation: It defines all the main terms and provides the acronyms used throughout the SRS References: All supporting documents ...

Advanced TIC TAC TOE game in JAVA

Image
ADVANCED TIC-TAC-TOE GAME  Here in this blog we are going to talk about the very classic vintage game TIC TAC TOE. It is a 2-player game. There is a 3*3 board game cells  where the player have to mark the position randomly  in the cells.  Here the entries made by two special sign-X and O. Difference from other tic-tac-toe game Very Attractive GUI Let the player to know about the turn. Replay button enables to clear all entries and make sure of the replay of the game Very easy coding  Very simple Programming Logic Future Scope           This game can be further extended and evolve with some new features in near future.           Till now enjoy game and beat your friends with your best logical moves. Development Procedures          This game is developed using the java swing and awt feature in NetBeans IDE. ScreenShots This is the initial S...

ATM STIMULATOR PROJECT

ATM    STIMULATION    PROJECT This project aims at the automation of Banking System in which user can easily deposit, withdraw, check balance, generate pin, etc and much more facilities. This project basically developed for bank automation system and for user convenience.                               Broadly speaking we are illustrating its silent features and use in this automated world. There are total 11 classes in this project. Each and every class perform some distinctive function. Now the questions arise how a user who is unknown to this system could access it. Basically when user run this project in their system then there will be a frame named login opened. This is for those users who have their existing account in the bank. For new user there is a signup button provided. And the project wizard will open and guide the user to open new account. Features of this...

PAYROLL SYSTEM PROJECT SOURCE CODE ABSOLUTELY FREE

In this blog we are providing the source code of the automated payroll system in zip folder.  Prerequisites to execute code are mentioned down below:- IDE(Integrated Development Environment) MYSQL server pre-installed on your system Brief overview of this project                                         The Payroll System Project aims at the automation in the various organisations for automated calculation of wages,salaries,stipends etc. It is a desktop application. This projects can be easily extended over time in terms of payment procedures. The enterprise or organisation can pay wages, salaries etc. directly into their bank account. Here below we are providing the brief features of this projects. So go down through it.           Features of this projects Authorization of user required. This project provides login interface w...