Maheen Hannan Candidate Number: 6709 Centre Number: 11049
BTEC LEVEL 3 IT UNIT 6: ASSESSMENT 2
Programming
ST FRANCIS XAVIER COLLEGE
,Maheen Hannan BTEC LEVEL 3 IT Unit 3: Assessment 1 12/10/2015
Contents
Introduction ............................................................................................................................................ 2
What is this assessment about?............................................................................................. 2
The context. ........................................................................................................................... 2
Task 1 ...................................................................................................................................................... 3
Inputs...................................................................................................................................... 3
Outputs................................................................................................................................... 4
Processing .............................................................................................................................. 5
Flow chart ............................................................................................................................... 6
Structure chart ....................................................................................................................... 7
The IPOS ................................................................................................................................. 7
User Interface ......................................................................................................................... 9
Pseudo Code......................................................................................................................... 10
Testing .................................................................................................................................. 12
Review. ................................................................................................................................. 15
Waterfall model. .................................................................................................................. 16
The program. ........................................................................................................................ 17
1
, Maheen Hannan BTEC LEVEL 3 IT Unit 3: Assessment 1 12/10/2015
Introduction
What is this assessment about?
This assessment is based on programming and how programs work in different events.
The context.
In this project I have been informed by a local software house to create a program that can
be used by builders to produce estimates for new jobs. The first phase of this project is to
produce forms, check calculations and that an estimate can be printed. The program itself
must be able to calculate the total cost of all the materials, the number of miles worked
(mileage), and the number of hours (total hours) worked. The program should also be able
to the 1 mile = £2.50 and that the VAT added is 20%. Furthermore the program should also
allow the user ways of selecting a discount at the values of 0%, 5%, 10% and 20%.
Finally all these data and information must be printed onto an accessible document showing
all the figures, the document must look professional.
2
BTEC LEVEL 3 IT UNIT 6: ASSESSMENT 2
Programming
ST FRANCIS XAVIER COLLEGE
,Maheen Hannan BTEC LEVEL 3 IT Unit 3: Assessment 1 12/10/2015
Contents
Introduction ............................................................................................................................................ 2
What is this assessment about?............................................................................................. 2
The context. ........................................................................................................................... 2
Task 1 ...................................................................................................................................................... 3
Inputs...................................................................................................................................... 3
Outputs................................................................................................................................... 4
Processing .............................................................................................................................. 5
Flow chart ............................................................................................................................... 6
Structure chart ....................................................................................................................... 7
The IPOS ................................................................................................................................. 7
User Interface ......................................................................................................................... 9
Pseudo Code......................................................................................................................... 10
Testing .................................................................................................................................. 12
Review. ................................................................................................................................. 15
Waterfall model. .................................................................................................................. 16
The program. ........................................................................................................................ 17
1
, Maheen Hannan BTEC LEVEL 3 IT Unit 3: Assessment 1 12/10/2015
Introduction
What is this assessment about?
This assessment is based on programming and how programs work in different events.
The context.
In this project I have been informed by a local software house to create a program that can
be used by builders to produce estimates for new jobs. The first phase of this project is to
produce forms, check calculations and that an estimate can be printed. The program itself
must be able to calculate the total cost of all the materials, the number of miles worked
(mileage), and the number of hours (total hours) worked. The program should also be able
to the 1 mile = £2.50 and that the VAT added is 20%. Furthermore the program should also
allow the user ways of selecting a discount at the values of 0%, 5%, 10% and 20%.
Finally all these data and information must be printed onto an accessible document showing
all the figures, the document must look professional.
2