Programming Concepts Flashcards

Programming Concepts Flashcards

Assessment

Flashcard

Computers

7th Grade

Hard

Created by

Billie Hodan

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FLASHCARD QUESTION

Front

For Loop

Back

Loops that have a predetermined beginning, end, and increment (step interval).

2.

FLASHCARD QUESTION

Front

Variable

Back

A label for a piece of information used in a program.

3.

FLASHCARD QUESTION

Front

Function

Back

A piece of code that you can easily call over and over again.

4.

FLASHCARD QUESTION

Front

Conditionals

Back

Statements that only run under certain conditions.

5.

FLASHCARD QUESTION

Front

Loop

Back

The action of doing something over and over again.

6.

FLASHCARD QUESTION

Front

Algorithm

Back

A list of steps to finish a task.

7.

FLASHCARD QUESTION

Front

Event

Back

An action that causes something to happen.