AP Computer Science Principles: Data Concepts Review

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

1/18

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts related to data processing, analysis, and algorithms, as discussed in the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

What is the processing order a computer follows for code in a program with lines 1 to 4?

A computer processes data one step at a time in the given 1, 2, 3, 4 order.

2
New cards

Which question about whale tracking data cannot be answered with the collected data?

Does the animal travel in groups with other tracked animals?

3
New cards

What method is used to predict future usage based on large data sets?

Using past purchases to recommend products for possible purchase.

4
New cards

What metadata is associated with sending an SMS message?

The time the message was sent and received, the geographic location of the sender and receiver, and the phone number of both the sender and receiver.

5
New cards

Which information cannot be determined from Spotify's metadata?

Whether the streaming service is used more during specific events.

6
New cards

From an e-commerce database, which cannot be determined?

How some of the buying public feel about their purchases.

7
New cards

What does Google Trends analyze?

The popularity of top search queries in Google Search across various regions and languages.

8
New cards

What is one benefit of creating algorithms in a team setting?

Different team members will have different understandings of the concepts used, leading to stronger algorithms.

9
New cards

Which prediction about an object's fall time in a vacuum is correct?

Mass has no effect on time for an object to fall 1 meter in a vacuum.

10
New cards

What is a uniquely useful feature of search engines?

The ability to find and filter information from a large variety of sites.

11
New cards

How do online systems with large data sets benefit from scalability?

If the workload increases, it can mitigate performance decreases.

12
New cards

What is a common reason for an overflow error in a system?

Exceeding the maximum number representable in the bit system.

13
New cards

Which of the following is a benefit of using high-level programming languages?

They are closer to natural language, which makes them easier to read.

14
New cards

What are the characteristics of digital data?

Discrete levels that represent the size of the data and samples of the data at regular intervals.

15
New cards

What type of signal does the given graph represent?

Digital signal.

16
New cards

What information can be lost in a digital signal?

The human voice in air.

17
New cards

Why would multiple simulations of a brain's growth be useful?

It allows the user to see the effect of specific variables.

18
New cards

What does DISPLAY(List1[2]) output?

6.

19
New cards

Why might it be better to run simulations rather than conduct real-life experiments?

Simulations can be run much more quickly than real life.