FlowChart

Flowchart  (โฟลวชาร์ต) การแสดงขั้นตอนการทำงานโดยใช้สัญลักษณ์รูปภาพเป็นตัวสื่อความหมาย รูปภาพแต่ละรูปจะมีความหมายเฉพาะตัว และใช้ลูกศรกำหนดทิศทางการทำงานในแต่ละขั้นตอน

สัญลักษณ์รูปภาพของโฟลวชาร์ต รูปภาพ ความหมาย

start-stop-flowchart-algorithm-programmingจุดเริ่มต้น (start) หรือจุดสิ้นสุด (stop)

input-output-flowchart-algorithm-programmingรับข้อมูล (input) หรือแสดงผลข้อมูล (output)

input-from-keyboard-flowchart-algorithm-programmingรับข้อมูลนำเข้าจากคีย์บอร์ด (Input from keyboard)

process-flowchart-algorithm-programmingการคำนวณ (Process)

Decision-compare-flowchart-algorithm-programmingการตัดสินใจ (Decision) หรือ การเปรียบเทียบ (compare)

printer-flowchart-algorithm-programmingแสดงผลข้อมูลออกทางเครื่องพิมพ์ (printer)

subprogram-flowchart-algorithm-programmingการทำงานย่อย (subprogram)

connection-flowchart-algorithm-programmingจุดเชื่อมต่อ (connection)

flow-up-flowchart-algorithm-programmingflow-down-flowchart-algorithm-programmingflow-right-flowchart-algorithm-programmingflow-left-flowchart-algorithm-programmingทิศทาง (Flow)

สัญลักษณ์รูปภาพของโฟลวชาร์ต นี้เป็นเพียงบางส่วนที่มีการใช้งานบ่อย ๆ เท่านั้น สัญลักษณ์รูปภาพของโฟลวชาร์ตยังมีอีกมากมาย

ให้ความเห็น