What is selection in a computer? write the types of selection
Answers
Answered by
1
Answer:
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.
Answered by
3
██████████████████████████ ─██▄▀▄▀█████──██▄▀▄▀█████─ ──▀██▄█▄██▀────▀██▄█▄██▀.
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