Saved Bookmarks
| 1. |
1 What is an if-statement? Give two examples2.What is loop?3. What is selection statement?4.What is control structure?5. What are backdrop and sprite?6.What are the types of loop? Define each of them.7Why are coordianters important? |
|
Answer» Answer: Flow of control through any given function is implemented with three basic types of control STRUCTURES: Sequential: default mode. ... Selection: used for decisions, BRANCHING -- choosing between 2 or more ALTERNATIVE paths. ... Repetition: used for looping, i.e. repeating a piece of code multiple TIMES in a row. Explanation: hope this HELPS you |
|