AP CSP Data (1)

AP CSP Data (1)

6th - 8th Grade

30 Qs

quiz-placeholder

Similar activities

Python

Python

6th - 8th Grade

30 Qs

Generaciones de la Computadora

Generaciones de la Computadora

7th Grade

25 Qs

Python Revisoin

Python Revisoin

8th Grade

25 Qs

Test Operatii Word+Formule Word

Test Operatii Word+Formule Word

1st - 10th Grade

25 Qs

ICT - HTML

ICT - HTML

6th - 7th Grade

25 Qs

Computer Pretest1(Arduino Grade8_t1)

Computer Pretest1(Arduino Grade8_t1)

3rd Grade - University

25 Qs

Excel

Excel

8th Grade

25 Qs

The Internet & the WWW - Review

The Internet & the WWW - Review

6th - 8th Grade

25 Qs

AP CSP Data (1)

AP CSP Data (1)

Assessment

Quiz

Computers

6th - 8th Grade

Practice Problem

Medium

Created by

Quốc Thư

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Computers are described as processing data iteratively. In what order will the computer process the following program?

Line 1: a ← 38

Line 2: b ← 54

Line 3: a ← b + a

Line 4: DISPLAY(a + b)

A computer will process all lines of code at once.

A computer will process the metadata before the pure data.

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

A computer will display the value 92 while processing lines 1, 2, 3, and 4 at the same time.

Answer explanation

 “Iterative” refers to a repeated process, which is how computer code is processed. Each piece of data is put through a process, which is repeated for every piece.

(A) would require multiple lines of code to be evaluated at once. To calculate line 3 correctly, lines 1 and 2 would have needed to be evaluated first.

(B) is dependent on the program in question (most don’t even require metadata).

(D) is the value of a + b without changing the value of a.

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

An Alaskan biologist is tracking a pod (group) of whales using tracking collars. For the whales, the following geolocation data are collected at frequent intervals:

■Time

■Date

■Geographical location of the sea mammals

Which of the following questions about a whale could NOT be answered using only the data collected from the tracking collars?

Approximately how many miles did the animal travel in one week?

Does the animal travel in groups with other tracked animals?

Do the movement patterns of the animal vary according to the weather?

In what geographic location does the animal typically travel?

Answer explanation

Searching for patterns in big data can be used in careers other than strictly computer science such as Marine Biology. Tracking whales is one such example. Because the data are tracking multiple whales, it would be possible to know if a particular whale was traveling with other whales, the typical travel patterns, and how many miles the animal travels weekly. (A), (B), and (D) can be determined using strictly the data. Although (C) can be determined by matching up the whale data with weather data, it would require the addition of another data set. Since the question was what can be determined by just using the one data set, the answer is (C). That was a whale of a question.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Large data sets are useful in finding patterns in the data that can predict future usage. Which of the following is used to predict future usage?

Calculating the monthly bill charged

Using past purchases to recommend products for possible purchase

Identifying the largest-spending addresses

Identifying the time at which most purchases are made

Answer explanation

Companies use computer programs to process information to gain insight and knowledge. Large data sets provide opportunities and challenges for extracting information and knowledge. Past purchases can be used to suggest future purchases. For example, if a dog leash is purchased from Amazon, the next time the customer visits Amazon, the site might suggest dog food. Choices (A), (C), and (D) do not make predictions but, instead, make calculations based on the actual data.

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Suppose that a company is creating an algorithm that matches people to advertisements in which they might have an interest. The company is basing its algorithm on a data source accumulated from data bought from social media. Which of the following sources would be useful for the algorithm?

Information about a person’s video-watching preferences (whether they watch viral videos, reviews, animations, etc.)

A social network’s information on what sites a person likes and follows

Information on a person’s previous purchases

All of the above

Answer explanation

Combining data sources, clustering data, and data classification are all part of gaining insight and knowledge of customer preferences. There is little data that is not filtered and cleaned for use in targeted advertisements. A person’s viewing habits might show interests or where the user is likely to view ads. Which sites a user follows and likes can lead to sales in products related to those sites. Previous purchases like buying a pet would be valuable to pet food companies.

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A short message service (SMS) can be sent from one phone to another phone. Once the message is converted into binary form, it is sent by radio waves to the control tower. Once the SMS travels through the control tower, it arrives at the short message service center to be stored or sent immediately. In addition to sending the SMS, the cell phone carrier sends metadata.

Which of the following is NOT metadata?

The time the message was sent and received

The content of the SMS

The geographic location of both the sender and the receiver

The phone number of both the sender and the receiver

Answer explanation

Metadata are data about the data. The actual data in this example are the content of the SMS message. Metadata are descriptive data and can provide additional information about various aspects of that data. Time (A), geographic location (C), and phone numbers (D) are all metadata.

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Spotify is a music-streaming service that uses collected metadata to suggest future playlists. The metadata contain the album name, the genre, the tags describing the music, the mood of the music, and the time and date the music was played.

Which of the following CANNOT be determined using only the information contained in the metadata?

The most popular current album

The time when the streaming service is used

Whether the streaming service is used more during the celebration parade for the Mets winning the World Series

The least common mood of the audience

Answer explanation

Combining data sources is part of the process of using computers to process information. To determine if the streaming service is used more during a Mets celebration parade, an additional data set that includes weather must be used.

Choices (A), (B), and (D) are all data about the data (metadata). Spotify uses this metadata to suggest music to the user to increase his or her positive experience with Spotify. The goal is for the customer to continue using the product.

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

An online e-commerce site maintains a database containing the following information:

■Price

■Colors

■Quantity available

■Customer comments from the purchasing public

Using only the database, which of the following CANNOT be determined?

How some of the buying public feel about their purchases

The popularity of a color depending on the season

What color sold the most product

The average price paid for each color

Answer explanation

Summaries of data analyzed computationally can be effective in communicating insight and knowledge gained from digitally represented information. An additional data set containing date and location would be needed to determine season. (A), (C), and (D) can be determined by examining the data set only.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?