Unit 7 AP CSP

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 29

flashcard set

Earn XP

30 Terms

1

API

The Application Programming Interface for a program or web service defines how other programs can communicate with it and use it.

New cards
2

artificial intelligence

A branch of computer science that works on creating machines and programs that exhibit human-like intelligence.

New cards
3

back propagation

A algorithm that repeatedly adjusts the connections (weights) between the nodes in the neural network

New cards
4

centralized

when the resources and workload are coordinated and managed by a centralized computer (server)

New cards
5

copyright

a legal right that grants the creator of an original work exclusive rights for its use and distribution

New cards
6

creative commons

a set of licenses that allow creators to communicate which rights they reserve, and which rights they waive for the benefit of recipients or other creators

New cards
7

CSV

A simple text format for data files is to put each row on a separate line with the column separated by commas.

New cards
8

decentralized

when the allocation of resources and workload are distributed to individual devices on a network

New cards
9

deep learning

A type of very successful machine learning algorithm using neural networks with many layers to learn data representations on its own from massive amounts of data.

New cards
10

DMCA

US copyright law that criminalizes production and dissemination of technology, devices, or services intended to circumvent measures that control access to copyrighted works

New cards
11

DRM

various access control technologies that are used to restrict usage of proprietary hardware and copyrighted works

New cards
12

fair use

limited use of copyrighted material without having to first get permission from the copyright holder

New cards
13

GeoJSON

a standard data file format to represent geographical data.

New cards
14

JSON

a standard data file format used widely on the web where data objects are represented using lists and attribute-value pairs.

New cards
15

machine learning

Algorithms that learn intelligent behavior from lots of training data.

New cards
16

neural network

A computer system modeled on simple neurons in the human brain.

New cards
17

open access

unrestricted access and unrestricted reuse

New cards
18

peer-to-peer

a distributed architecture or network that divides tasks between peers, each of which participate in the application

New cards
19

Big Data

 large enough data sets that are too large to fit in a normal computer

New cards
20

data science

refers to manipulating large data sets to gain information from them

New cards
21

correlation

a statistical measure that indicates that two or more variables fluctuate together

New cards
22

Spreadsheet

document where the data is arranged in rows and columns; used to filter and clean digital data

New cards
23

Metadata

data about data; allows data to be structured and organized for finding, organizing, and managing information

New cards
24

cleaning data

a process that makes the data uniform without changing its meaning

New cards
25

Synchronous data

when the data is accessed immediately

New cards
26

Asynchronous data

storing and retrieving data won’t happen immediately

New cards
27

CloudDB

 web-based database service; shared among users on multiple devices running the same app since it stores data online in the cloud

New cards
28

Overflow

when there are too many bits being stored

New cards
29

Floating-point representation

a number is multiplied by a base thats raised by an exponent

New cards
30

Round off error

difference between exact precise answer and result given by algorithm using exact arithmetic

New cards
robot