IGCSE Computer Science - Algorithms

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

1/9

flashcard set

Earn XP

Description and Tags

Flashcards covering key vocabulary and concepts related to algorithms as discussed in the IGCSE Computer Science lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Algorithm

A precise set of rules or instructions to solve a specific problem or task.

2
New cards

Structure Diagram

A visual representation showing hierarchical top-down design, dividing problems into sub-problems.

3
New cards

Flowchart

A visual tool using shapes to represent functions, showing input/output, processes, decisions, and flow of control.

4
New cards

Pseudocode

A text-based tool that uses short English statements to describe an algorithm, offering structured yet flexible writing.

5
New cards

Input

The data given to the algorithm for processing.

6
New cards

Output

The data produced by the algorithm after processing the input.

7
New cards

Flow of Control

The order in which individual statements, instructions, or function calls are executed in a program.

8
New cards

Subroutine

A set of instructions designed to perform a frequently used operation, can be called from multiple places in a program.

9
New cards

Count

A variable commonly used to keep track of the number of iterations or items processed in algorithms.

10
New cards

Grade

An assignment of quality received based on performance measures, often categorized as A, B, C, D, E, F.