Pseudocode:A simplified programming language that combines English-like statements with basic code structures, often used to plan or outline solutions before writing actual code.
Syntax: The set of rules that define the structure and grammar of a programming language. It determines how code should be written to be considered valid.
Debugging:The process of identifying and fixing errors or bugs in a program's code to ensure it runs correctly.