- About The Coursera
- About Introduction to Data Analysis Using Excel Course
- Introduction to Data Analysis Using Excel Quiz Answers
- Week 1 Quiz Answers
- Week 2 Quiz Answers
- Quiz 1: The “IF” Command in Excel
- Quiz 2: The “IF” Command in Excel Using Numerical Data
- Quiz 3: The “Nested IF” Command in Excel
- Quiz 4: The “VLOOKUP” Function in Excel
- Quiz 5: Another “VLOOKUP” Example
- Quiz 6: The “HLOOKUP” Function in Excel
- Quiz 7: Professor ‘Know-it-all’ Needs Help!
- Quiz 8: Spreadsheet Functions to Organize Data
- Week 3 Quiz Answers
- Quiz 1: Using the “VLOOKUP” Function Across Worksheets
- Quiz 2: Data Filtering in Excel
- Quiz 3: Use of Pivot Tables in Excel
- Quiz 4: More Pivot Table Options
- Quiz 5: Application of Pivot Tables to Numeric Data
- Quiz 6: Introduction to Charts in Excel
- Quiz 7: Introduction to Filtering, Pivot Tables, and Charts
- Week 4 Quiz Answers
- Conclusion
Hello Peers, Today we are going to share all week’s assessment and quizzes answers of the Introduction to Data Analysis Using Excel course launched by Coursera totally free of cost✅✅✅. This is a certification course for every interested student.
In case you didn’t find this course for free, then you can apply for financial ads to get this course for totally free.
Check out this article – “How to Apply for Financial Ads?”
About The Coursera
Coursera, India’s biggest learning platform launched millions of free courses for students daily. These courses are from various recognized universities, where industry experts and professors teach in a very well manner and in a more understandable way.
Here, you will find Introduction to Data Analysis Using Excel Exam Answers in Bold Color which are given below.
These answers are updated recently and are 100% correct✅ answers of all week, assessment, and final exam answers of Introduction to Data Analysis Using Excel from Coursera Free Certification Course.
Use “Ctrl+F” To Find Any Questions Answer. & For Mobile User, You Just Need To Click On Three dots In Your Browser & You Will Get A “Find” Option There. Use These Option to Get Any Random Questions Answer.
About Introduction to Data Analysis Using Excel Course
he use of Excel is widespread in the industry. It is a very powerful data analysis tool and almost all big and small businesses use Excel in their day to day functioning. This is an introductory course in the use of Excel and is designed to give you a working knowledge of Excel with the aim of getting to use it for more advance topics in Business Statistics later. The course is designed keeping in mind two kinds of learners – those who have very little functional knowledge of Excel and those who use Excel regularly but at a peripheral level and wish to enhance their skills. The course takes you from basic operations such as reading data into excel using various data formats, organizing and manipulating data, to some of the more advanced functionality of Excel. All along, Excel functionality is introduced using easy to understand examples which are demonstrated in a way that learners can become comfortable in understanding and applying them.
To successfully complete course assignments, students must have access to a Windows version of Microsoft Excel 2010 or later.
WEEK 1 Module 1: Introduction to Spreadsheets In this module, you will be introduced to the use of Excel spreadsheets and various basic data functions of Excel. Topics covered include: • Reading data into Excel using various formats • Basic functions in Excel, arithmetic as well as various logical functions • Formatting rows and columns • Using formulas in Excel and their copy and paste using absolute and relative referencing ________________________________________
WEEK 2 Module 2: Spreadsheet Functions to Organize Data This module introduces various Excel functions to organize and query data. Learners are introduced to the IF, nested IF, VLOOKUP, and the HLOOKUP functions of Excel. Topics covered include: • IF and the nested IF functions • VLOOKUP and HLOOKUP • The RANDBETWEEN function ________________________________________
WEEK 3 Module 3: Introduction to Filtering, Pivot Tables, and Charts This module introduces various data filtering capabilities of Excel. You’ll learn how to set filters in data to selectively access data. A very powerful data summarizing tool, the Pivot Table, is also explained and we begin to introduce the charting feature of Excel. Topics covered include: • VLOOKUP across worksheets • Data filtering in Excel • Use of Pivot tables with categorical as well as numerical data • Introduction to the charting capability of Excel ________________________________________
WEEK 4 Module 4: Advanced Graphing and Charting This module explores various advanced graphing and charting techniques available in Excel. Starting with various line, bar, and pie charts we introduce pivot charts, scatter plots, and histograms. You will get to understand these various charts and get to build them on your own. Topics covered include • Line, Bar, and Pie charts • Pivot charts • Scatter plots • Histograms
Course Apply Link – Introduction to Data Analysis Using Excel
Introduction to Data Analysis Using Excel Quiz Answers
Week 1 Quiz Answers
- Responsive Web Design Coursera Quiz Answers 2023 [💯% Correct Answer]
- Introduction to Meteor.js Development Coursera Quiz Answers 2023 [💯% Correct Answer]
- Introduction to Thermodynamics: Transferring Energy from Here to There Coursera Quiz Answers 2023 [💯% Correct Answer]
- Dairy Production and Management Coursera Quiz Answers 2023 [💯% Correct Answer]
- Presentations: Speaking so that People Listen Coursera Quiz Answers 2023 [💯% Correct Answer]
Quiz 1: Reading Data into Excel
Q1. The chart shows text data for Columns A-D
The format shown in the example above is:
- Comma delimited
- Space delimited
- Tab delimited
- Fixed width
Q2. The chart shows text data for Columns A-D
The format shown in the example above is:
- Comma delimited
- Space delimited
- Tab delimited
- Semicolon delimited
Quiz 2: Basic Data Manipulation in Excel
Q1. To move to the edge of the current data region, press:
- Page Up/Down key
- CTRL + arrow key
- ALT + arrow key
- Home/End key
Q2. Columns A, B and C have entries for Serial Number, Part Number and Revision respectively;
The data above is sorted:
- First by Part Number, then by Revision.
- First by Revision, then by Part Number.
- First by Serial Number, then by Revision.
- First by Revision, then by Serial Number.
Quiz 3: Arithmetic Manipulation in Excel
Q1. Typing which of the following into a cell would result in a cell value of 3?
- 1,2
- 1+2
- =1,2
- =1+2
Q2. A1-C3 have integers 1-9 in increasing order left-right
Using the data in the example above, what is the value of the following formula?
=A3+C1
Enter answer here
Quiz 4: Basic Functions in Excel
Q1. The figure shows a table with numbers 1-9 in increasing order left-right in 3X3 matrix
In the example above, typing which of the following into a cell would result in a cell value of 3? Select all that apply.
- =1+2
- =SUM(1,2)
- =SUM(A1,B1)
- =SUM(A1:B1)
Q2. Columns A and B have data entries; SUMIF() function inputs and parameters are shown below
In the example above, what would be the calculated value of the SUMIF statement in cell A5?
Enter answer here
Quiz 5: Functions Using Absolute and Relative References
Q1. Which symbol is used in a formula to “fix” a row or a
column reference?
- #
- $
- %
- &
Q2. What would be the calculated value of the following
formula?
=MAX(1,4,2,8,5)
Enter answer here
Quiz 6: Functions Explained
Q1. The table on left is blank while table on right shows the desired output
Let’s say you want each blank cell to equal its row header multiplied by its column header, as shown above. Which of the following cell B2 formulas would give the correct result when pasted into the remaining empty cells?
- =A2*B1
- =$A2*B$1
- =A$2*$B1
- =$A$2*$B$1
Q2. If you want to always reference cell C5 in a formula,
even when that formula is copied down rows or across columns, the reference to
cell C5 should be written as:
- C5
- $C5
- C$5
- $C$5
- BMC Software Off Campus Drive Previous Year Questions Paper With Solution [New Update⚡⚡]
- THE BEST LABOR DAY FASHION SALE IN 2022
- Trending News: Why Twin Towers, Noida Got Demolished?
- Free NFTs Giveaways By Reddit To Everyone in 2022
- Apple’s Steve Jobs explained the keys to effective marketing
Quiz 7: Introduction to Spreadsheets
Q1. Download the file “Store Sales 2011.txt” (you may need to right-click and select “save link as…”) Use the data in this file for the remainder of the assignment. Note that the date in the file is in the mm/dd/yyyy format, so while reading it into Excel please be vary of that.
The format used in the “Store Sales 2011.txt” file is:
- Space delimited
- Comma delimited
- Tab delimited
- Fixed width
Q2. Import the file into Excel using the correct file format from the previous question. How many rows of data does the file contain?
Hint: Do not count the top (header) row.
Enter answer here
Q3. Sort the data by Order Date (oldest to newest) and then
by Order Quantity (largest to smallest).
After the data is sorted, what is the Order ID of the order in the 3rd row of data (i.e. spreadsheet row 4)?
Enter answer here
Q4. Using cell references, how could you calculate the unit price of the order in the first row of data?
- =D2/E2
- =E2/D2
- =21/845.32
- =845.32/21
Q5. Insert a new column to the right of the “Sales” column, and type the name “Unit Price” as the header. Using cell references, calculate the unit price of the order in the first row, then copy and paste that formula down to the remaining rows.
Rounded to 2 decimal places, what is the Unit Price of the last row of data? (Do not include a dollar sign or commas in your answer)
Enter answer here
Q6. What is the largest Unit Price in this dataset?
Hint: Use the MAX() function here.
Enter answer here
Q7. How many orders were sent by Delivery Truck? Assume each line is counted as a single order.
Hint: Use the COUNTIF() function here.
Enter answer here
Q8. What is the total shipping cost of all orders sent by Delivery Truck?
Hint: Use the SUMIF() function here.
Enter answer here
Q9. If you wanted to know the range, or the difference
between the highest and lowest value, of the shipping costs in this dataset, which
formula could you use?
- =MAX(H2:H2003)-MIN(H2:H2003)
- =SUM(H2:H2003)
- =MIN(H2003)-MAX(H2003)
- None of the Above
Q10. What is the average shipping cost (to 2 decimal places) of all orders sent by Delivery Truck?
Hint: Calculate the average by taking total cost divided by number of orders.
Enter answer here
Week 2 Quiz Answers
Quiz 1: The “IF” Command in Excel
Q1. Remember: IF(logical_test, [value_if_true], [value_if_false])
Table shows A1, A2, A3 entries as dog, cat, rabbit respectively
Using the table above, what would be the result of the
following formula?
=IF(A1=“dog”, “bark”, “no bark”)
Enter answer here
Q2. Select all statements below that are true.
- =IF(1=2, “incorrect”, “correct”)
- returns: incorrect
- =IF(TRUE, “yes”, “no”)
- returns: yes
- =IF(“apples”=”oranges”, “same”, “different”)
- returns: different
- =IF(A1>A1, “low”, “high”)
- returns: low
Quiz 2: The “IF” Command in Excel Using Numerical Data
Q1. Given the formula
=IF(A1>1000, 1000, A1)
Which of the following is true?
- If the value of A1 is -20, the formula will return 1000.
- If the value of A1 is 2000, the formula will return 2000.
- No matter the value of A1, the lowest value this formula will return is 0.
- No matter the value of A1, the highest value this formula will return is 1000.
Q2. A1-C3 have integers 1-9; the IF() function entries are shown on the right
Assume the formula shown above was entered into cell D1, then copied down to D2 and D3. The resulting values in cells D1, D2, and D3 would be:
- small, small, small
- small, small, large
- small, large, large
- large, large, large
Quiz 3: The “Nested IF” Command in Excel
Q1. The formula
=IF(FALSE, 1, IF(TRUE, 2, 3))
will return:
- 1
- 2
- 3
- Error
Q2. Given the formula
=IF(A1<10, “low”, IF(A1<20, “middle”, “high”))
If the value of A1 is 10, what will the formula return?
Enter answer here
Quiz 4: The “VLOOKUP” Function in Excel
Q1. Rows 1, 2 and 3 have entries for Apples, Bananas and Candy respectively; VLOOKUP entries and input parameters are shown below
What will the VLOOKUP formula return?
Enter answer here
Q2. practice quizA6-A9 have entries- Apples, Bananas, Candy, Apples (in that order) VLOOKUP entries and input parameters are shown on the right
What will the VLOOKUP formula return?
Enter answer here
Quiz 5: Another “VLOOKUP” Example
Q1. Columns A and B have entries for size and label respectively; VLOOKUP entries and input parameters are shown on the right
What will the VLOOKUP formula return? Note the last parameter.
- S
- M
- L
- XL
- #N/A
Q2. Columns A and B have entries for size and label respectively; VLOOKUP entries and input parameters are shown on the right
What will the VLOOKUP formula return? Note the last parameter.
- S
- M
- L
- XL
- #N/A
Quiz 6: The “HLOOKUP” Function in Excel
Q1. practice quizColumns A, B and C have entries for Apples, Bananas and Candy respectively; HLOOKUP entries and input parameters are shown below
What will the HLOOKUP formula return?
Enter answer here
Q2. Rows 1 and 2 have entries for Size and Label respectively; HLOOKUP entries and input parameters are shown below
What will the HLOOKUP formula return?
- S
- M
- L
- XL
- #N/A
Quiz 7: Professor ‘Know-it-all’ Needs Help!
Q1. Professor ‘Know-it-all’ wants to implement another system to call upon a group of students at random. She has created 4 groups:
Group 1: Students 1-5 Group 2: Students 6-10 Group 3: Students 11-15 Group 4: Students 16-20
Her VLOOKUP function does not correctly return a random group. What is wrong with her function below?
practice quizColumns A and B have entries for S.No and Group Name respectively; VLOOKUP entries and input parameters are shown on the right.
- The lookup_value parameter should be “RANDBETWEEN(1,16)”.
- The table_array parameter should be “A3:B6”.
- The col_index_num parameter should be “1”.
- The [range_lookup] parameter should be “TRUE”.
Q2. You
inform Professor K. that a much simpler solution to her problem above would be
to just use the RANDBETWEEN function to randomly return a value of 1, 2, 3, or
4 directly. Which of the following would correctly
implement this solution?
- =RANDBETWEEN(1,4)
- =RANDBETWEEN(1,16)
- =RANDBETWEEN(1,20)
- =RANDBETWEEN(0,5)
Quiz 8: Spreadsheet Functions to Organize Data
Q1. Download the spreadsheet “Store Sales 2012.xlsx” below. Use the data in this spreadsheet for the remainder of the assignment.
The formula in cell H2 contains a referencing error that must be fixed before copying the formula down the column. If the formula were to be copied down the column without making any corrections, which of the following would be true?
- The formula would always return “Small”
- The formula would always return “Medium”
- The formula would always return “Large”
- The formula would only return “Large” or “Small”
Q2. Assuming you want the formula in H2 to always reference the cell directly to its left, correct the formula. Once the formula is fixed, copy the formula down the column. What is the “Order Type” of Order ID 11428, placed on 1/21/2012?
- Small
- Medium
- Large
- Extra Large
Q3. The boss decides that using only 3 levels—small, medium, and large—does not give the shipping department enough information. She wants to use the 10 levels shown in Lookup Table 1 (A3:B12). Write a formula in the “Expanded Order Type” column to assign the correct type to each order by “Order Quantity.” Copy the formula down to all the rows. Based on the layout of Lookup Table 1, should you use a VLOOKUP function or an HLOOKUP function?
- VLOOKUP
- HLOOKUP
Q4. Using your newly created “Expanded Order Type” column, calculate the total “Sales” for all orders of “Medium” type (rounded to 2 decimal places). Hint: The SUMIF() function is useful here.
Enter answer here
Q5. The company gives a 1% discount on any Extra Large or larger orders. In the “Discount” column, create a formula that returns 0.01 if the “Expanded Order Type” is Extra Large, XX Large, or XXX Large, and returns 0 otherwise. You can accomplish this by using a (select all that apply):
- VLOOKUP formula
- HLOOKUP formula
- Nested IF formula
- A single IF formula (without additional formulae)
Q6. Create the formula from the previous question and copy the formula down to all the rows. How many orders will have a discount applied?
Hint: The COUNTIF() function is useful here.
Enter answer here
Q7. The “Sales with Discount” can be calculated by applying the discount to the original “Sales” entry:
Sales with Discount = Sales – (Sales * Discount)
or
Sales with Discount = Sales * (1 – Discount)
Create a formula in the “Sales with Discount” column and copy it down to all the rows. What is the impact of the discount on total sales in 2012? In other words, what is the difference between the sum of the “Sales” and the sum of the “Sales with Discount” (rounded to 2 decimal places)?
Enter answer here
Q8. Currently, customers are responsible for paying the shipping costs. The sales team suggests that customers really dislike paying shipping costs, and that offering “free shipping” instead of the 1% discount would likely increase sales. Create a formula for the “Sales with Free Shipping” column that subtracts the “Shipping Cost” from the “Sales” only if the “Expanded Order Type” is Extra Large, XX Large, or XXX Large. Copy the formula down to all the rows. What would total 2012 sales have been if the company had offered free shipping instead of the 1% discount (rounded to 2 decimal places)?
Enter answer here
Q9. How much money would the company have saved in 2012 if it had offered free shipping instead of the 1% discount on Extra Large, XX Large, or XXX Large orders (rounded to 2 decimal places)?
Enter answer here
Q10. What would 2012 total “Sales” have been if the company had offered free shipping on any order shipped by Delivery Truck, and no additional discounts (rounded to 2 decimal places)?
Enter answer here
Week 3 Quiz Answers
Quiz 1: Using the “VLOOKUP” Function Across Worksheets
Q1. Second sheet in the VLOOKUP function is referred to as “Sheet 2”
Second sheet in the image is labelled as “Item Pricing”
The VLOOKUP function above is intended to return the price from the second worksheet, but it has been incorrectly entered. To fix it, ‘Sheet 2’ should be replaced by:
- ‘Sheet 1’
- ‘Sheet_2’
- ‘Recipe’
- ‘Item Pricing’
Q2. Once the function above is corrected, what value will it return?
Enter answer here
Quiz 2: Data Filtering in Excel
Q1. Based on the dropdown symbol, which of the following has some sort of filtering applied? Select all that apply.
- The filter dropdown button to the right of “Animal” has a funnel icon
- The filter dropdown button to the right of “Animal” has a funnel icon
- The filter dropdown button to the right of “Animal” has a funnel icon
- None of the above
Q2. The last row with mouse is #45 and the first entry in the column is “Animal”
The column above is filtered to only show “Mouse” entries. If the column were NOT filtered, how many total Animal entries would there be? Hint: Don’t forget that the heading row does not count as an entry.
Enter answer here
Quiz 3: Use of Pivot Tables in Excel
Q1. the question explains the graphic
To set up a Pivot Table with years listed vertically as shown above, the Year field should be dragged into the following Pivot Area:
- FILTERS
- COLUMNS
- ROWS
- VALUES
Q2. the question explains the graphic
To set up a Pivot Table with years listed horizontally as shown above, the Year field should be dragged into the following Pivot Area:
- FILTERS
- COLUMNS
- ROWS
- VALUES
Quiz 4: More Pivot Table Options
Q1. In the Pivot Table above, in which pivot table field area was the Gender column used? Select all that apply.
- FILTERS
- COLUMNS
- ROWS
- VALUES
Q2. In 1992, how many women participated in the sport of gymnastics?
Enter answer here
Quiz 5: Application of Pivot Tables to Numeric Data
Q1. The chart shows the pivot table output
Which of the following would have created the Pivot Table above?
- Columns-Product Category and Rows- Product Container
- Filter-Product Category, Rows- Product container and Columns-Shipping Cost
- Columns-Product Category, Rows- Product container and Values-Average of Shipping Cost
- Filter-Product Category, Rows- Product container and Values-Sum of Shipping Cost
Q2. Which of the following is true about Pivot Tables? Select all that apply.
- Editing a Pivot Table will impact the original data source.
- Pivot Tables can be filtered by multiple columns.
- Pivot Tables automatically calculate grand totals of rows and columns.
- Dates in a Pivot Table can be grouped by years, quarters, months, days, hours, minutes, and seconds.
Quiz 6: Introduction to Charts in Excel
Q1. For months 7-9, the range for Dataset A is (-42,20), B is (-90,0) and C is (50,70)
The Line Chart above shows the data trends for three different datasets. Which dataset has the highest values for the months in the 3rd quarter of the year (months 7, 8, and 9)?
- Dataset A
- Dataset B
- Dataset C
- No data is shown for the 3rd quarter of the year
Q2. The table shows monthly distributions (rows) of Datasets A, B and C (columns)
The Line Chart in the previous question was created using the data above. How could you update the Line Chart to use the month names (A2:A13) instead of numbers on the horizontal axis?
- Right-click on the chart, choose “Select Data…,” and select:
- The first button to the right is to edit Dataset on x-axis
- The button on center top is to switch axes
- The second button to the left is to edit the y-axis data
- The last button to the left is to add Datasets to y-axis
Quiz 7: Introduction to Filtering, Pivot Tables, and Charts
Q1. Download the spreadsheet “Store Sales 2009.xlsx” below. Use the data in this spreadsheet for the remainder of the assignment.
The “Compiled Information” tab was created to pull in the data from the other tabs using formulas. The formula in the “Shipping Cost” column was entered incorrectly. Fix the formula in cell D3, then re-copy the correct formula down to the remaining rows. What was the problem with the original formula?
- The formula did not reference the correct tab.
- The formula should use a locked reference for the table_array parameter.
- The formula should use a locked reference for the lookup_value parameter.
- The formula should be written with the HLOOKUP function.
Q2. On the “Compiled Information” tab, a VLOOKUP formula has been pre-entered into cell E3. This formula was written correctly, and it uses references to the numbers in cells E1 through G1 to determine the correct index_number parameter. Fill in cells F1 and G1 with the correct index numbers, then copy the formula in cell E3 down to all the rows in columns E, F, and G. What number did you enter into cell G1?
Enter answer here
Q3. Now that the data is updated, create a pivot table that contains all of the data on the “Compiled Information” tab. Using the PivotTable Fields side bar, drag the “Unique ID” field to the VALUES area and summarize the information by Count. What is the Count of Unique ID?
Enter answer here
Q4. Update the pivot table to show “Order Date” grouped by month. Drag the “Sales” field into the correct area to show the Sum of Sales for each of the months listed. Which month had the lowest sales? (Your answer should be the name of the month.)
Hint: Remember that you can sort the data once it is in the pivot table!
Enter answer here
Q5. Continuing from the previous question, update the pivot
table to show the Average of Sales by month.
Which month had the highest average? (Your answer should be the name of the month.)
Enter answer here
Q6. Which Customer Segment contained the single order with the highest shipping cost?
- Consumer
- Corporate
- Home Office
- Small Business
Q7. In the Corporate Customer Segment, what was the most
common order quantity?
Enter answer here
Q8. In all segments, how many orders were placed in one quarter of the year but shipped in the next quarter (For example, an order in which Order Date = Qtr1 2009 and Ship Date = Qtr2 2009)?
Enter answer here
Q9. Create a line chart that shows the average of “Sales” for each customer segment by month, where each customer segment is represented by a line on the chart. Which of the following line charts shows the average sales data?
- The range on y-axis is 0-6000 with scale of 1000 units
. - The range on y-axis is 0-200000 with scale of 20000 units
. - The range on y-axis is 0-50 with scale of 5 units
. - The range on y-axis is 0-100 with scale of 10 units
.
Q10. The line chart shown follows a zig-zag pattern with decreasing peaks left-right
Line charts are useful for looking for trends in data and gaining quick insights. The chart above shows total Sales in 2009 by month in the Consumer segment. Which of the following could be inferred from the chart? Select all that apply.
- Month to month sales numbers are relatively volatile (>10% difference in sales compared to previous month).
- In 2009, March and April were the months with the highest total sales.
- In general, total sales numbers continued to rise
throughout 2009. - In 2009, June was the month with the lowest total sales.
Week 4 Quiz Answers
Quiz 1: Line Graphs
Q1. How can one change the formatting of a graph’s axis? Click all that apply.
- Right click anywhere inside the chart
- Right click on the axis
- Use the layout tab
- Left click on the axis
Q2. Examine the line chart below (click the file link to view a larger version of the image). What will happen to the chart when one changes the content of cell B1 to “United States.”
- The current line for Brazil will move above the current line for China.
- Chart title will change to “GDP of the United States.”
- The current line for Brazil will be relabeled “United States” in the legend.
Quiz 2: Bar Graphs and Pie Charts
Q1. Approximately how much higher is the GDP of China compared to Brazil? Use billions of dollars, ex. 40,000,000,000 should be written as 40.
Left column- Brazil’s GDP at ~ $15 B; Center- China’s GDP at ~$60 B
Enter answer here
Q2. What can we not learn from the following pie chart?
- Carol sold more than Brad and Adam combined.
- Adam sold the least.
- Adam, Brad, and Carol combined to represent 100% of sales.
- Altogether, Adam, Brad, and Carol sold $100 worth of goods.
Quiz 3: Pivot Charts
Q1. Pivot charts are powerful because they allow
you to…
- construct line charts.
- make charts interactive.
- construct charts with more data.
- flip charts from horizontal to vertical orientation.
Q2. The two sets of columns depict average values of unit and dollar sales respectively
What’s the fastest way to change the pivot chart above to view totals of unit and dollar sales?
- Change
“value field settings” for each variable from “average” to
“sum” of that variable. - Change the data to represent totals rather than average.
- Select sales region to reflect one region at a time.
Quiz 4: Scatter Plots
Q1. Which of the following reflects the main strength of a scatter plot?
- Scatter plots can be used to visualize any two variables.
- Scatter plots easily show time trends.
- Scatter plots help visualize relationships between two variables.
- Scatter plots visualize relationships between many variables.
Q2. What is the relationship between employee experience and sales demonstrated in the chart below?
- As experience declines, sales increase.
- As sales increase, experience increases.
- As experience increases, sales increase.
- Experience and sales are unrelated.
Quiz 5: Histograms Part 1
Q1. The columns in chart decrease in height (salaries) from left to right
Based on the histogram above, what can you say about income?
- Income is skewed to the right. The majority of individuals in this dataset have low salaries relative to others in this dataset.
- Income is skewed to the left. The majority of individuals in this dataset have high salaries relative to others in this dataset.
- Salaries are symmetrically distributed.
- The average salary is $103000.
Quiz 6: Histograms Part 2
Q1. What do you need to do in Excel versions prior
to 2016 to create a histogram?
- Create bins for your data.
- Enable DataAnalysis ToolPak.
- Make sure the minimum value is larger than the smallest bin value.
- Uncheck the chart option.
Q2. The graph shows 14 columns in 0-160 range
The graph shows 7 columns in 0-160 range
What was done to transform the first histogram into the second one?
- Data multiplied by 2.
- Doubled the number of data points.
- Bin widths doubled.
- New data is used.
Quiz 7: Advanced Graphing and Charting
Q1. Download the spreadsheet “chicagocrimedata.xlsx” below. Use the data in the “Question 1 – get data” tab for the remainder of the assignment.
Fill in the tab, “Question 1 – get data” using the VLOOKUP formula. What is the value in cell C200?
Enter answer here
Q2. Use a pivot chart to create a bar plot of the average assaults by day of week. Which days of week has the fewest assaults on average?
- Weekdays (Monday – Friday)
- Weekends (Saturday and Sunday)
- Sunday and Monday
- Friday and Thursday
Q3. Modify the pivot plot to plot the average temperatures by day of week. What does it look like?
- The frequency on the y-axis varies from 60-80
- The frequency on the y-axis varies from 51.4-53.2
- The frequency on the y-axis varies from 56-63
- The frequency on the y-axis varies from 2900-3300
Q4. Create a scatter plot of Assault (Y axis) vs. Temperature (X axis). What does it look like?
- The chart shows a scattered plot with a bell shaped trend
- The scatter plot is upward sloping with closely aligned data points ranging from 28~110 along x-axis
- The scatter plot is upward sloping with data points ranging from 700~1600 aling x-axis
- The scatter plot is upward sloping with data points ranging from 10~100 along x-axis
Q5. What is the possible relationship between crime and temperature?
- Crime increases as temperature rises.
- Crime decreases when temperature rises.
- Temperature and crime are unrelated.
- Temperature increases as crime rises.
Q6. Find the minimum and maximum number of assaults, and create 10 evenly spaced bins that cover the data on assaults. What is the approximate bin width?
- 8
- 10
- 15
- 2
Q7. Create a histogram using the assaults data and 10 bins. What can you conclude based on the histogram?
- The distribution of assaults is skewed to the right.
- The distribution of assaults is symmetric.
- 100 assaults is about a typical day in Chicago.
- Crime is highest midweek?
Conclusion
Hopefully, this article will be useful for you to find all the Week, final assessment, and Peer Graded Assessment Answers of Introduction to Data Analysis Using Excel Quiz of Coursera and grab some premium knowledge with less effort. If this article really helped you in any way then make sure to share it with your friends on social media and let them also know about this amazing training. You can also check out our other course Answers. So, be with us guys we will share a lot more free courses and their exam/quiz solutions also, and follow our Techno-RJ Blog for more updates.
It’s really a nice and helpful piece of information. I am satisfied that you shared this helpful information with us. Please keep us informed like this. Thanks for sharing.
I like this post, enjoyed this one thanks for posting.
Do you mind if I quote a couple of your posts as long as I provide credit and sources back to your blog? My blog is in the very same area of interest as yours and my visitors would certainly benefit from some of the information you present here. Please let me know if this okay with you. Thank you!
I’ll right away seize your rss as I can not to find your email subscription hyperlink or newsletter service. Do you’ve any? Kindly allow me understand so that I may just subscribe. Thanks.
Hey very cool blog!! Guy .. Beautiful .. Superb .. I will bookmark your site and take the feeds also…I am happy to search out a lot of helpful info right here in the submit, we need work out more strategies in this regard, thank you for sharing. . . . . .
Thank you for the sensible critique. Me and my neighbor were just preparing to do some research about this. We got a grab a book from our area library but I think I learned more clear from this post. I am very glad to see such excellent info being shared freely out there.
wow, awesome blog post.Much thanks again. Keep writing.
Wow, awesome blog layout! How long have you been blogging for? you make blogging look easy. The overall look of your web site is great, let alone the content!
Thanks for sharing excellent informations. Your web-site is so cool. I am impressed by the details that you have on this site. It reveals how nicely you perceive this subject. Bookmarked this website page, will come back for more articles. You, my pal, ROCK! I found simply the information I already searched all over the place and simply could not come across. What a perfect web site.
Heya i am for the primary time here. I found this board and I to find It truly helpful & it helped me out much. I’m hoping to offer one thing again and aid others such as you aided me.
This actually answered my downside, thank you!
With every thing which appears to be developing throughout this specific subject material, all your viewpoints are generally rather stimulating. However, I beg your pardon, because I can not give credence to your entire idea, all be it refreshing none the less. It seems to everybody that your opinions are not entirely validated and in actuality you are your self not even thoroughly certain of the argument. In any case I did enjoy looking at it.
Some truly nice stuff on this website , I enjoy it.
Good info. Lucky me I reach on your website by accident, I bookmarked it.
Definitely, what a great site and informative posts, I definitely will bookmark your website.All the Best!
The next time I read a blog, I hope that it doesnt disappoint me as much as this one. I mean, I know it was my choice to read, but I actually thought youd have something interesting to say. All I hear is a bunch of whining about something that you could fix if you werent too busy looking for attention.
excellent put up, very informative. I wonder why the opposite specialists of this sector do not realize this. You should proceed your writing. I am confident, you have a huge readers’ base already!
I am continuously invstigating online for posts that can benefit me. Thx!
Hi, I think your site might be having browser compatibility issues. When I look at your website in Safari, it looks fine but when opening in Internet Explorer, it has some overlapping. I just wanted to give you a quick heads up! Other then that, fantastic blog!
I have been absent for some time, but now I remember why I used to love this site. Thank you, I will try and check back more often. How frequently you update your website?
I gotta bookmark this internet site it seems handy very useful
Hmm is anyone else having problems with the images on this blog loading? I’m trying to determine if its a problem on my end or if it’s the blog. Any responses would be greatly appreciated.
I am really impressed with your writing skills as well as with the layout on your weblog. Is this a paid theme or did you modify it yourself? Either way keep up the nice quality writing, it’s rare to see a nice blog like this one these days..
You actually make it seem so easy with your presentation but I to find this topic to be really something that I believe I would never understand. It sort of feels too complex and very extensive for me. I’m having a look forward to your subsequent publish, I will attempt to get the cling of it!
tadalafil women purchase cialis sale buy ed pills gb
You are my inhalation, I possess few blogs and very sporadically run out from to brand.
oral mebendazole order tretinoin gel online cheap where can i buy tadalis
indocin 75mg over the counter order cefixime 200mg order suprax 100mg online
tamoxifen 10mg over the counter purchase nolvadex without prescription order cefuroxime 500mg online
trimox 500mg oral order trimox generic buy biaxin 500mg
generic clonidine 0.1mg tiotropium bromide ca buy tiotropium bromide 9 mcg sale
minocin 50mg pills cost hytrin 5mg buy pioglitazone without a prescription
arava 10mg over the counter buy arava sale azulfidine 500mg pill
cheap cialis pill order cialis 10mg without prescription buy tadalafil 20mg generic
stromectol pill buy ed pills cheap purchase prednisone online
purchase ramipril buy ramipril 5mg pills buy generic etoricoxib online
mesalamine 800mg uk order mesalamine 400mg without prescription order irbesartan 150mg online cheap
temovate without prescription purchase amiodarone pill amiodarone us
buy generic acetazolamide online oral acetazolamide 250mg order imuran 50mg without prescription
cheap lanoxin 250mg micardis medication molnupiravir 200mg ca
order naproxen 250mg generic buy prevacid pills for sale prevacid uk
buy proventil generic purchase pantoprazole without prescription buy generic phenazopyridine 200 mg
great post, very informative. I wonder why the other specialists of this sector do not notice this. You should continue your writing. I am sure, you’ve a huge readers’ base already!
montelukast 5mg brand order avlosulfon pills buy avlosulfon 100 mg online cheap
adalat 10mg price generic nifedipine 30mg cost fexofenadine 120mg
buy priligy for sale misoprostol 200mcg usa xenical 60mg us
buy diltiazem online buy diltiazem cheap allopurinol 300mg tablet
rosuvastatin buy online ezetimibe over the counter purchase motilium generic
purchase sumycin generic buy generic cyclobenzaprine order baclofen sale
purchase toradol without prescription buy toradol generic propranolol us
You have noted very interesting details! ps nice website.
order plavix 75mg sale warfarin pills buy coumadin for sale
metoclopramide 20mg pill buy metoclopramide 20mg generic nexium drug
topiramate 100mg pill generic sumatriptan 50mg cheap levaquin
robaxin 500mg usa purchase suhagra pill order sildenafil online
how to buy dutasteride ranitidine us meloxicam 15mg brand
buy spironolactone 25mg pill order valacyclovir 1000mg online buy valtrex 1000mg online
order generic proscar buy viagra 100mg pill sildenafil 100mg pills
real cialis pills viagra 50mg tablet order viagra sale
cialis 20mg over the counter buy cialis 5mg buy ed pills medication
azulfidine 500 mg cost olmesartan pill buy verapamil generic
order imuran 50mg online cheap buy imuran 50mg pill micardis 80mg tablet
buy molnunat 200mg generic molnupiravir us cefdinir 300 mg usa
purchase lansoprazole online cheap order pantoprazole 40mg generic purchase protonix
dapsone where to buy generic adalat 10mg perindopril 8mg us
allegra medication altace online buy amaryl 4mg uk
arcoxia 120mg pills mesalamine order online astelin 10ml sale
cost avapro 300mg buspirone over the counter buspar uk
order albenza pills order albenza 400 mg generic order provera for sale
biltricide for sale buy praziquantel tablets cyproheptadine 4 mg without prescription
cost luvox 100mg buy nizoral online cheap purchase cymbalta sale
order clomipramine 50mg generic order progesterone online buy progesterone 100mg pill
purchase tinidazole pill order nebivolol cheap nebivolol
order valsartan 160mg pill ipratropium 100 mcg sale buy generic ipratropium online
order decadron for sale buy generic zyvox over the counter starlix 120 mg sale
order captopril 25mg without prescription capoten 25 mg price tegretol 400mg cheap
buy generic ciplox for sale lincocin over the counter brand cefadroxil 500mg
epivir for sale online lamivudine order generic accupril 10 mg
buy frumil 5 mg generic where to buy acivir without a prescription order acyclovir online
buy valcivir 500mg online cheap floxin uk how to buy floxin
keppra 500mg without prescription keppra pills cheap sildenafil without prescription
purchase zaditor online buy doxepin pills for sale purchase imipramine online
cialis 10mg for sale cost sildenafil sildenafil order online
buy precose 25mg sale prandin 2mg brand buy fulvicin generic
Thank you so much for providing individuals with such a splendid possiblity to check tips from here. It is always very useful plus packed with fun for me and my office acquaintances to search your website more than thrice weekly to read the new tips you will have. And lastly, I am always satisfied with the amazing guidelines served by you. Selected 1 facts in this post are unquestionably the very best we’ve ever had.
dipyridamole for sale online buy plendil 5mg generic pill pravachol 20mg
florinef pills dulcolax 5 mg cost order loperamide 2mg sale
purchase prasugrel for sale detrol sale buy tolterodine without prescription
Hi there, after reading this remarkable post i am too cheerful to share my knowledge here with mates.
buy monograph online cilostazol pills buy cilostazol 100mg
To announce true to life news, dog these tips:
Look for credible sources: https://projectev.co.uk/wp-content/pages/index.php?who-owns-hygo-news.html. It’s material to guard that the report roots you are reading is respected and unbiased. Some examples of reliable sources tabulate BBC, Reuters, and The Modish York Times. Announce multiple sources to pick up a well-rounded sentiment of a discriminating low-down event. This can better you return a more over paint and dodge bias. Be aware of the perspective the article is coming from, as even respected report sources can compel ought to bias. Fact-check the low-down with another fountain-head if a news article seems too lurid or unbelievable. Till the end of time pass persuaded you are reading a fashionable article, as scandal can transmute quickly.
By means of following these tips, you can become a more au fait scandal reader and better apprehend the everybody everywhere you.
buy ferrous sulfate 100mg pills ascorbic acid sale sotalol for sale online
That is a good tip particularly to those new to the blogosphere.
Short but very precise information… Thanks for sharing this one.
A must read post!
order mestinon 60mg sale buy pyridostigmine 60 mg generic order rizatriptan 5mg online
cheap enalapril 5mg buy lactulose bottles purchase lactulose online cheap
Totally! Find news portals in the UK can be overwhelming, but there are tons resources at to boost you think the best the same for you. As I mentioned before, conducting an online search for https://utopia-beauty.co.uk/wp-content/pgs/why-is-fox-news-app-not-working.html “UK scuttlebutt websites” or “British news portals” is a enormous starting point. Not one purposefulness this hand out you a comprehensive list of report websites, but it determination also provender you with a better savvy comprehension or of the coeval hearsay landscape in the UK.
In the good old days you have a file of embryonic rumour portals, it’s powerful to evaluate each sole to influence which upper-class suits your preferences. As an exempli gratia, BBC News is known for its intention reporting of information stories, while The Custodian is known quest of its in-depth analysis of political and sexual issues. The Disinterested is known representing its investigative journalism, while The Times is known in search its affair and wealth coverage. Not later than entente these differences, you can pick out the rumour portal that caters to your interests and provides you with the rumour you want to read.
Additionally, it’s usefulness all things close by despatch portals because fixed regions within the UK. These portals provide coverage of events and good copy stories that are applicable to the область, which can be especially cooperative if you’re looking to charge of up with events in your town community. In search exemplar, local dope portals in London include the Evening Standard and the Londonist, while Manchester Evening Talk and Liverpool Repercussion are stylish in the North West.
Overall, there are tons statement portals accessible in the UK, and it’s high-ranking to do your experimentation to remark the one that suits your needs. At near evaluating the contrasting low-down portals based on their coverage, luxury, and essay viewpoint, you can decide the a person that provides you with the most relevant and captivating despatch stories. Esteemed luck with your search, and I anticipation this tidings helps you find the perfect dope portal for you!
buy betahistine without prescription buy benemid cheap probenecid order
buy prilosec 10mg sale singulair 5mg over the counter brand metoprolol 50mg
micardis usa buy telmisartan 80mg without prescription molnupiravir generic
order tadalafil 20mg sale price of cialis buy viagra 100mg sale
omnicef cheap buy omnicef pill lansoprazole 15mg generic
provigil 100mg brand buy prednisone online cheap deltasone for sale online
order pantoprazole pills pantoprazole order online buy phenazopyridine tablets
amantadine pills buy dapsone 100mg online avlosulfon 100mg generic
purchase methylprednisolone methylprednisolone 8mg online buy triamcinolone 10mg generic
aceon 4mg price perindopril online order allegra 180mg without prescription
I am currently writing a paper that is very related to your content. I read your article and I have some questions. I would like to ask you. Can you answer me? I’ll keep an eye out for your reply. 20bet
buy claritin cheap cheap dapoxetine 30mg dapoxetine 90mg price
purchase baclofen generic amitriptyline for sale buy generic toradol for sale
order glimepiride online cheap cheap cytotec 200mcg etoricoxib 60mg us
My coder is trying to convince me to move to .net from PHP.
I have always disliked the idea because of the expenses.
But he’s tryiong none the less. I’ve been using WordPress on numerous websites
for about a year and am nervous about switching to another platform.
I have heard great things about blogengine.net. Is there a way I can transfer all my wordpress content into it?
Any help would be really appreciated!
buy xenical buy cheap generic diltiazem buy diltiazem online cheap
Hello! I know this is kind of off topic but I was wondering which blog platform are you using for this site?
I’m getting tired of WordPress because I’ve had problems with hackers and I’m looking at alternatives
for another platform. I would be awesome if you could point me in the direction of a good
platform.
astelin where to buy buy astelin generic avapro order
brand famotidine 20mg generic tacrolimus 1mg tacrolimus order
buy allopurinol for sale clobetasol over the counter how to buy crestor
order generic imitrex 25mg levofloxacin 500mg without prescription buy avodart 0.5mg generic
buspirone 10mg over the counter ezetimibe 10mg canada buy amiodarone 200mg generic
academia writing letter editing write essays for me
aurogra 100mg generic buy yasmin buy estradiol 2mg sale
buy generic forcan online ampicillin pills order baycip generic
lamictal 200mg price buy lamictal 50mg without prescription vermox 100mg cheap
buy retin no prescription order tadalis 10mg online buy stendra cheap
buy cheap generic tadacip buy tadacip 10mg generic buy indocin 75mg
buying a research paper college essay header suprax 200mg over the counter
editing essays help with assignments australia best online casino for real money
Very good write-up. I absolutely appreciate this website.
Keep it up!
trimox 500mg cheap biaxin pills buy biaxin paypal
order clonidine 0.1mg for sale order antivert online cheap tiotropium bromide order
femara order online order femara online generic aripiprazole 20mg
buy generic medroxyprogesterone online buy hydrochlorothiazide no prescription generic microzide
generic cyproheptadine 4 mg generic nizoral 200mg ketoconazole brand
duloxetine usa cymbalta 40mg over the counter buy modafinil tablets