Computer Programming Concepts (Snap! - Midterm)

Computer Programming Concepts (Snap! - Midterm)

Assessment

Flashcard

Computers

12th Grade

Hard

Created by

Marc Imrie

Used 90+ times

FREE Resource

Student preview

quiz-placeholder

37 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Algorithm

Back

A set of steps for carrying out a specific task, used extensively in computer programming to arrive at a solution to various problems. A real-world example is a recipe.

2.

FLASHCARD QUESTION

Front

Source code

Back

The actual text used to write instructions for a computer program, which is then translated into something meaningful that the computer can understand.

3.

FLASHCARD QUESTION

Front

Events

Back

An action or occurrence detected by a program, such as user actions or system occurrences, that results in instructions being carried out. Events can be user actions, such as clicking a mouse button or pressing a key, or system occurrences, such as running out of memory.

4.

FLASHCARD QUESTION

Front

Command

Back

A unique word/statement used to perform a specific operation, like 'print' to display text on the screen.

5.

FLASHCARD QUESTION

Front

Loops

Back

A segment of code that executes repeatedly, sometimes based on a condition, to perform tasks repeatedly.

6.

FLASHCARD QUESTION

Front

Iteration

Back

When a process or sequence in a computer program is repeated, often using loops, to approach a solution. The number of ____ can dependent on the code and/or the conditions being checked.

7.

FLASHCARD QUESTION

Front

Conditionals

Back

A set of code that executes only if a certain condition is true, allowing programs to work differently each time they run.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers