🌍 All Study Guides📊 Dashboard📰 Blog💡 About
Google Data Analytics Professional Certificate • STUDY MODE

WEEKLY CHALLENGE 4

QUESTION 1 OF 37

In the following spreadsheet, the column labels in row 1 are called what? (Image S1Q1)

A
Descriptors
B
Characteristics
C
Criteria
D
AttributesCorrect Answer
Explanation:

The column labels in row 1 are attributes that refer to the data in the column. An attribute is a characteristic or quality of data used to label a column in a table.

QUESTION 2 OF 37

Fill in the blank: In row 8 of the following spreadsheet, you can find the _____ of Cary. (Image S1Q2)

A
attribute
B
format
C
criteria
D
observationCorrect Answer
QUESTION 3 OF 37

To find the average population of the cities in this spreadsheet, what is the correct AVERAGE function syntax? (Image S1Q3)

A
AVERAGE(C2:C11)
B
=AVERAGE(C2:C11)Correct Answer
C
AVERAGE(C2-C11)
D
=AVERAGE(C2-C11)
QUESTION 4 OF 37

You are working with a database table named employee that contains data about employees. You want to review all the columns in the table. You write the SQL query below. Add a FROM clause that will retrieve the data from the employee table. SELECT * What employee has the job title of Sales Manager?

A
Andrew Adams
B
Michael Mitchell
C
Margaret Park
D
Nancy EdwardsCorrect Answer
Explanation:

The clause FROM employee will retrieve the data from the employee table. The complete query is SELECT * FROM employee. The FROM clause specifies which database table to select data from. The employee Nancy Edwards has the job title of Sales Manager.

QUESTION 5 OF 37

You are working with a database table that contains invoice data. The customer_id column lists the ID number for each customer. You are interested in invoice data for the customer with ID number 35. You write the SQL query below. Add a WHERE clause that will return only data about the customer with ID number 35. SELECT * FROM invoice After you run your query, use the slider to view all the data presented. What is the billing country for the customer with ID number 35?

A
Ireland
B
Argentina
C
PortugalCorrect Answer
D
India
Explanation:

The clause WHERE customer_id = 35 will return only data about the customer with ID number 35. The complete query is SELECT * FROM invoice WHERE customer_id = 35. The WHERE clause filters results that meet certain conditions. The WHERE clause includes the name of the column, an equals sign, and the value(s) in the column to include. The billing country for the customer with ID number 35 is Portugal.

QUESTION 6 OF 37

A data analyst wants to demonstrate how the population in Charlotte has increased over time. They create this data visualization. This is an example of an area chart. (Image S1Q6)

A
True
B
FalseCorrect Answer
Explanation:

This is a line chart. Line charts are effective for illustrating trends and patterns, such as how population changes over time.

QUESTION 7 OF 37

A data analyst creates the following visualization to clearly demonstrate how much more populous Charlotte is than the next-largest North Carolina city, Raleigh. It’s called a line chart. (Image S1Q7)

A
True
B
FalseCorrect Answer
Explanation:

This is a column chart. A column chart is effective at demonstrating the differences between several items in a specific range of values.

QUESTION 8 OF 37

The column attributes for rank, name, population, and county are located in which row of the following spreadsheet? (Image S1Q8)

A
10
B
1Correct Answer
C
2
D
11
Explanation:

The column attributes for rank, name, population, and county are located in row 1. An attribute is a characteristic or quality of data used to label a column in a table.

QUESTION 9 OF 37

In the following spreadsheet, the observation of Greensboro describes all of the data in row 4. (Image S1Q9)

A
TrueCorrect Answer
B
False
Explanation:

The observation of Greensboro describes all of the data in row 4. An observation is all of the attributes for something contained in a row of a data table.

QUESTION 10 OF 37

Fill in the blank: In the following spreadsheet, the _____ feature was used to alphabetize the city names in column B. (Image S1Q10)

A
organize range
B
randomize range
C
sort rangeCorrect Answer
D
name range
Explanation:

Sort range was used to alphabetize the city names in column B. Sorting a range of data from A to Z helps data analysts organize and find data more quickly.

QUESTION 11 OF 37

To find the average population of the cities in this spreadsheet, you type =AVERAGE. What is the proper way to type the range that will complete your function? (Image S1Q11)

A
C2:C11Correct Answer
B
C2,C11
C
C2-C11
D
C2*C11
Explanation:

The range is C2:C11. The full AVERAGE function syntax is =AVERAGE(C2:C11). AVERAGE returns an average of values from a selected range. C2:C11 is the specified range.

QUESTION 12 OF 37

Fill in the blank: A data analyst creates a table, but they realize this isn’t the best visualization for their data. To fix the problem, they decide to use the _____ feature to change it to a column chart.

A
image
B
filter view
C
rename
D
chart editorCorrect Answer
Explanation:

The chart editor enables data analysts to choose the type of chart you're making and customize its appearance.

QUESTION 13 OF 37

If a data analyst wants to list the cities in this spreadsheet alphabetically, instead of numerically, what feature can they use in column B? (Image S1Q12)

A
Name range
B
Randomize range
C
Organize range
D
Sort rangeCorrect Answer
Explanation:

Sort range would be used to alphabetize the city names in column B. Sorting a range of data from A to Z helps data analysts organize and find data more quickly.

QUESTION 14 OF 37

A data analyst types =POPULATION(C2:C11) to find the average population of the cities in this spreadsheet. However, they realize they used the wrong formula. What syntax will correct this function? (Image S1Q14)

A
AVERAGE(C2:C11)
B
=AVERAGE(C2:C11)Correct Answer
C
AVERAGE(C2-C11)
D
=AVERAGE(C2-C11)
Explanation:

The correct AVERAGE function syntax is =AVERAGE(C2:C11). AVERAGE returns an average of values from a selected range. C2:C11 is the specified range.

QUESTION 15 OF 37

A data analyst creates the following visualization to clearly demonstrate how much more populous Charlotte is than the next-largest North Carolina city, Raleigh. What type of chart is it? (Image S1Q15)

A
A pie chart
B
A scatter chart
C
A column, or bar, chartCorrect Answer
D
A line chart
Explanation:

The chart is a column chart. A column chart is effective at demonstrating the differences between several items in a specific range of values.

QUESTION 16 OF 37

A data analyst wants to demonstrate how the population in Charlotte has increased over time. They create the chart below. What is this type of chart called? (Image S1Q16)

A
Area chart
B
Column chart
C
Line chartCorrect Answer
D
Bar chart
QUESTION 17 OF 37

In row 1 of the following spreadsheet, the words rank, name, population, and county are called what? (Image S1Q17)

A
AttributesCorrect Answer
B
Descriptors
C
Criteria
D
Characteristics
Explanation:

These words are attributes, referring to the information in the columns below. An attribute is a characteristic or quality of data used to label a column in a table.

QUESTION 18 OF 37

In the following spreadsheet, what feature was used to alphabetize the city names in column B? (Image s1q18)

A
Randomize range
B
Sort rangeCorrect Answer
C
Organize range
D
Name range
Explanation:

Sort range was used to alphabetize the city names in column B. Sorting a range of data from A to Z helps data analysts organize and find data more quickly.

QUESTION 19 OF 37

You are working with a database table that contains invoice data. The customer_id column lists the ID number for each customer. You are interested in invoice data for the customer with ID number 28. You write the SQL query below. Add a WHERE clause that will return only data about the customer with ID number 28. SELECT * FROM invoice After you run your query, use the slider to view all the data presented. What is the billing city for the customer with ID number 28?

A
Buenos Aires
B
Bangalore
C
Salt Lake CityCorrect Answer
D
Dijon
Explanation:

The clause WHERE customer_id = 28 will return only data about the customer with ID number 28. The complete query is SELECT * FROM invoice WHERE customer_id = 28. The WHERE clause filters results that meet certain conditions. The WHERE clause includes the name of the column, an equals sign, and the value(s) in the column to include. The billing city for the customer with ID number 28 is Salt Lake City.

QUESTION 20 OF 37

A data analyst wants to demonstrate a trend of how something has changed over time. What type of chart is best for this task?

A
Bar
B
LineCorrect Answer
C
Column
D
Area
Explanation:

Line charts are effective for illustrating trends and patterns, such as how something changes over time.

QUESTION 21 OF 37

In the following spreadsheet, where can you find all of the attributes—also known as the observation—of Fayetteville? (Image S1Q21)

A
Row 7Correct Answer
B
Column B
C
Cell B7
D
Row 6
Explanation:

The observation for Fayetteville is in row 7. An observation is all of the attributes for something contained in a row of a data table.

QUESTION 22 OF 37

Fill in the blank: A data analyst creates a table, but they realize this isn’t the best visualization for their data. To fix the problem, they decide to use the ____ feature to change it to a column chart.

A
rename
B
chart editorCorrect Answer
C
filter view
D
image
QUESTION 23 OF 37

Fill in the blank: A data analyst has to demonstrate how the population in a city has increased over time. In particular, they want to be able to see when the population has exceeded certain thresholds. The chart that would work best for this is a/an _____ chart.

A
column
B
lineCorrect Answer
C
bar
D
area
QUESTION 24 OF 37

You are working with a database table named employee that contains data about employees. You want to review all the columns in the table. You write the SQL query below. Add a FROM clause that will retrieve the data from the employee table. 1 SELECT 2 * What is the job title of Andrew Adams? 26.Fill in the blank: In the following spreadsheet, the feature sort range can be used to ________ the city names in column B? (Image S1Q26)

A
IT Manager
B
General ManagerCorrect Answer
C
Sales Support Agent
D
Sales Manager
A
delete
B
randomize
C
change
D
alphabetizeCorrect Answer
QUESTION 25 OF 37

Fill in the blank: In the following spreadsheet, the column labels in row 1, population, and county, are called ________? (Image S1Q27)

A
characteristics
B
descriptors
C
attributesCorrect Answer
D
criteria
QUESTION 26 OF 37

In the following spreadsheet, where can the observation of Raleigh be found? (Image S1Q28)

A
Row 2
B
Row 3
C
Row 4Correct Answer
D
Row 7
QUESTION 27 OF 37

The function =AVG_pop(C2:C11) will calculate the average population across the cities in this spreadsheet. (Image S1Q29)

A
True
B
FalseCorrect Answer
QUESTION 28 OF 37

You are working with a database table that contains invoice data. The customer_id column lists the ID number for each customer. You are interested in invoice data for the customer with ID number 7. You write the SQL query below. Add a WHERE clause that will return only data about the customer with ID number 7. 1 SELECT 2 * 3 FROM 4 invoice 5 After you run your query, use the slider to view all the data presented. What is the billing country for the customer with ID number 7?

A
Brazil
B
Austria
C
Poland
D
FranceCorrect Answer
QUESTION 29 OF 37

Which of the following best describes a bar chart?

A
It is a visualization that plots a sequence of points and connects them with them with straight lines or curves.
B
It is a visualization that represents data with columns, or bars, the heights of which are proportional to the values that they represent.Correct Answer
C
It is a visualization that plots individual points in the Cartesian coordinate plane.
D
It is a visualization that uses a circle which is divided into wedges sized based on numerical proportion.
QUESTION 30 OF 37

A company is curious about the population trend in Charlotte, NC. A data analyst in the company is tasked with creating a visualization that depicts such information. What type of chart would be best for this task and why?

A
A line chart because it is a visualization that uses a circle which is divided into wedges sized based on numerical proportion.
B
A bar chart because it is a visualization that represents data with columns, or bars, the heights of which are proportional to the values that they represent.
C
A pie chart because it plots a sequence of points and connects them with straight lines or curves.
D
A line chart because it plots a sequence of points and connects them with straight lines or curves.Correct Answer
QUESTION 31 OF 37

You are working with a database table named playlist that contains data about playlists for different types of digital media. You want to review all the columns in the table. You write the SQL query below. Add a FROM clause that will retrieve the data from the playlist table. 1 SELECT 2 * What is the playlist with ID number 3?

A
Audiobooks
B
TV ShowsCorrect Answer
C
Music
D
Movies
Explanation:

The clause FROM playlist will retrieve the data from the playlist table. The complete query is SELECT * FROM playlist. The FROM clause specifies which database table to select data from. The playlist with ID number 3 is TV Shows.

QUESTION 32 OF 37

You are working with a database table that contains invoice data. The customer_id column lists the ID number for each customer. You are interested in invoice data for the customer with ID number 50. You write the SQL query below. Add a WHERE clause that will return only data about the customer with ID number 50. 1 SELECT 2 * 3 FROM 4 invoice 5 After you run your query, use the slider to view all the data presented. What is the billing city for the customer with ID number 50?

A
Bangalore
B
Tokyo
C
MadridCorrect Answer
D
Paris
QUESTION 33 OF 37

Fill in the blank: In the following spreadsheet, the ________ of High Point describes all of the data in row 10. (Image S1Q35)

A
format
B
observationCorrect Answer
C
criteria
D
dataset
QUESTION 34 OF 37

A data analyst wants to list the cities in this spreadsheet alphabetically, instead of numerically. They can use the feature sort range to do this (Image S1Q36)

A
TrueCorrect Answer
B
False
QUESTION 35 OF 37

The function =AVERAGE(C2:C11) can be used to do what for the following spreadsheet? (Image S1Q37)

A
Arrange the rows according to increasing population size.
B
Arrange the rows according to decreasing population size.
C
Find the average population of the citiesCorrect Answer
D
Find the city with the largest population.
QUESTION 36 OF 37

You are working with a database table named genre that contains data about music genres. You want to review all the columns in the table. You write the SQL query below. Add a FROM clause that will retrieve the data from the genre table. 1 SELECT 2 * What is the name of the genre with ID number 3?

A
Blues
B
MetalCorrect Answer
C
Jazz
D
Rock
Explanation:

The clause FROM genre will retrieve the data from the genre table. The complete query is SELECT * FROM genre. The FROM clause specifies which database table to query. The name of the genre with ID number 3 is Metal.

QUESTION 37 OF 37

The words rank, name, population, and county in row 1 of the following spreadsheet are known as descriptors. (Image S1Q39)

A
True
B
FalseCorrect Answer

Ready to test your recall?

In the following spreadsheet, the column labels in row 1 are called what? (Image S1Q1)

A
Descriptors
B
Characteristics
C
Criteria
D
Attributes

How confident are you in this answer?