Ap computer science terms

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

Citizen Science

1 / 86

flashcard set

Earn XP

87 Terms

1

Citizen Science

Scientific research involving non-scientists who contribute data using their own devices.

New cards
2

Cleaning Data

Process of standardizing data without changing its meaning.

New cards
3

Correlation

Relationship between two data pieces and how one varies concerning the other.

New cards
4

Crowdsourcing

Gathering information from a large online community.

New cards
5

Information

Facts and patterns derived from data.

New cards
6

Data bias

Data inaccurately representing the full population.

New cards
7

Data filtering

Selecting a subset of data for analysis.

New cards
8

Parameter

Variable in a function definition.

New cards
9

Argument

Value passed to a parameter.

New cards
10

Return

Used to go back to the calling point in a function.

New cards
11

Procedural abstraction

Using procedures without knowing their internal workings.

New cards
12

Library

Collection of functions for program creation.

New cards
13

API

Specifications for library function usage.

New cards
14

Problem

General task description solvable with an algorithm.

New cards
15

Algorithm

Set of instructions for a task.

New cards
16

Sequencing

Ordering steps in an algorithm.

New cards
17

Selection

Choosing next steps in an algorithm.

New cards
18

Iteration

Repeating steps in an algorithm.

New cards
19

Efficiency

Measure of steps needed for an algorithm.

New cards
20

Linear Search

Algorithm checking each list element sequentially.

New cards
21

Binary Search

Algorithm dividing a sorted list to find a value.

New cards
22

Reasonable Time

Algorithms with polynomial efficiency.

New cards
23

Unreasonable Time

Algorithms with exponential or factorial efficiency.

New cards
24

Heuristic

Provides a practical solution to a problem.

New cards
25

Decision Problem

Problem with a yes/no answer.

New cards
26

Optimization Problem

Problem finding the best solution.

New cards
27

Undecidable Problem

Problem with no algorithm for a correct answer.

New cards
28

Sequential Computing

Programs running commands in order.

New cards
29

Parallel Computing

Programs running pieces simultaneously.

New cards
30

Distributed Computing

Programs running on multiple devices.

New cards
31

Speedup

Ratio of sequential to parallel task completion time.

New cards
32

List

Ordered collection of elements.

New cards
33

Element

Value in a list with a unique index.

New cards
34

Index

Number referencing list elements.

New cards
35

Iteration

Repeating steps in an algorithm.

New cards
36

Infinite loop

Loop with a condition never becoming true.

New cards
37

Traversal

Accessing each list item sequentially.

New cards
38

Data abstraction

Simplifying data complexity.

New cards
39

Expression

Combination of operators and values evaluating to a value.

New cards
40

Assignment Operator

Changes variable values.

New cards
41

Variable

Named reference to a value.

New cards
42

String

Ordered character sequence.

New cards
43

Boolean Value

True or false data type.

New cards
44

Comparison Operators

Indicate Boolean expressions.

New cards
45

Logical operator

Evaluates to a Boolean value.

New cards
46

Conditional Statement

Executes based on Boolean expression.

New cards
47

Function

Named set of programming instructions.

New cards
48

Function Call

Executes function code.

New cards
49

User Interface

Software interaction inputs and outputs.

New cards
50

Input

Data sent to a program for processing.

New cards
51

Output

Data sent from a program.

New cards
52

Program Statement

Command or instruction.

New cards
53

Program

Collection of statements running sequentially.

New cards
54

Sequential Programming

Statements running in order.

New cards
55

Event Driven Programming

Statements triggered by events.

New cards
56

Documentation

Written code description.

New cards
57

Comment

Program documentation not affecting execution.

New cards
58

Pair Programming

Collaborative coding style.

New cards
59

Debugging

Finding and fixing program issues.

New cards
60

Development process

Steps to create software.

New cards
61

Event

Action-triggered program input.

New cards
62

Computing Device

Machine running programs.

New cards
63

Computing System

Devices and programs working together.

New cards
64

Computing Network

Interconnected devices exchanging data.

New cards
65

Path

Connections between devices on a network.

New cards
66

Bandwidth

Maximum data transfer rate.

New cards
67

Protocol

Rules specifying system behavior.

New cards
68

IP Address

Unique device number on the Internet.

New cards
69

Internet Protocol (IP)

Data transmission protocol.

New cards
70

Router

Forwards data across a network.

New cards
71

Packet

Data chunk sent over a network.

New cards
72

Redundancy

Extra components for system reliability.

New cards
73

Fault Tolerant

System functioning despite component failures.

New cards
74

HTTP

Protocol for web page transmission.

New cards
75

Internet

Interconnected computer network.

New cards
76

World Wide Web

Linked system of pages and files.

New cards
77

Digital Divide

Unequal access to technology.

New cards
78

Binary

Representation using two options.

New cards
79

Bit

Basic unit of computer information.

New cards
80

Byte

8 bits.

New cards
81

Overflow Error

Error from representing a large number.

New cards
82

Round-off Error

Error from overly precise number representation.

New cards
83

Analog Data

Continuously changing data.

New cards
84

Digital Data

Discrete data values.

New cards
85

Sampling

Creating digital data from analog by measuring at intervals.

New cards
86

Lossless Compression

Reducing data size without losing information.

New cards
87

Lossy Compression

Reducing data size with some information loss.

New cards

Explore top notes

note Note
studied byStudied by 9 people
... ago
5.0(1)
note Note
studied byStudied by 6 people
... ago
5.0(1)
note Note
studied byStudied by 15 people
... ago
5.0(1)
note Note
studied byStudied by 3 people
... ago
5.0(1)
note Note
studied byStudied by 113 people
... ago
5.0(6)
note Note
studied byStudied by 10 people
... ago
5.0(1)
note Note
studied byStudied by 10 people
... ago
5.0(1)
note Note
studied byStudied by 18 people
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (40)
studied byStudied by 134 people
... ago
5.0(1)
flashcards Flashcard (64)
studied byStudied by 13 people
... ago
5.0(1)
flashcards Flashcard (27)
studied byStudied by 7 people
... ago
5.0(1)
flashcards Flashcard (66)
studied byStudied by 61 people
... ago
5.0(1)
flashcards Flashcard (35)
studied byStudied by 38 people
... ago
5.0(1)
flashcards Flashcard (42)
studied byStudied by 4 people
... ago
5.0(1)
flashcards Flashcard (42)
studied byStudied by 5 people
... ago
5.0(2)
robot