Download presentation
Presentation is loading. Please wait.
Published byBenny Sudjarwadi Modified over 5 years ago
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!!
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.