Problem Solving and Programming Flashcards

Problem Solving and Programming Flashcards

Assessment

Flashcard

Computers

12th Grade

Medium

Created by

B McCue

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

26 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Branching

Back

A programming control structure where the code selects one or more alternative paths depending on the evaluation of a boolean expression.

2.

FLASHCARD QUESTION

Front

Functions

Back

A subroutine that can be called to perform a task or calculation and always return a value. Functions can be called in an expression, or be assigned to a variable.

3.

FLASHCARD QUESTION

Front

Global Variables

Back

A variable declared in the main program which exists outside any of the subroutines, but can be used anywhere in the program.

4.

FLASHCARD QUESTION

Front

Integrated Development Environment (IDE)

Back

A software package that allows a user to develop and implement code more easily, with features for editing, debugging, version control, testing, and compilation.

5.

FLASHCARD QUESTION

Front

Iterations

Back

A programming control structure where a set of statements is repeated either a fixed number of times or until a condition is met.

6.

FLASHCARD QUESTION

Front

Local Variables

Back

A variable declared within a subroutine of a program, which only exists and can be used within that subroutine.

7.

FLASHCARD QUESTION

Front

Modularity

Back

The technique of breaking down a complex problem into simpler, self-contained components called modules, where each module is an implementation of a specific subtask required to solve a problem.

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?