COT 3400 - Week 1 (Wed): Properties of Algorithms & Homework 1

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/5

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key concepts from the lecture notes on algorithm properties and related activities.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

Input

The data provided to an algorithm as its starting point for processing.

2
New cards

Output

The result produced by an algorithm after processing the input.

3
New cards

Definiteness

Each step of an algorithm is clearly defined and unambiguous.

4
New cards

Finiteness

An algorithm terminates after a finite number of steps.

5
New cards

Effectiveness

All operations are basic, clearly described, and feasible to perform with available resources.

6
New cards

Survival Protocol

Homework activity: choose a task (fuel, parts, robots), apply search/sort/classify, and provide pseudocode plus a walkthrough.