Unit 7 AP CSP

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

1/29

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

API

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

2
New cards

artificial intelligence

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

3
New cards

back propagation

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

4
New cards

centralized

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

5
New cards

copyright

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

6
New cards

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

7
New cards

CSV

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

8
New cards

decentralized

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

9
New cards

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.

10
New cards

DMCA

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

11
New cards

DRM

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

12
New cards

fair use

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

13
New cards

GeoJSON

a standard data file format to represent geographical data.

14
New cards

JSON

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

15
New cards

machine learning

Algorithms that learn intelligent behavior from lots of training data.

16
New cards

neural network

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

17
New cards

open access

unrestricted access and unrestricted reuse

18
New cards

peer-to-peer

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

19
New cards

Big Data

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

20
New cards

data science

refers to manipulating large data sets to gain information from them

21
New cards

correlation

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

22
New cards

Spreadsheet

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

23
New cards

Metadata

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

24
New cards

cleaning data

a process that makes the data uniform without changing its meaning

25
New cards

Synchronous data

when the data is accessed immediately

26
New cards

Asynchronous data

storing and retrieving data won’t happen immediately

27
New cards

CloudDB

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

28
New cards

Overflow

when there are too many bits being stored

29
New cards

Floating-point representation

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

30
New cards

Round off error

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