AP Computer Science Principles Course Study Guide

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

1/33

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts and vocabulary from the AP Computer Science Principles course.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

34 Terms

1
New cards

Creativity

An important part of innovation in computer science.

2
New cards

Abstraction

Minimizing extra details to focus on pertinent information, helping to manage complexity.

3
New cards

Data/Information

Input for computing; computation translates raw data into consumable information.

4
New cards

Algorithms

Develop solutions to computational problems through precise sequences of instructions.

5
New cards

Programming

The creation of software and algorithms that enable problem-solving.

6
New cards

The Internet

A group of connected computers and servers that facilitate data exchange.

7
New cards

Global Impact

The ways computation has changed communication and problem-solving.

8
New cards

Binary

A system representing information using only two options, typically 0 and 1.

9
New cards

Protocol

A set of rules governing data exchange or transmission between devices.

10
New cards

IP Address

A number assigned to any item connected to the Internet.

11
New cards

Packet

Small chunks of information carefully formed from larger pieces.

12
New cards

Network Redundancy

Having multiple backups to ensure reliability during high usage or failure.

13
New cards

DNS (Domain Name System)

Translates domain names to IP addresses.

14
New cards

HTTP (HyperText Transfer Protocol)

The protocol used for transmitting web pages over the Internet.

15
New cards

TCP (Transmission Control Protocol)

Ensures reliable, ordered, and error-checked delivery of packets.

16
New cards

SSL (Secure Sockets Layer)

Standard security technology for establishing an encrypted link between a web server and a browser.

17
New cards

Malware

Software intended to damage or disable computers and computer systems.

18
New cards

Big Data

Datasets so large or complex that traditional methods for processing are inadequate.

19
New cards

Asymmetric Encryption

An encryption scheme where the key to encrypt data differs from the key to decrypt it.

20
New cards

Digital Divide

The gap between those with access to technology and those without.

21
New cards

Event-Driven Program

A program that runs code or functions in response to specified events.

22
New cards

Parameter

An extra piece of information you pass to a function to customize it.

23
New cards

Debugging

Finding and fixing problems in an algorithm or program.

24
New cards

Local Variable

A variable only visible within the context it was created.

25
New cards

Global Variable

A variable accessible throughout the entire program.

26
New cards

Heuristic

A problem-solving approach that finds satisfactory solutions.

27
New cards

Compression

The process of reducing the size of data.

28
New cards

Encryption

A method of encoding messages to keep them secret.

29
New cards

Decryption

The process of reversing encryption to retrieve the original message.

30
New cards

Favicon

A small icon shown in the browser's address bar next to the URL.

31
New cards

API (Application Programming Interface)

A collection of commands made available to a programmer.

32
New cards

Variable Scope

Dictates what portions of the code can 'see' or use a variable.

33
New cards

Boolean Expression

An expression that evaluates to True or False.

34
New cards

Algorithm

A precise sequence of instructions for processes that can be executed by a computer.