1/5
Vocabulary flashcards covering key concepts from the lecture notes on algorithm properties and related activities.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Input
The data provided to an algorithm as its starting point for processing.
Output
The result produced by an algorithm after processing the input.
Definiteness
Each step of an algorithm is clearly defined and unambiguous.
Finiteness
An algorithm terminates after a finite number of steps.
Effectiveness
All operations are basic, clearly described, and feasible to perform with available resources.
Survival Protocol
Homework activity: choose a task (fuel, parts, robots), apply search/sort/classify, and provide pseudocode plus a walkthrough.