Presentation is loading. Please wait.

Presentation is loading. Please wait.

Programming II Vocabulary Review Loops & functions

Similar presentations


Presentation on theme: "Programming II Vocabulary Review Loops & functions"— Presentation transcript:

1 Programming II Vocabulary Review Loops & functions

2 A loop within a loop

3 CHOOSE AN ANSWER BY CLICKING ON IT
for loop while loop nested loop

4 An iteration structure in which iterations continue indefinitely.

5 CHOOSE AN ANSWER BY CLICKING ON IT
Infinite loop Nested loop Do While loop

6 An iteration structure that repeats a statement or group of statements as long as a control expression is true at the end of the loop.

7 CHOOSE AN ANSWER BY CLICKING ON IT
Do While Loop For Loop While Loop

8 An iteration structure that repeats one or more statements a specified number of times.

9 CHOOSE AN ANSWER BY CLICKING ON IT
Do While Loop For Loop While Loop

10 An iteration structure that repeats a statement or group of statements as long as a control expression is true.

11 CHOOSE AN ANSWER BY CLICKING ON IT
While Loop Do While Loop For Loop

12 A variable declared within a function which is accessible only within that function.

13 CHOOSE AN ANSWER BY CLICKING ON IT
Global Variable Local Variable Constant

14 A statement that defines the function for the compiler.

15 CHOOSE AN ANSWER BY CLICKING ON IT
prototype identifier function

16 The availability of a variable to functions.

17 CHOOSE AN ANSWER BY CLICKING ON IT
data type constants scope

18 Data passed to a function.

19 CHOOSE AN ANSWER BY CLICKING ON IT
scope argument data

20 Functions that come with your compiler.

21 CHOOSE AN ANSWER BY CLICKING ON IT
programmer-defined functions library functions book functions

22 The End

23 Click the BUTTON to return to previous slide!!
Sorry Charlie!!! Click the BUTTON to return to previous slide!!

24 Click the BUTTON to return to previous slide!!
WOO HOO! YOU’RE RIGHT! Click the BUTTON to return to previous slide!!


Download ppt "Programming II Vocabulary Review Loops & functions"

Similar presentations


Ads by Google