231402 Introduction to Programming คำสั่งในการควบคุมโปรแกรม ( ต่อ ) Chapter 4 Department of Computer Business.

Slides:



Advertisements
งานนำเสนอที่คล้ายกัน
คำสั่งควบคุมในโปรแกรม Interactive C
Advertisements

คำสั่งเงื่อนไข (Conditioning Statements)
Liang, Introduction to Java Programming, Sixth Edition, (c) 2007 Pearson Education, Inc. All rights reserved Java Programming Language.
คำสั่ง DISPLAY รูปแบบที่ 1 DISPLAY identifier-1, identifier-2 … literal-1 literal-2 [ UPON mnemonic-name ]  ตัวอย่าง DISPLAY STUDENT-NAME. DISPLAY.
1 C Programming An Introduction. 2 Preprocessing Directives เขียนได้ 2 รูปแบบ #include คอมไพเลอร์จะทำ การค้นหาเฮดเดอร์ไฟล์ที่ระบุ จากไดเร็คทอรีที่ใช้
อัลกอริทึ่มทำงานวนซ้ำ
โครงสร้างควบคุม 1. โครงสร้างควบคุมแบบวนทางเลือก
ครั้งที่ 4 “for statement”
Department of Computer Business
คำสั่งในการควบคุมโปรแกรม
Control Statement for while do-while.
การรับและการแสดงผลข้อมูล
พอยน์เตอร์ (Pointer) Chapter Introduction to Programming
ตัวแปรชุด (Array) Chapter Introduction to Programming
Lecture no. 5 Control Statements
เฉลย Lab 10 Loop.
การควบคุมทิศทางการทำงาน
Program Flow Chart.
คำสั่ง while ควบคุมการทำงานวนซ้ำ กรณีระบบงานมีลักษณะตรวจสอบเงื่อนไขก่อน แล้วเข้าสู่ส่วนลำดับงานคำสั่งที่กำหนดไว้ การเขียนคำสั่ง while ต้องกำหนดนิพจน์แบบตรรกะเป็นเงื่อนไขมีค่าในหน่วยความจำเป็น.
ผังงานโปรแกรม (Program Flowchart)
Shell Script Programming (Loop) 1 Unix Operating System Computer Science Department (FLAS-KU) - Prasertsak U. อ้างอิงจาก freeos.
BUSINESS SYSTEM ANALYST Course Description. Role of a Business Analyst  A "Business Analyst" (BA). In some companies, the BA plays a technical role with.
Week 15 C Programming.
คำสั่งเพื่อการกำหนดเงื่อนไข
Lab 8: คำสั่ง Do-While อ.ณัฐพงศ์ พยัฆคิน.
Repetitive Statements (Looping)
อ.อรวรรณ เชาวลิต For คำสั่งวนซ้ำ อ.อรวรรณ เชาวลิต
Repetitive Instruction
คำสั่งเงื่อนไขและการควบคุม
โครงสร้างควบคุม 1. โครงสร้างควบคุมแบบวนทางเลือก
คำสั่ง READ รูปแบบ READ file-name RECORD [INTO identifier] [AT END imperative- statement] ตัวอย่าง READ STUDENT-FILE AT END GO TO END-PROCESS. READ CUSTOMER-FILE.
คำสั่ง PERFORM รูปแบบที่ 1 PERFORM procedure- name-1 THROUGH procedure- name-2 THRU ตัวอย่าง PERFORM PROCESS-01. PERFORM PARA-1 THRU PARA-2.  
คำสั่งแบบมีเงื่อนไข IF Statement
WHILE..DO คำสั่งควบคุมให้ทำงานซ้ำ โดยที่ต้องตรวจสอบเงื่อนไขก่อนที่จะทำ
Repetitive Or Iterative
While by Accords (IT SMART CLUB 2006) by Accords 1.
หน่วยที่ 4: คำสั่งควบคุมโปรแกรม (Control Flow Command)
Chapter 2 Introduction to The C++ Language. Figure 2-1.
คำสั่งควบคุมการทำงาน
สุพจน์ สวัตติวงศ์ gamepad.pigcanfly.com
Chapter 5 คำสั่งควบคุมการทำซ้ำ
Chapter 7 Iteration Statement
ครูรัตติยา บุญเกิด.
คำสั่ง while และ do…while
ตัวดำเนินการในภาษาซี
หมวดวิชาคอมพิวเตอร์ โรงเรียนพะเยาพิทยาคม โดย อ.วัชระ การสมพจน์
Liang, Introduction to Java Programming, Sixth Edition, (c) 2007 Pearson Education, Inc. All rights reserved Java Programming Language.
Liang, Introduction to Java Programming, Sixth Edition, (c) 2007 Pearson Education, Inc. All rights reserved Java Programming Language.
Chapter 5 การทำซ้ำโดย while loop และ do while loop
คำสั่งควบคุมขั้นตอน Flow control statements
1 Special Operators Special Operators ตัวดำเนินการพิเศษ Increment and decrement operators Conditional Operator.
กองซ้อน ยอดกองซ้อน (stack).
คำสั่งควบคุม (Control Statements)
บทที่ 5 คำสั่งควบคุม แบบวนซ้ำ รายวิชา ง การเขียนโปรแกรมเชิง วัตถุ Reading: ใบความรู้ บทที่ 5.
Chapter 6 Repetition Structure[2] ผู้สอน อ. ยืนยง กันทะเนตร สาขาวิชาเทคโนโลยี คอมพิวเตอร์เคลื่อนที่ ng.
Computer Programming Asst. Prof. Dr. Choopan Rattanapoka
Week 5 While and Do-While loop (Control Structure 2)
รูปแบบของการใช้คำสั่ง for for( ตัวแปร = ค่าเริ่มต้น ; นิพจน์ตรรกะ ; ค่าเพิ่มหรือค่าลด ) { statement(s); } ตัวอย่าง กรณีกำหนดการวนซ้ำเป็นค่าคงที่ For(n=1;n
ผังงานโปรแกรม (Program Flowchart)
Operators & Expression ธนวัฒน์ แซ่ เอียบ. Arithmetic Operators OperationOperatorExample Value of Sum before Value of sum after Multiply *sum = sum * 2;
PHP: [5] คำสั่งควบคุม (Control statement)
หลักการโปรแกรม 1 Lecture 9: การทำซ้ำ (for).
ระบบการควบคุมการเงินของหน่วยงานย่อย พ.ศ ของ
Chapter 2 ตัวดำเนินการ และนิพจน์.
Chapter 7 ฟังก์ชัน Function.
บทที่ 7 การเขียนโปรแกรม แบบวนรอบทำซ้ำ (Loop) Part2
Operator นิพจน์และตัวดำเนินการ.
บทที่ 7 การเขียนผังงานระบบ.
ขั้นตอนการเขียนโปรแกรมคอมพิวเตอร์
ใบสำเนางานนำเสนอ:

Introduction to Programming คำสั่งในการควบคุมโปรแกรม ( ต่อ ) Chapter 4 Department of Computer Business

Introduction to Programming Department of Computer Business รูปแบบ for ( initial; condition; increment (decrement) ) statement; initial = ส่วนกำหนดค่าเริ่มต้น condition = เงื่อนไขการตรวจสอบการ ทำซ้ำ increment (decrement) = นิพจน์ที่ กำหนดการเพิ่มค่า หรือลดค่าของตัวแปร statement = กลุ่มคำสั่งที่ต้องการ ทำซ้ำ คำสั่ง for คำสั่งทำซ้ำ

Introduction to Programming Department of Computer Business examplefor (i=1; i<10; i++) printf(“%d”,i); หรือ for (i=10; i>=1; i--) printf(“%d”,i); คำสั่งทำซ้ำ

Introduction to Programming Department of Computer Business Condition Statement Yes No Initial Increment (Decrement) คำสั่งทำซ้ำ

Introduction to Programming Department of Computer Business รูปแบบ while (condition) statement; condition = เงื่อนไขการตรวจสอบการ ทำซ้ำ statement = กลุ่มคำสั่งที่ต้องการทำซ้ำ คำสั่ง while คำสั่งทำซ้ำ

Introduction to Programming Department of Computer Business examplei=1; while ( i<10 ) { printf(“%d”,i); i++; } คำสั่งทำซ้ำ

Introduction to Programming Department of Computer Business Condition Statement Yes No Initial Increment (Decrement) คำสั่งทำซ้ำ

Introduction to Programming Department of Computer Business รูปแบบ do { statement; } while (condition); condition = เงื่อนไขการตรวจสอบการ ทำซ้ำ statement = กลุ่มคำสั่งที่ต้องการ ทำซ้ำ คำสั่ง do / while คำสั่งทำซ้ำ

Introduction to Programming Department of Computer Business examplei=1; do { printf(“%d”,i); i++; } while ( i<10 ); คำสั่งทำซ้ำ

Introduction to Programming Department of Computer Business คำสั่งทำซ้ำ Condition Statement Yes No Initial Increment (Decrement)

Introduction to Programming Department of Computer Business รูปแบบ goto label; statement1; label : statement2 ; label = ตำแหน่งที่ต้องการไป statement = กลุ่มของคำสั่งที่ต้องการ คำสั่ง goto

Introduction to Programming Department of Computer Business exampleif (num == 5 ) goto end_work; printf(“num not equa 5”); end_work: printf(“num equa 5”); คำสั่ง goto

Introduction to Programming Department of Computer Business รูปแบบ break; examplefor (i=1;i<10;i++) { if (i == 5 ) break; printf(“%d”,i); } คำสั่ง break

Introduction to Programming Department of Computer Business รูปแบบ continue; examplefor (i=1;i<10;i++) { if (i == 5 ) continue; printf(“%d”,i); } คำสั่ง continue