Pseudocode helps to plan and organize the logic of a program before writing the actual .

Recursion is a programming technique where a function calls within its own code.

Binary search is an efficient algorithm for finding a specific in a sorted list.

Input is used to ensure that user input meets certain criteria.