AP CSP

0.0(0)
studied byStudied by 3 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Algorithm

A step-by-step set of instructions for accomplishing a task.

2
New cards

Bug

Errors in code that prevent the program from running as expected.

3
New cards

High-level Language

A programming language that is close to human language, making it easier to read and write.

4
New cards

Compiler/Interpreter

Translates high-level code into machine code that the computer can understand.

5
New cards

Algorithm

A step-by-step set of instructions for accomplishing a task.

6
New cards

Bug

Errors in code that prevent the program from running as expected.

7
New cards

High-level Language

A programming language that is close to human language, making it easier to read and write.

8
New cards

Compiler/Interpreter

Translates high-level code into machine code that the computer can understand.

9
New cards

Programming

The process of planning and writing code.

10
New cards

Statements

Actions or calculations that change the state of a program.

11
New cards

Functions

Keywords or commands recognized by the programming language.

12
New cards

Variables

Containers for storing data values.

13
New cards

Loops

Instructions that repeat until a condition is met.

14
New cards

Conditional Statements

Conditions that determine which code to execute.

15
New cards

Decomposition

Breaking down a complex problem into smaller, manageable parts.

16
New cards

Debugging

Finding and correcting errors in a program.

17
New cards

Abstraction

The ability of a program to adapt and respond to different situations.

18
New cards

String

A sequence of characters.