Computer Science, asked by juliemitrukatayal, 6 months ago

1 What is an if-statement? Give two examples
2.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?​

Answers

Answered by skmadhuri114
1

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

Similar questions