Sie sind auf Seite 1von 15

SYNOPSIS

ON

HARDWARE TROUBLESHOOTER

BACHELOR OF COMPUTER APPLICATION

BY

APURVA MAURYA ROLL NO - 16052106008

MODERN GIRLS COLLEGE OF PROFESSIONAL STUDIES


Affiliated to University of Lucknow
Viram Khand-5 ,Gomti Nagar, Lucknow.
HARDWARE TROUBLESHOOTER
INTRODUCTION

In this modern era, everyone is aware about technology and having the latest devices like computers and
laptops. Computers have touched every part of our lives: the way we work ,the way we learn ,the way
we live. It is almost impossible to go through a single day without encountering a computer. When our
computer misbehaves or it encounters a problem, its useful to know how to troubleshoot problems.
That way we will not have to run to computer repair store for every issue that arises. Troubleshooting is
the process of solving a problem or determining a problem to an issue related to computer hardware.
Hardware troubleshooter.com is a website created to resolve computer hardware problems. On this
website, the person can get the solution to small problems related to their PCs and Laptops. The
problems related to computer hardware can be solved through this website.

OBJECTIVE

To allow users to gain access related to hardware of computer system


To provide an online system for computer hardware troubleshooting
To reduce time by attempting hardware troubleshooting through website
To save effort and time of users
To save money
To provide a friendly user interface
PLANNING

ACTIVITY CHART

Start

Coding Testing
Requirement GUI design
gathering (10 days) (4 days)
(7 days)
(2 days)

Database Implementation
Specification description
requirement (2 days)
(8 days)
(2 days)

Report Maintenance
Analysis preparation
(3 days)
(4 days) (7 days)

End
GANTT CHART

ACTIVITY START END 1-5 6-10 11-15 16-20 21-25 26-30


DATE DATE
Requirement 1-09-17 2-09-17
Gathering
Analysis 1-09-17 4-09-17
Software 1-09-17 2-09-17
Requirement
Specification
GUI design 6-09-17 12-09-17
Report 6-09-17 12-09-17
preparation
Database 6-09-17 13-09-17
Description
Coding 12-09-17 21-09-17
Testing 22-09-17 25-09-17
Implementation 26-09-17 27-09-17
Maintenance 28-09-17 30-09-17
HARDWARE AND SOFTWARE REQUIREMENT

HARDWARE REQUIREMENT
Processor Intel (R) Pentium (R) [minimum-Pentium 4 or Dual core]
RAM 2GB [minimum-1GB]
Hard disk 500GB [minimum-500 GB]
Monitor type Colored Monitor
Keyboard Multimedia Keyboard
Mouse Optical Mouse

SOFTWARE REQUIREMENT
Operating System Windows 7 Ultimate [minimum-Windows XP]
Fronted WAMP Server
Backend My SQL
Server Language - PHP
Presentation Language HTML
Web Designing Server Apache
Scripting Language Java Script
Styling Language CSS
Text Editor MS Word
Presentation Software MS PowerPoint
CONTEXT FLOW DIAGRAM

MAIN

Admin User

Forget password
Register

No Forget password
Login

Yes

No Login
Add information
Yes
View information
Change password

Edit information
View information

Delete information Query post

View query View solution

Post solution to information View profile

information
View users Edit profile

Logout
Delete users

Change password

Logout
USE-CASE DIAGRAM:-
Register

Forget password

Login

Change password

View information

User Query post

View solution

View profile

Edit profile

Logout
Forget password

Add information

View information

Login

Admin Edit information

Delete information

View query

Solution to query

View user

Delete user

Change password

Logout
ENTITY RELATIONSHIP DIAGRAM

Name
User name Password User name Password

1 N
manage User
Admin

1 N

manage search

N N

Information

Information Information
id content

Information Information comment


title Actual category
information
DATA FLOW DIAGRAM

0 Level DFD:-

Hardware Troubleshooter Database

Query Response

HARDWARE
INPUT Information Result OUTPUT
TROUBLESHO
Data -OTING Report
1 LEVEL DFD:

USER DFD

1 Login detail 2
User Details
Register Login

3 Register query Register response Password details

Forget
New password Login query
password
request Login response
4
New password
response Change
10 password
USER DATABASE
Logout

Details for
Change password query
Logout editing
details Change password response

9 5
View profile request Edit profile query Edit
View
profile View profile response Edit profile response profile

Information
Profile details
details

8 7 6
Solution details Query details
View Query post View
solution information

Query request Query response


Solution query Information query
Solution response
Information response

INFORMATION DATABASE
ADMIN DFD

1 2
Admin Login details User detail
Login View user

3 Login response
Login query Details for
Forget deletion
password New password request User detail response
passpp New password User detail request
response
4
12 ADMIN AND USER DATABSASE Delete user
Logout
Deletion query
Information
Logout Deletion response
details
details

11 Change password query 5


Change password response Information query
Change Add
password information
Information response

Password Solution response


Information
detail Solution query
detail
INFORMATION DATABASE
10
Information 6
Solution to Deletion query
query View
query
Information information
View query response
response Information
Solution
View query Deletion query Information response Information
to query
request response for editing

9 8 7

View query Delete Edit


Query Information
information information
detail for deletion
DATABASE DESCRIPTION

Administration Login Table:

Attributes Data types Size Constraints


Username varchar 25 Primary key
Password varchar 15 Not null

User Register Table:-

Attributes Data types Size Constraints


Username varchar 25 Primary key
Password varchar 15 Not null
Name varchar 50 Not null

Information Table:-
Attributes Data types Size Constraints
Information_id char 10 Primary key
Information_title varchar 50 Not null
Actual_information varchar 100 Not null
Information_category varchar 50 Not null
Information_comment varchar 100 Optional

Query Table:-

Attributes Data types Size Constraints


Username varchar 25 Primary key
Date varchar 8 Not null
Time varchar 4 Not null
Query varchar 100 Not null
Solution_to_query varchar 100 Not null
MODULE DESCRIPTION
Admin:
Login:-allows admin to login
Add Information:- allow to add information
View Information:-allow to view information
Edit Information:- allow to edit information
Delete Information:-allow to delete information
View Query:- allow to view query
Post solution to Query:-allow to post solution to query
View Users:-allow to view users details
Delete Users:-allow to delete users
Change password:-allow to change password
Logout:-allow admin to logout

Users:
Register:-allow user to register
Login:-allow user to login
Change Password:-allow to change password
View Information:-allow to view information
Query Post:-allow to post query
View Solution:-allow to view solution
View Profile:-allow to view profile
Edit Profile:-allow to edit profile
Logout:-allow user to logout

Das könnte Ihnen auch gefallen