AP Computer Science Principles Vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

flashcard set

Earn XP

Description and Tags

A complete set of vocabulary flashcards covering key computer science principles and programming concepts from the AP CSP lecture notes.

Last updated 1:17 PM on 9/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

computer science

the study of the ideas, ways of thinking, languages, software, and hardware needed to solve problems with computers.

2
New cards

Imagination Age

a theoretical period beyond the information age where creativity and imagination will become the primary creators of economic value.

3
New cards

Information Age

a shift in human history from traditional industry to an economy based on information computerization using analysis and thinking - AKA: Digital Age

4
New cards

program

a systematic plan or sequence of instructions for a computer to solve a problem.

5
New cards

programming

the action or process of writing computer programs.

6
New cards

computational thinking

understanding the logic and processes computers use to solve problems and run programs.

7
New cards

innovating

the process of imagining something that does not yet exist, but that has potential value, and making it real through the application of design, implementation, and production

8
New cards

iteration

repeatedly applying a process with the goal of coming closer and closer to a solution; or repetition - one complete step of a loop, repeated until a certain condition is met.

9
New cards

iterative development process

the process by which computer programs are designed, developed and tested in repeated cycles

10
New cards

debug

to identify and remove errors from a computer program

11
New cards

algorithm

a finite set of instructions that accomplish a specific task.

12
New cards

sequencing

executes statements one at a time - in order, one after another.

13
New cards

selection

uses "if…then" to tell a computer how to select a step or to tell the sequence that it should be executed.

14
New cards

imperative statement

a command statement with a verb phrase that indicates an operation to perform (example: move forward).

15
New cards

descriptive qualifier

a specific adverb or adjective that further qualifies or limits the meaning of a word (example: left shoe).

16
New cards

natural language

a complex, but structured language, both written and spoken, that has evolved naturally in humans through use, repetition, and adaptation.

17
New cards

binary

machine code that is a direct, low-level translation from the high-level source code, and is a pattern of 0s and 1s.

18
New cards

abstraction

the process of removing or suppressing details to create a manageable level of complexity.

19
New cards

artificial language

a limited size language, usually developed by a small group for specific purposes. Usually much simpler and structured.

20
New cards

ambiguity

uncertainty or being open to more than one interpretation.

21
New cards

visual programming language

a programming language that lets users drag and drop icons into organized blocks of code to create programs rather than typing text.

22
New cards

high-level language

a programming language that is easier for humans to read, write, and parse. Guaranteed to be unambiguous.

23
New cards

low-level language

a programming language that has little or no abstraction and communicates closely to the hardware using machine language. Less natural for humans.

24
New cards

compilation

the process of source code being translated into machine code.

25
New cards

bit

binary digit - a 0 or 1.

26
New cards

source code

programs written in high-level languages.

27
New cards

machine code

machine-level instructions that are uniquely read by computer processors using patterns of 1s and 0s.