Visualizing Data

Quiz
•
Computers
•
10th - 12th Grade
•
Hard
Barbara White
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
(genre = "mystery") AND ((1 ≤ num) AND (cost < 10.00))
(genre = "mystery") AND ((1 < num) AND (cost < 10.00))
(genre = "mystery") OR ((1 ≤ num) OR (cost < 10.00))
(genre = "mystery") OR ((1 < num) OR (cost < 10.00))
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
The owner of a clothing store records the following information for each transaction made at the store during a 7-day period.
- The date of the transaction
- The method of payment used in the transaction
- The number of items purchased in the transaction
- The total amount of the transaction, in dollars
Customers can pay for purchases using cash, check, a debit card, or a credit card.
Using only the data collected during the 7-day period, which of the following statements is true?
The average amount spent per day during the 7-day period can be determined by sorting the data by the total transaction amount, then adding the 7 greatest amounts, and then dividing the sum by 7.
The method of payment that was used in the greatest number of transactions during the 7-day period can be determined by sorting the data by the method of payment, then adding the number of items purchased for each type of payment method, and then finding the maximum sum.
The most expensive item purchased on a given date can be determined by searching the data for all items purchased on the given date and then sorting the matching items by item price.
The total number of items purchased on a given date can be determined by searching the data for all transactions that occurred on the given date and then adding the number of items purchased for each matching transaction.
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Use the customer IDs in the purchases file to search the customers file to generate a list of e-mail addresses
Use the product IDs in the purchases file to search the products file to generate a list of product names that use AA batteries
Use the customers file to generate a list of customer IDs, then use the list of customer IDs to search the products file to generate a list of product names that use AA batteries
Use the products file to generate a list of product IDs that use AA batteries, then use the list of product IDs to search the purchases file to generate a list of customer IDs, then use the list of customer IDs to search the customers file to generate a list of e-mail addresses
4.
MULTIPLE SELECT QUESTION
2 mins • 1 pt
Filter by photographer, then filter by year, then sort by subject
Filter by photographer, then filter by year, then sort by year
Sort by subject, then sort by year, then filter by photographer
Sort by year, then filter by year, then filter by photographer
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
(genre = "talk") AND ((day = "Saturday") AND (day = "Sunday"))
(genre = "talk") AND ((day = "Saturday") OR (day = "Sunday"))
(genre = "talk") OR ((day = "Saturday") AND (day = "Sunday"))
(genre = "talk") OR ((day = "Saturday") OR (day = "Sunday"))
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
A wildlife preserve is developing an interactive exhibit for its guests. The exhibit is intended to allow guests to select the name of an animal on a touch screen and display various facts about the selected animal.
For example, if a guest selects the animal name “wolf,” the exhibit is intended to display the following information.
- Classification: mammal
- Skin type: fur
- Thermoregulation: warm-blooded
- Lifestyle: pack
- Average life span: 10–12 years
- Top speed: 75 kilometers/hour
The preserve has two databases of information available to use for the exhibit. The first database contains information for each animal’s name, classification, skin type, and thermoregulation. The second database contains information for each animal’s name, lifestyle, average life span, and top speed.
Which of the following explains how the two databases can be used to develop the interactive exhibit?
Only the first database is needed. It can be searched by animal name to find all the information to be displayed.
Only the second database is needed. It can be searched by animal name to find all the information to be displayed.
Both databases are needed. Each database can be searched by animal name to find all information to be displayed.
The two databases are not sufficient to display all the necessary information because the intended display information does not include the animal name.
Similar Resources on Quizizz
10 questions
General Computing

Quiz
•
5th - 12th Grade
10 questions
Lesson 1 Database Basics

Quiz
•
9th - 11th Grade
10 questions
Huffman Coding

Quiz
•
6th - 10th Grade
10 questions
Information Processing - File Organization/Access

Quiz
•
10th - 11th Grade
9 questions
Microsoft OneNote Quiz Review

Quiz
•
9th - 12th Grade
10 questions
Android Studio Basic

Quiz
•
12th Grade
10 questions
File Type Extensions

Quiz
•
8th Grade - University
9 questions
Microsoft OneNote Quiz Review-2

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University