1 / 24

Programming II Vocabulary Review Loops & functions

Learn about different iteration structures, including for loop, while loop, and nested loop, and understand the concept of functions in programming.

gipson
Télécharger la présentation

Programming II Vocabulary Review Loops & functions

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Programming IIVocabulary 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. Sorry Charlie!!! Click the BUTTON to return to previous slide!!

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

More Related