AP CSP Spring 2024 Final Exam Study Guide

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

1/60

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:09 PM on 5/20/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

61 Terms

1
New cards

Computing Device

A physical artifact that can run a program. Ex. computers, tablets, servers, routers, and smart systems.

2
New cards

Computing System

A group of computing devices and programs working together for a common purpose

3
New cards

Computing Network

A group of interconnected computin devices that begins at the sender and ends at the receiver

4
New cards

Path

A sequence of directly connected computing devices capable of sending or receiving data. A type of computing system

5
New cards

Bandwidth

The maximum amount of data that can be send in a fixed amount of time over a computer network is

6
New cards

Protocol

An agreed-upon set of rules that specify the behavior of a system

7
New cards

IP Address

Unique numbers

8
New cards

Internet Protocol (IP)

A protocol for sending data across the Internet that assigns IP addresses to each connected device

9
New cards

Router

A type of computer that forwards data across a network

10
New cards

Packet

An encapsulated chunk of data passed through a network

11
New cards

Redundancy

the inclusion of extra components that can be used to mitigate failure of a system if other components fail

12
New cards

Fault tolerant

when a system can support failures and still continue to function. This is important because elements of complex systems fail at unexpected times, often in groups

13
New cards

HTTP

a protocol used by the World Wide Web, which uses the internet

14
New cards

Domain Name System (DNS)

the system responsible for translating domain names into IP addresses

15
New cards

Internet

A computer network consisting of interconnected networks that use standardized, open (nonproprietary) communication protocols

16
New cards

World Wide Web

An information system on the internet which allows documents to be connected to other documents by HTTP links

17
New cards

Digital Divide

Differing access to computing devices and the internet based on socioeconomic, georaphic, or demographic characteristics

18
New cards

Metadata

Data about data

19
New cards

Citizen Science

scientific research conducted in whole or part by distributed individuals who are not necessarily scientists who contribute relevant data to researh via computing devices

20
New cards

Cleaning Data

a process that makes data uniform without changing their meaning

21
New cards

Correlation

a relationship between two pieces of data, typically referrin to the amount that one relates to another

22
New cards

malware

software intended to damage a computing system or to take partial control over its operation

23
New cards

rogue access point

a wireless access point that gives unauthorized access to secure networks

24
New cards

encryption

the process of encoding data to prevent unauthorized access

25
New cards

decryption

the process of decoding encrypted data

26
New cards

symmetric key encryption

uses one key for both encryption and decryption

27
New cards

public key encryption

pairs a public key for encryption and a private key for ecryption

28
New cards

multi-factor authentication

a method of computer access control in which a user is only granted access after several separate pieces of evidence

29
New cards

Computer Virus Scanning Software

Protects a computing system against infection.

30
New cards

Algorithm

A finite set of instructions that accomplish a specific task

31
New cards

Linear Search

Check each element of a list in order until the desired value is found or all elements in the list have been checked

32
New cards

Binary search

starts at the middle of a sorted data set of numbers and eliminates half the data. Repeat until found or all eliminated

33
New cards

Reasonable time

algorithms with a polynomial efficiency or lower

34
New cards

Unreasonable time

algorithms with exponential or factorial efficiencies

35
New cards

heuristic

an approach to a problem that produces a solution that is not guaranteed to be optimal but optimal would be impractical

36
New cards

decision problem

a problem with a yes/no answer

37
New cards

optimization problem

a problem with the goal of finding the best solution among many

38
New cards

undecidable problem

a decision problem for which no algorithm can be constructed that is always capable of finding a correct yes/no answer

39
New cards

Sequential computing

a computational model in which operations are performed in order one at a time. A sequential solution takes as long as the sum of all of its steps

40
New cards

crowdsourcing

the practice of obtaining input of information from a large number of people via the internet

41
New cards

information

the collection of facts and patterns extracted from data

42
New cards

data bias

data that does not accurately reflect the full population of phenomenon being studied

43
New cards

data filtering

choosing a smaller subset of a data set to use for analysis

44
New cards

list

an ordered sequence of elements

45
New cards

element

an individual value in a list that is assigned a unique index

46
New cards

index

a common method for referencing the elements in a list or a string using natural numbers

47
New cards

iteration

a repeating portion of an algorithm; a specified number of times or until a given condition is met

48
New cards

infinite loop

occurs when the ending condition will never evaluate to true

49
New cards

traversal

accessing some/all elements in a list (for loop processing a list)

50
New cards

data abstraction

manage complexity in a program by giving a collection of data a name without referening the specific details of the representation

51
New cards

parameter

an input variable of a procedure. Allows functions to be generalized, enabling the functions to be reused with a range of input values or arguments

52
New cards

argument

specifies the value of the parameter when a function is called

53
New cards

return

used to return the flow of control to the point where the procedure was called and return the value of an expression

54
New cards

procedural abstraction

provides a name for a process and allows a procedure to be used only knowing what it does, not how it does it

55
New cards

library

contains functions that may be used in creating more programs

56
New cards

API

specifications for how the functions in a library behave and can be used

57
New cards

modularity

the subdivision of a computer program into separate subprograms

58
New cards

computing innovation

Includes a program as an integral part of its function. physical or nonphysical.

59
New cards

Personally Identifiable Information (PII)

information about an individual that identifies, links, relates, or describes them

60
New cards

phishing

a technique that attempts to trick a user into providing personal information

61
New cards

keylogging

the use of a program to record every keystroke made by a computer user in order to gain access to passwords and other confidential information