240 likes | 251 Views
Learn about different iteration structures, including for loop, while loop, and nested loop, and understand the concept of functions in programming.
E N D
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
CHOOSE AN ANSWER BY CLICKING ON IT • prototype • identifier • function
CHOOSE AN ANSWER BY CLICKING ON IT • data type • constants • scope
CHOOSE AN ANSWER BY CLICKING ON IT • scope • argument • data
CHOOSE AN ANSWER BY CLICKING ON IT • programmer-defined functions • library functions • book functions
Sorry Charlie!!! Click the BUTTON to return to previous slide!!
WOO HOO! YOU’RE RIGHT! Click the BUTTON to return to previous slide!!