Final answer:
The 6 types of coding controls are: Syntax control, Input control, Output control, Arithmetic control, Loop control, and Conditional control.
Step-by-step explanation:
The 6 Types of Coding Controls
- Syntax control: Ensures that the code follows the correct structure and rules of the programming language.
- Input control: Handles the input of data into the program.
- Output control: Manages the display or storage of program outputs.
- Arithmetic control: Performs mathematical calculations and operations within the program.
- Loop control: Repeats a block of code multiple times until a certain condition is met.
- Conditional control: Executes specific blocks of code based on certain conditions or logical expressions.