SlideShare a Scribd company logo
662326 Computer Programming                                                              Page 1 of 3

                                               แบบฝึกหดบทท่ี 5
                                                      ั
1.   ให้นักศึ กษาใช้โครงสร้ างตรรกแบบเรี ยงลําดับในการออกแบบโปรแกรมแก้ปั ญหาของนายแสดดาในการ   ํ
                                                  ํ
     กําหนดราคาขายสิ นค้า ซึ่ งได้จากราคาต้นทุน กาไร 20 % และภาษีมูลค่าเพิ่ม 7% มีรายละเอียดการคํานวณ
     ดงน้ ี
       ั
                                      ํ
                    ราคาต้นทุน 500 กาไร 20% = 500*0.2 = 100
                    ราคาขายจริ ง = (500+100) + (500+100) * 0.07 = 642
     โดยมีสิ่งที่นกศึกษาต้องทําคือ
                  ั
               PAC
               STRUCTURE CHART
               IPO CHART
               Coupling Diagram และ Data dictionary
               Flow chart
PAC
                   Given Data                                      Required Result




              Processing Required                               Solutions Alternatives




Structure Chart
662326 Computer Programming                                                Page 2 of 3

IPO Chart
      Input                   Processing     Module Reference            Output
                                                Number




Coupling Diagram




Data dictionary

   Item       Variable Name     Data Type   Module   Pseudonyms/Module     Error Check
662326 Computer Programming   Page 3 of 3


FlowChart

More Related Content

PDF
Guia didactica llibre digital
PDF
Realidade virtual
PPTX
Sesion 2
PPT
Teamwork 2 0
PPTX
Juceles diapositivas
PDF
Noves Tecnologies_Bloc II
KEY
Gestionar la informació
XLSX
Comites proyectos y celebraciones
Guia didactica llibre digital
Realidade virtual
Sesion 2
Teamwork 2 0
Juceles diapositivas
Noves Tecnologies_Bloc II
Gestionar la informació
Comites proyectos y celebraciones
Ad

Exercise 05-1-54

  • 1. 662326 Computer Programming Page 1 of 3 แบบฝึกหดบทท่ี 5 ั 1. ให้นักศึ กษาใช้โครงสร้ างตรรกแบบเรี ยงลําดับในการออกแบบโปรแกรมแก้ปั ญหาของนายแสดดาในการ ํ ํ กําหนดราคาขายสิ นค้า ซึ่ งได้จากราคาต้นทุน กาไร 20 % และภาษีมูลค่าเพิ่ม 7% มีรายละเอียดการคํานวณ ดงน้ ี ั ํ ราคาต้นทุน 500 กาไร 20% = 500*0.2 = 100 ราคาขายจริ ง = (500+100) + (500+100) * 0.07 = 642 โดยมีสิ่งที่นกศึกษาต้องทําคือ ั  PAC  STRUCTURE CHART  IPO CHART  Coupling Diagram และ Data dictionary  Flow chart PAC Given Data Required Result Processing Required Solutions Alternatives Structure Chart
  • 2. 662326 Computer Programming Page 2 of 3 IPO Chart Input Processing Module Reference Output Number Coupling Diagram Data dictionary Item Variable Name Data Type Module Pseudonyms/Module Error Check
  • 3. 662326 Computer Programming Page 3 of 3 FlowChart