Computer Science, asked by maitripatel30, 2 months ago

explain different types of selection in computer ​

Answers

Answered by rajeaiswarya907
4

Answer:

So, the condition to select the appropriate code to run may be 'is lives > 0'. There are 2 types of selection that you need to learn for GCSE: IF.. THEN .. ELSE ..

A selection is used to make choices depending on information. An algorithm can be made smarter by using IF, THEN, and ELSE functions to reiterate instructions, or to move the process in question to different parts of the program. Selection is also called a decision.

Similar questions