AP Computer Science Principles Review

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

A collection of flashcards covering fundamental concepts from the AP Computer Science Principles curriculum, helping students prepare for their exam.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

What is programming described as in Big Idea 1?

A collaborative and creative process that brings ideas to life through the development of software.

2
New cards

What does a computing innovation do?

Uses a computer program to take in data, transform it, and output data.

3
New cards

What is pair programming?

When two programmers develop software side-by-side at one computer on the same algorithm.

4
New cards

What is a code segment?

A smaller collection of statements that are a part of a program.

5
New cards

Define event driven programming.

A type of program that responds to events triggered by user actions, system events or other sources.

6
New cards

What is the iterative development process?

Programmers develop working prototypes of their programs and revisit stages of development.

7
New cards

What is a library in programming?

A collection of functions that can be used in different programs.

8
New cards

What is a syntax error?

Occurs when the spelling and/or punctuation rules of the programming language aren't followed.

9
New cards

What distinguishes a global variable from a local variable?

A global variable can be used anywhere in the code, while a local variable is limited to the part of the code where it was created.

10
New cards

What is the difference between lossless and lossy data compression?

Lossless compression retains all original data, while lossy compression sacrifices some data for a smaller file size.

11
New cards

What is 'data mining'?

The process of examining very large data sets to find useful information such as patterns.

12
New cards

What is a binary search algorithm?

It starts in the middle of a sorted data set and eliminates half of the data based on the search criteria.

13
New cards

What is a procedure in programming?

A group of programming instructions also known as methods or functions that can be reused.

14
New cards

What is algorithmic efficiency?

An estimate of how many computational resources an algorithm uses to solve a problem.

15
New cards

What is the purpose of a digital certificate?

To verify the identity of a website and ensure trust between websites.

16
New cards

What is targeted advertising?

An advertising method that incentivizes the collection of private information.

17
New cards

What is intellectual property?

Creations of the mind such as inventions, literary and artistic works.

18
New cards

Define plagiarism.

Taking the content of someone else and claiming it as your own.

19
New cards

What is the 'digital divide'?

The gap between those who have access to technology and those who do not.

20
New cards

What is encryption?

The process of encoding data to prevent unauthorized access.

21
New cards

What defines 'personal identifiable information'?

Information that can be used to identify an individual, such as age, race, or phone number.