subject

In this assignment, you will expand on chart-generation using the work you did in the previous assignment. Open the last assignment, save it as Charts_2_Your_Name, and complete the following.
Part 1:
1. Add a vertical column chart and a horizontal bar chart to the spreadsheet using the same data.
2. All three charts should be in the same worksheet, sized the same, and next to each other.
Part 2:
3. Pick at least 10 people to participate in a survey regarding your charts. Ask each person to vote on which
chart they like best. You can survey classmates, workmates, family, or friends.
4. Create a new table with the results of your survey somewhere below the Gasoline Prices information.
Your table will look something like this (these votes are just sample numbers).
Chart Type # of Votes
Line 4
Vertical 2
Horizontal 4
5. Generate a pie chart to display the results of your survey.
6. Save and submit your spreadsheet, making sure it meets the guidelines below.
Points
Possible
Points
Earned
Line, vertical, and horizontal charts all display correct data. 6
Line, vertical, and horizontal charts are all sized the same and next to each
other.
4
The pie chart represents survey results of 10 or more people. 10
Total Points 20

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:40
Write an assembly program with the following specifications.a). in the main block, you should have two registers r4 and r5. they should be checked in an infinite loop. if r4 is greater than r5, then the greater subroutine will be called. if r4 is less than r5, then the less subroutine will be called. if r4 equals r5, then no operations will be done
Answers: 1
question
Computers and Technology, 23.06.2019 01:50
Write a program that uses a random number generator to generate a two digit positive integer and allows the user to perform one or more of the following operations: a. double the number. b. reverse the digits of the number. c. raise the number to the power of 2, 3, or 4. d. sum the digits of the number. e. if the number is a two-digit number, then raise the first digit to the power of the second digit. f. if the number is a three-digit number and the last digit is less than or equal to 4, then raise the first two digits to the power of the last digit. after performing an operation if the number is less than 10, add 10 to the number. also, after each operation determine if the number is prime. each successive operation should be performed on the number generated by the last operation. your program should not contain any global variables and each of these operations must be implemented by a separate function. also, your program should be menu driven. 7. (fraction calculator) write a program that
Answers: 1
question
Computers and Technology, 23.06.2019 06:00
Which statement is true of web-based social media? a.they allow consumers to interact with and update content. b.they cannot be updated easily, as compared to print media. c.they are expensive to produce and maintain, as compared to print and television. d.they can exist independent of the internet.
Answers: 1
question
Computers and Technology, 23.06.2019 08:00
The managing director of a company sends a christmas greeting to all his employees through the company email. which type of network does he use? he uses an .
Answers: 3
You know the right answer?
In this assignment, you will expand on chart-generation using the work you did in the previous assig...
Questions