Important terminologies:
- Structured Programming: A method of writing organized code using loops, functions, and control structures.
- Function: A block of code performing a specific task.
- Array: A collection of elements stored in consecutive memory locations.
- Loop (For/While): A control structure to repeat tasks.
- Algorithm: A step-by-step procedure to solve a problem.
No comments:
Post a Comment