AP CSP Unit 0 & Unit 1 Vocabulary

5.0(1)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/68

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

69 Terms

1
New cards

Creativity

One of the seven big ideas - the use of the imagination or original ideas.

2
New cards

Abstraction

One of the seven big ideas - technique in computing that hides detail, makes more complicated ideas simpler, and collects a bunch of ideas into a single idea.

3
New cards

Data and Information

One of the seven big ideas - emphasizes how computers are used to analyze data and create new knowledge.

4
New cards

Algorithms

One of the seven big ideas - the process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.

5
New cards

The Internet

One of the seven big ideas - a global computer network providing a variety of information and communication facilities, consisting of interconnected networks using standardized communication protocols.

6
New cards

Global Impact

One of the seven big ideas - focuses on how computing and technology has impacted our world positively and negatively.

7
New cards

Computer Science

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

8
New cards

Imagination Age

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

9
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

10
New cards

Program

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

11
New cards

Programming

The action or process of writing computer programs.

12
New cards

RAM

Random Access Memory consists of tiny electrical circuits that dynamically store frequently used program instruction to increase speed of the system.

13
New cards

Compilation

The process of source code being translated into machine code.

14
New cards

Compiler

A program that translates high level, human-readable languages into a corresponding string of 1s and 0s for computer processing.

15
New cards

Bit

Short for binary digit - a single binary value, either 0 or 1.

16
New cards

Central Processing Unit (CPU)

The processor or brains of the computer where calculations take place.

17
New cards

Source Code

Programs written in high-level languages.

18
New cards

Machine Code

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

19
New cards

Hardware

Physical components of a computer built using multiple levels of abstraction, such as transistors, logic gate chips, memory, motherboard, special purpose cards, and storage devices.

20
New cards

Primary Storage

Main storage or memory that stores data for quick access by the computer's processor (RAM)

21
New cards

Secondary Storage

External/Auxiliary memory such as a USB flash drive, hard drive, etc.

22
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.

23
New cards

Create Performance Task

One of the two performance tasks on the AP CSP exam, where you'll create a program of your own.

24
New cards

Explore Performance Task

One of the two performance tasks, where you'll research and report on a computing innovation.

25
New cards

Computational Thinking

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

26
New cards

Innovating

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

27
New cards

Iteration

Repeatedly applying a process with the goal of coming closer and closer to a solution

28
New cards

Iterative Development Process

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

29
New cards

Debug

To identify and remove errors from a computer program.

30
New cards

Algorithm

A process or set of instructions to be followed in calculations or other problem solving operations.

31
New cards

Sequencing

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

32
New cards

Iteration

Repetition - one complete step of a loop, repeated until a certain condition is met.

33
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.

34
New cards

Imperative Statement

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

35
New cards

Descriptive qualifier

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

36
New cards

Natural Language

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

37
New cards

Artificial Language

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

38
New cards

Ambiguity

Uncertainty or being open to more than one interpretation.

39
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.

40
New cards

High-Level Language

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

41
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.

42
New cards

Compilation

The process of source code being translated into machine code.

43
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.

44
New cards

Sprite

An object in Scratch that performs functions through scripting.

45
New cards

Stage

The background of a project in Scratch which can have scripts, backdrops, sound, etc.

46
New cards

Costume

The appearance of a sprite.

47
New cards

Motion Blocks

Medium-blue colored blocks used to control a sprite's movement in Scratch.

48
New cards

Reporter Blocks

A block in Scratch with round edges that contains a value (numbers, sentences, etc.) and can be used inside other blocks.

49
New cards

Looks Blocks

Purple-colored blocks of code in Scratch that are used to control a sprite's appearance.

50
New cards

Sensing Blocks

Light-blue colored Boolean blocks that are used to detect different factors of a project such as touching.

51
New cards

Operator Blocks

Light-green colored blocks of code used to handle strings and math equations in Scratch.

52
New cards

Events

Blocks of code that trigger corresponding behavior (example: Green Flag - starts program)

53
New cards

Broadcast

When blocks of code are executed at a given time by communicating (or broadcasting) a message.

54
New cards

Input

User interaction with a program via clicking, mouse movement, or keyboard entry.

55
New cards

Storage

What the computer "stores" or needs to remember to execute a program.

56
New cards

State

A description of what the computer is doing or the values of variables at any given moment.

57
New cards

Attributes

A descriptor used to describe the state, such as the x- or y-position.

58
New cards

Process

The program code and current activity that is being executed in a computer program.

59
New cards

Position

The x and y coordinates on the stage in Scratch.

60
New cards

Placeholder

A variable for a particular value or attribute.

61
New cards

Variable

A placeholder to store a particular value or attribute such as x and y in an algebraic equation or calculation.

62
New cards

Placeholder

A variable for a particular value or attribute.

63
New cards

Integer

A whole number; a number that is not a fraction that is used in programs.

64
New cards

Character

A single letter, digit, or symbol that can be a type of variable.

65
New cards

String

A series of characters at any length. Can be a type of variable.

66
New cards

Boolean Values

A variable to represent true or false.

67
New cards

Array

Lists of other variables.

68
New cards

Floating Point Number

A number that may have digits after the decimal place. Can be a type of variable.

69
New cards

Declaring Variables

Creating variables in a programming language