14
Techniques for Representing the Design of the Solution Karina Joyce E. Limbo

Techniques for representing the design of the solution lis 118

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Techniques for representing the design of the solution lis 118

Techniques for Representing the Design of the Solution

Karina Joyce E. Limbo

Page 2: Techniques for representing the design of the solution lis 118

Design of Solutions

• Acquiring• Inputting• Validating• Storing• Processing• Retrieving• Outputting• Communicating• Disposing of data

Page 3: Techniques for representing the design of the solution lis 118

Representing a Solution

• The choice of technique is influenced by several factors..including the nature of the problem, the software to be used and the level of expertise of the users..

Page 4: Techniques for representing the design of the solution lis 118

Techniques for representing solutions

Symbols using the Flowchart

Page 5: Techniques for representing the design of the solution lis 118

Flowcharts

• It should always have a start point and a single clearly identified end point, or series of end points.

Page 6: Techniques for representing the design of the solution lis 118
Page 7: Techniques for representing the design of the solution lis 118
Page 8: Techniques for representing the design of the solution lis 118

Pseudocode

• It uses what is known as ‘structured English’ to represent the steps in a solution.

Page 9: Techniques for representing the design of the solution lis 118

STARTACQUIRE (collect) dataINPUT dataVALIDATESTORE dataRETRIEVE dataPROCESS dataOUTPUT informationCOMMUNICATE informationDISPOSE of information or data as needed

END

Page 10: Techniques for representing the design of the solution lis 118

Structure Charts

• It shows the overview of the solution to problems that involve various levels or processing options.

Page 11: Techniques for representing the design of the solution lis 118
Page 12: Techniques for representing the design of the solution lis 118

Layout design sheets

• It includes a range of detail on a design sheet: name of sheet , date of construction, name of author, colors, position of text, input and display fields, action and command buttons, links and navigation.

Page 13: Techniques for representing the design of the solution lis 118
Page 14: Techniques for representing the design of the solution lis 118

THANK YOU