Programming II Vocabulary Review Loops & functions
A loop within a loop
CHOOSE AN ANSWER BY CLICKING ON IT for loop while loop nested loop
An iteration structure in which iterations continue indefinitely.
CHOOSE AN ANSWER BY CLICKING ON IT Infinite loop Nested loop Do While loop
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.
CHOOSE AN ANSWER BY CLICKING ON IT Do While Loop For Loop While Loop
An iteration structure that repeats one or more statements a specified number of times.
CHOOSE AN ANSWER BY CLICKING ON IT Do While Loop For Loop While Loop
An iteration structure that repeats a statement or group of statements as long as a control expression is true.
CHOOSE AN ANSWER BY CLICKING ON IT While Loop Do While Loop For Loop
A variable declared within a function which is accessible only within that function.
CHOOSE AN ANSWER BY CLICKING ON IT Global Variable Local Variable Constant
A statement that defines the function for the compiler.
CHOOSE AN ANSWER BY CLICKING ON IT prototype identifier function
The availability of a variable to functions.
CHOOSE AN ANSWER BY CLICKING ON IT data type constants scope
Data passed to a function.
CHOOSE AN ANSWER BY CLICKING ON IT scope argument data
Functions that come with your compiler.
CHOOSE AN ANSWER BY CLICKING ON IT programmer-defined functions library functions book functions
The End
Click the BUTTON to return to previous slide!! Sorry Charlie!!! Click the BUTTON to return to previous slide!!
Click the BUTTON to return to previous slide!! WOO HOO! YOU’RE RIGHT! Click the BUTTON to return to previous slide!!