You are on page 1of 9

2023

PAT

Information Tech
PHASE 1
7/25/2023
Contents
TASK DEFINITION...............................................................................................................................1
SOLUTION..........................................................................................................................................1
DATABASE..........................................................................................................................................1
USER REQUIREMENTS:..........................................................................................................................4
Database Design:...............................................................................................................................5
Text files and Arrays:.........................................................................................................................5
TEXTFILES:.............................................................................................................................................5
ARRAYS:.............................................................................................................................................5
NAVIGATION:.....................................................................................................................................5
Data structures:.................................................................................................................................6
Database design:...............................................................................................................................6
Admintbl............................................................................................................................................6
Guesttbl.............................................................................................................................................7
Usertbl...............................................................................................................................................7
GUI DESGN:.......................................................................................................................................7

TASK DEFINITION

In this days we live in cars are the main problem in our environment,
but not all cars but some of them it have bad impact on the
destruction of natural resources which are natural resources that we
should care about.
Secondly it have a
bad effect on the
global warming
especially old cars
there are run by
consuming fuel and
energy. It also affect
human health in this
case it the diesel
engine which are responsible for emitting high level of pollutes which
acts as air Bourne particles. THIS particles causes irritation and
allergies in our skin and eyes. It also consume more fuel and by that
in future their will be straggling with it

SOLUTION

In that system that will solve this problem it will help a lot because it
will reduce the use of cars that are effecting the environment badly.
Many option will be optional to choose in this system. The main
thing is that people will use different transport that will be listed in
our program. The cars that are going to be use are transport that are
electrical cars , solar panel cars and other transport that doesn’t
affect the environment. Furthermore if you have a that use fuel it will
be taken.
DATABASE:

The app will have 3 databases, Guest, User,Item.The admin table will
consist of the fields, AdminID, Adminusername, AdminSurname,

AdminCellno, AdminCity .
USER REQUIREMENTS:

Edit cars available

User
Admin

Log in as admin

Choose car/bicycle to use

View cars available


Database Design:

Text files and Arrays:

TEXTFILES:
The program or app will use a text file called usernames.txt that will contain all
the user names of all the users that have an account in or with the app.

ARRAYS:
It will also use an array that will store the items that will be sold at
the shop such as led lights and reusable bags.

NAVIGATION:
WELCOME PAGE

USER PAGE GUEST PAGE

INFORMATION INFORMATION
PAGE PAGE

OFFER
PAGE

Data structures:
Database design:
Admintbl

FIELD DATA TYPE FIELD


NAME SIZE
ADMIN AUTONUMBE LONGER
LOCATION R INTEGER
ADMIN SHORT TEXT 20
NICKNAM
E
ADMIN SHORT TEXT 10
NUMBER
ADMIN ID SHORT TEXT 13

Guesttbl

FIELD NAME DATA TYPE FIELD SEIZE


GUEST NAME SHORT TEXT 25
GUESTSURNAM SHORT TEXT 25
E
GUESTID SHORT TEXT 13

Usertbl
FIELD NAME DATA TYPE FIELD SEIZE

UserName SHORT TEXT 225


UserSurname SHORT TEXT 225
UserEmail SHORT TEXT 225
UserPassword SHORT TEXT 225

GUI DESGN:

You might also like