Flowol key terms - flash cards

Flowol key terms - flash cards

Assessment

Flashcard

Computers

6th Grade

Hard

Created by

E Walsh

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Algorithm

Back

A step-by-step set of instructions a computer follows to solve a problem or complete a task.

2.

FLASHCARD QUESTION

Front

Sequence

Back

The order in which instructions or steps happen in a program.

3.

FLASHCARD QUESTION

Front

Selection

Back

A decision-making process in a program where the computer chooses between different options (e.g., using "if" statements).

4.

FLASHCARD QUESTION

Front

Repetition

Back

A part of a program that repeats instructions multiple times, often using loops (e.g., "while" or "for" loops).

5.

FLASHCARD QUESTION

Front

Variable

Back

A storage place in a program that holds a value, which can change while the program runs.

6.

FLASHCARD QUESTION

Front

Input

Back

Data or information that is given to a computer, like typing on a keyboard or clicking a button.

7.

FLASHCARD QUESTION

Front

Output

Back

Data or information that a computer gives back, like showing text on a screen or playing a sound.

8.

FLASHCARD QUESTION

Front

Sub-routine

Back

A smaller set of instructions within a program that can be used multiple times to avoid repeating code (also called a function or procedure).