Presentation mon 9 11am

10
Programming STEPS

Transcript of Presentation mon 9 11am

Page 1: Presentation mon 9 11am

ProgrammingSTEPS

Page 2: Presentation mon 9 11am

OUTLINE Introduction

Design

Coding

Testing

Documentation

Maintenance

Conclusion

5/9/2016 2

Page 3: Presentation mon 9 11am

3

Page 4: Presentation mon 9 11am

IntroductionProgramming is creating software development. It is one of the main phases of the software development life cycle (SDLC). It consists of list of instructions for the computer to lead and complete the task of processing data regarding of informations. According to instructions, it has made up of statements that are used in a programming language including C++, Java or Visual basic.

5/9/2016 4

Page 5: Presentation mon 9 11am

SpecificationThis is the first step in programming. Here we identify the following:

Problem statementDesired outputInputsProcessing requirementsDocumenting this process

5/9/2016 5

Page 6: Presentation mon 9 11am

Design

5/9/2016 6

These are penguins~ :) Plenty of Coconut trees in Kiribati

Design has improved the way of programming involves with applying techniques into the structure in which the presentation would be organized and linked to what had been explained. It also have an outline which is called Pseudocode that describes the logical program that has to be written. Those pictures as shown here, are clarified Designation

Page 7: Presentation mon 9 11am

Documentation

5/9/2016 7

Page 8: Presentation mon 9 11am

Maintenance

5/9/2016 8

Page 9: Presentation mon 9 11am

Conclusion

5/9/2016 9

Page 10: Presentation mon 9 11am