Basic Programming Concepts

Basic Programming Concepts

Assessment

Flashcard

Computers

10th Grade

Hard

Created by

David Anderson

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Definite iteration

Back

A process that repeats a set number of times.

2.

FLASHCARD QUESTION

Front

Indefinite iteration

Back

A process that repeats until a certain condition is met.

3.

FLASHCARD QUESTION

Front

Iteration

Back

Repeating the same process several times in order to achieve a result.

4.

FLASHCARD QUESTION

Front

Loop

Back

A repeated process.

5.

FLASHCARD QUESTION

Front

Nesting

Back

Placing one set of instructions within another set of instructions.

6.

FLASHCARD QUESTION

Front

Selection

Back

The principle of choosing what action to take based on certain criteria.

7.

FLASHCARD QUESTION

Front

Sequence

Back

The principle of putting the correct instructions in the right order within a program.

8.

FLASHCARD QUESTION

Front

Syntax

Back

The rules of how words are used within a given language.