3.1.1 - 3.2.3 APCSE

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

spreadsheets

A program that helps efficiently organize and find trends in information.

2
New cards

information

The collection of facts and patterns extracted from data.

3
New cards

correlation

An association between two or more things. Digitally processed data may show a correlation between variables. A correlation found in data does not necessarily indicate that a causal relationship exists. Additional research is needed to understand the exact nature of the relationship.

4
New cards

continuous

Varying smoothly from one value to another. Opposite of discrete.

5
New cards

analog

A continuous method of representing information.

6
New cards

discrete

Jumping from one value to another without taking on all intermediate values. Opposite of continuous.

7
New cards

linear search

A search in which algorithms check each element of a list in order until the desired value is found or all elements in the list have been checked. Also called a "sequential search."

8
New cards

binary search

A method that works on sorted data. It compares the middle element of the data set to its search value to determine the next search set, cutting the search set in half at each iteration.

9
New cards

big data

Data that are beyond the resources of one computer to store, especially intensive to analyze, or difficult to reconcile among complementary data sets.

10
New cards

distributed

When storage or processing is handled by multiple independent machines in a coordinated fashion.

11
New cards

artificial intelligence

Intelligent behavior demonstrated by machines, in contrast to the natural intelligence of humans.

12
New cards
13
New cards

algorithmic efficiency

An estimation of the amount of computational resources used by an algorithm. Efficiency is typically expressed as a function of the size of the input and describes how quickly an algorithm executes.

14
New cards
15
New cards

problem

A general description of a task that can (or cannot) be solved algorithmically. An instance of a problem also includes specific input. For example, sorting is a problem; sorting the list (2,3,1,7) is an instance of the problem.

16
New cards
17
New cards

reasonable time

Algorithms with efficiencies that grow at a polynomial rate or slower (constant, linear, square, cube, etc.) are said to run in a reasonable amount of time.

18
New cards
19
New cards

binary search

A method that works on sorted data. It compares the middle element of the data set to its search value to determine the next search set, cutting the search set in half at each iteration.

20
New cards
21
New cards

linear search

A search in which algorithms check each element of a list in order until the desired value is found or all elements in the list have been checked. Also called a "sequential search."

22
New cards