Tuesday, December 9, 2014

Flowchart (รูปแบบการเขียนผังงาน)

                                           
                     Flowchart (รูปแบบการเขียนผังงาน)


Sequence
The flowchart above demonstrates a sequence of steps. The reader would start at the Start shape and follow the arrows from one rectangle to the other, finishing at the End shape. 
A sequence is the simplest flow charting construction. You do each step in order. If your charts are all sequences, then you probably don't need to draw a flowchart. You can type a simple list using your word processor. The power of a flowchart becomes evident when you include decisions and loops.  

Rf-flow allows you to number your shapes if you wish. Run Rf- Flow and click on ToolsNumber Shapes, and put a check mark in Enable numbers for the entire chart. You can also choose to have a number or not in each individual shape and you can quickly renumber your chart at any time.





Decision 




This structure is called a decision, "If Then.. Else" or a conditional. A question is asked in the decision shape. Depending on the answer the control follows either of two paths. In the chart above, if the temperature is going to be less than freezing (32 degrees Fahrenheit) the tomatoes should be covered. Most Rf-flow stencils include the words "Yes" and "No" so you can just drag them onto your chart. "True" and "False" are also included in most of the flow-charting stencils





Loop or Iteration


This structure allows you to repeat a task over and over. The red chart above on the left does the task and repeats doing the task until the condition is true.  The green chart on the right checks the condition first and does the task while the condition is true. It is not important that you remember whether the loop is a "Do While" or "Repeat Until" loop, only that you can check the condition at the start of the loop or at the end. You can also have the conditions reversed and your loop is still a structured design loop. A slight variation of the above is the "For each...do the following" loop shown below.











.
ผังงานแบบลำดับ        

ผังงานแบบลำดับ (sequential flowchart) เป็นผังงานที่มีโครงสร้างการกระทำตามลำดับกิจกรรมก่อนหลังที่เรียงเป็นลำดับต่อเนื่องกันไปเรื่อย ๆ การเขียนผังงานแบบลำดับจะเป็นโครงสร้างที่ง่ายที่สุดเหมาะสำหรับงานที่ไม่มีความซับซ้อน ไม่มีการตรวจสอบเงื่อนไข และไม่ต้องการทำงานซ้ำ ๆ แต่ในบางครั้งผังงานแบบลำดับมักจะไปรวมอยู่ในผังงานแบบเลือก และแบบทำซ้ำในกรณีที่มีกิจกรรมทำงานต่อเนื่องกันไปเรื่อย ๆ โดยส่วนมากจะเป็นการจัดวาง กิจกรรมจากบนลงล่าง และจากซ้ายไปขวา




ผังงานทางเลือก/กระทำตามเงื่อนไข                                                                      
การทำงานแบบทางเลือก (Selection) หรือเรียกอีกอย่างหนึ่งว่า การทำงานแบบตัดสินใจ (Decision) นั่นคือเราสามารถให้โปรแกรมเลือกทำงานอย่างใดอย่างหนึ่งโดยใช้เงื่อนไขเป็นตัวกำหนดการทำงานตามคำสั่ง โดยทั่วไปโปรแกรมจะกำหนดเอาไว้ว่าถ้าเงื่อนไขเป็นจริงโปรแกรมจะไปทำงานอย่างหนึ่ง แต่ถ้าเงื่อนไขเป็นเท็จโปรแกรมก็จะไปทำงานอีกอย่างหนึ่ง นั่นก็หมายความว่า โปรแกรมจะเลือกทำงานทิศทางใดทิศทางหนึ่งเท่านั้น เช่น เมื่อเราขับขี่รถไปถึงทางสามแยก เราจะต้องตัดสินใจไปทางใดทางหนึ่ง ไม่สามารถวิ่งไปทั้งสองทางได้ในเวลาเดียวกัน

ในชีวิตประจำวันของเราก็มีทางเลือกให้เราทำอยู่มากมาย เช่นจะออกจากบ้านวันนี้จะใส่ชุดอะไร จะไปทานข้าวร้านไหนดี จะซื้อหนังสือเล่มไหน จะนั่งด้านหน้าหรือหลังชั้นเรียน เป็นต้น โดยทางเลือกแต่ละอย่างก็จะมีเงื่อนไขเป็นตัวกำหนดว่าจะไปทางใด                                                                                           
ผังงานการทวนซ้ำ

โครงสร้างนี้ช่วยให้คุณสามารถที่จะทำซ้ำงานกว่าและมากกว่าแผนภูมิสีแดงด้านบนด้านซ้ายไม่งานและการทำซ้ำงานจนกระทั่งเงื่อนไขเป็นจริงแผนภูมิสีเขียวบนขวาตรวจสอบสภาพครั้งแรกและไม่งานในขณะที่เงื่อนไขเป็นจริง มันไม่ได้เป็นสิ่งสำคัญที่คุณจำได้ว่าไม่ว่าจะเป็นห่วงก็คือ "ทำในขณะที่" หรือ "ทำซ้ำจนกระทั่ง" วงเดียวที่คุณสามารถตรวจสอบสภาพที่จุดเริ่มต้นของวงหรือที่ส่วนท้าย นอกจากนี้คุณยังสามารถมีเงื่อนไขที่ตรงกันข้ามและห่วงของคุณยังคงเป็นห่วงการออกแบบโครงสร้างการเปลี่ยนแปลงเล็กน้อยข้างต้นคือ "สำหรับแต่ละ ... ทำต่อไปนี้" วงที่แสดงด้านล่าง

Wednesday, December 3, 2014

Personal Information: Like doll.
Name: Sahaphap Sakcharoenchai
Age: 14 years old
Address: 6/564-7 Road.M Ramkumhang 2  Sub-area Dokmai      Area . Pawait    Bangkok 10250
Birthday: 29 September 2000
Hobbies: Swimming and play computer game.
Attached Picture :


















My name is bun,I love to study. In the future I want to be a doctor.