SlideShare a Scribd company logo
1 of 16
ENGR 102B: Microsoft Excel Proficiency Levels
Please have your instructor or TA initial each level as you
complete it. If you need additional help, ask the TAs or use the
help guide within Excel.
Once you master Excel Levels I through IV, you can note Excel
as a skill on your resume!
Please see D2L Content for this week for your Excel Homework
assignment (individual), which is due via D2L Dropbox by the
due date specified in the D2L News for your section.
If you use a Mac, please be sure to submit your homework in a
format that the grader and instructor can open on a PC.
Level I: Basic Functions Initials
_______
1. Calculating an Average: Calculate the arithmetic average
of the 5 values listed below. Enter the values in cells A2
through A6. Place a descriptive label in cell A1.
3.6, 3.8, 3.5, 3.7, 3.6
First, calculate the average the long way, by summing the
values and dividing by 5:
You will enter the following formula into a blank cell to
accomplish this:
=(A2+A3+A4+A5+A6)/5
Second, calculate the average using Excel’s AVERAGE( )
function by entering the following formula in a cell:
=AVERAGE(cellrange)
Replace the “cellrange” with the actual addresses in your
spreadsheet of the range of cells holding the five values (i.e.,
for this problem, the cell range is A2:A6).
2. Determining Velocities (in kph): Some friends at the
University of Calgary are coming south for spring break. Help
them avoid a speeding ticket by completing a velocity
conversion worksheet that calculates the conversion from mph
to kph in increments of 10 from 10 to 100. A conversion factor
you will need is 0.62 miles/km; you will need this factor to
convert from miles/hour to km/hour. Place the conversion factor
in its own cell and then reference it in your conversion
calculations using absolute cell referencing (e.g., $C$2). Refer
to the CBT video on Absolute and Relative Cell Referencing
from the “Preparation for the Excel Workshop” assignment if
you don’t remember how to do this.
Level II: Advanced Functions Initials
_______
1. Projectile Motion I: (See following page for Fig. 1 Excel
chart) A projectile is launched at the angle 35o from the
horizontal with a velocity equal to 30 m/s. Neglecting air
resistance and assuming a horizontal surface, determine how far
away from the launch site the projectile will land.
To answer this problem, you will need:
1. Excel’s trigonometry functions to handle the 35o angle, and
2. Equations relating distance to velocity and acceleration
When velocity is constant, as in the horizontal motion of our
particle (since we’re neglecting air resistance), the distance
traveled is simply the initial horizontal velocity times the time
of flight:
(Equation 1)
What keeps the projectile from flying forever is gravity. Since
the gravitational acceleration is constant, the vertical distance
traveled becomes
(Equation 2)
Because the projectile ends up back on the ground, the final
value of y is zero (a horizontal surface was specified), so
Equation 2 can be used to determine the time of flight, t:
t = 2(voy)/g, where g = 9.8 m/s2 (Equation 3)
The initial velocity components in the horizontal and vertical
directions can be determined with Excel’s trigonometry
functions, as shown in Figure 1 (following page).
In Figure 1, Cells C6 and C7 must contain the following
formulas:
Cell C6: =C4*SIN(RADIANS(C3))
Cell C7: =C4*COS(RADIANS(C3))
The RADIANS( ) function has been used to convert 35o to
radians for compatibility with Excel’s trigonometric functions.
Once your spreadsheet has calculated V0y and V0x, you can use
Equation 3 to solve for the time of flight in Figure 1. The time
of flight can then be used in Equation 1 to find the horizontal
distance traveled.
A
B
C
D
1
PROJECTILE MOTION 1
2
3
Angle:
35
degrees
4
V0:
30
m/s
5
6
V0y:
*
m/s
7
V0x:
*
m/s
8
9
TIME OF FIGHT
10
yfinal:
0
m
11
g:
9.8
m/s2
12
t:
*
s
13
14
HORIZONTAL TRAVEL DISTANCE
15
16
x:
*
m
* = insert appropriate formula
(Figure
1)
Checking your answers:
Given the information above, your spreadsheet should calculate
that for V0 = 30 m/s and the launch angle = 35 degrees, V0y =
17.21 m/s and V0x = 24.57 m/s. In addition, your spreadsheet
should calculate that t = 3.51 s and x = 86.30 m.
If your spreadsheet is not giving you these results, your
formulas are likely incorrect, so keep working.
2. Projectile Motion II: How do the flight time and horizontal
distance traveled change if the launch angle is decreased to 30
degrees (launch speed is unchanged)?
Level III: Using Excel for Statistics
Initials _______
1. Statistics: Sixty transducers are tested to see how long
they work without failure in a given environment. Rather than
typing in the data, use Excel’s random number generator to
generate 60 data points between 0 and 3 (one way to do this is
to type “=RAND()*3”).
You may notice that the sixty randomly-generated values
change each time you make changes to other areas of your
worksheet. You should “freeze” these values by copying them
and then using “Paste Options: Values” to paste the random
number values into an adjacent column.
Use Excel’s statistical functions—AVERAGE, MEDIAN, MAX,
MIN, STDEV.S, and QUARTILE.INC—to calculate statistics
for your “frozen” data (calculate the 1st, 2nd, and 3rd quartiles;
check to see whether your calculated 2nd Quartile = median).
2. Statistics, continued: For the data you generated in (1.)
above, generate a histogram, which is a type of graph that
shows the relative frequency of occurrences:
Decrease the number of decimal places for your data to two.
Use the “Number” tab on Excel’s ribbon to accomplish this.
Determine a suitable X-axis range for the histogram. In general,
you could find the range for your X-axis by subtracting the MIN
value from the MAX value. In this particular case, you know
your data ranges from 0 to 3, so use this as your range.
Determine the number of “bins” – recall that a good rule of
thumb is that the number of bins should roughly equal the
square root of n. What is the value of n in this case? Now take
the square root of n and round it to the nearest odd number.
Divide the range by the number of bins to determine the size of
each bin. Since you now know the range and the number and
size of the bins, you can set up a table from which your
histogram can be constructed. Your table will have two
columns: ‘Bin” and “Number of Occurrences.” The value in the
“Bin” column will be equal to the high value of each bin range.
Populate this table using an analysis of your sixty values. You
may want to sort your sixty random numbers from low to high
in order to make this step easier (Editing => Sort & Filter).
Now use Excel to construct your histogram chart. One way to do
this is to highlight your table’s number of occurrences data and
go to Insert => Column => 2-D Column. Then use the bin data
to adjust your X-axis values. To accomplish this, first click on
the X-axis values to highlight them, then go to Chart Tools =>
Design => Select Data. Click on “Edit” under Horizontal
(Category) Axis Labels, then fill in the range where your bin
values are located under the “Add Label Range” field. Now
click “OK.” Click “OK” again in the Select Data Source
window. The Y-axis values should already depict the frequency
of occurrence for each of the bins.
Be sure to remove the space between the columns to create a
proper histogram. To do this, select the data series in the plot:
right-click on one of the columns, then => Format Data Series
=> Series Options => Gap Width => 0%.
Label the axes appropriately and title your graph.
Level IV: Using Excel for Graphing and Charts
Initials _______
1. Graphing: Use the Temperature and Time data below. Enter
the data, then:
A
B
C
1
Temperature vs. Time Data
2
3
Time (Sec)
Temp (C)
4
0
54.23
5
1
45.75
6
2
28.41
7
3
28.3
8
4
26.45
9
5
17.36
10
6
17.64
11
7
9.51
12
8
5.76
13
9
8.55
14
10
6.58
15
11
4.62
16
12
2.73
17
13
2.91
18
14
0.32
19
15
1.68
(A) Create a scatter plot of the data (Insert/Charts/Scatter).
Label the axes and give your graph a title (click on chart; Chart
Tools/Design/Chart Layouts/Quick Layout).
(B) Add a trendline and display R2 (a measure of the “goodness
of fit”) (Chart Tools/Layout/Analysis/Trendline). To add a
trendline, you can also right click on the data points and go to
“Add trendline.” See if you can choose a type of trendline that
gives you an R2 very close to 1.0, which means that your
trendline formula is a good fit for your data points.
2. Advanced Graphing: The surface plot in Figure 2 shows the
value of F(X,Y) = sin(X) * cos(Y) for -1 X 2 and -1 Y 2. You
will be reproducing this surface plot.
(Figure 2)
(A) Create the table for F(X,Y) = sin (X) cos (Y) for the ranges
-1 ≤ X ≤ 2 and -1 ≤ Y ≤ 2. Remember to use the $ sign where
appropriate in your formulas for absolute cell addressing.
To create the table, X values ranging from -1 to 2 should be
entered in column A with increments of .2, and Y values
ranging from -1 to 2 should be entered in row 2, also with
increments of .2. The first two values are entered by hand, and
then Excel’s Fill Handle (small square that appears in the
bottom right corner of the selected cells) can be used to
complete the rest of each series. See Figure 3 for illustration of
the first part of the chart (note: the whole chart is not displayed
below – you will need to create it within your spreadsheet).
…
.
(Figure 3)
.
.
(B) Graph the resulting surface area data (Insert/Charts/Other
Charts => Surface => “Wire frame” icon).
(C) Label the axes appropriately and title your graph.
*****************************************************
**********
F(X,Y) = sin (X) cos (Y)
-1 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1
1.2 1.4 1.6 1.8 2 -0.45464871341284091 -
0.58625848083662813 -0.6944959726750779 -
0.77504610169174781 -0.8246975884333746 -
0.8414709848078965 -0.8246975884333746 -
0.77504610169174781 -0.6944959726750779 -
0.58625848083662813 -0.45464871341284091 -
0.30491353651226449 -0.1430224191212503
2.4570550786785637E-2 0.19118397037180895
0.35017548837401463 -0.8 -1 -0.8 -0.6 -0.4 -0.2 0
0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 -
0.38758915004156702 -0.49978680152075255 -
0.59205953039176074 -0.66072871413793843 -
0.70305672910146599 -0.71735609089952279 -
0.70305672910146599 -0.66072871413793843 -
0.59205953039176074 -0.49978680152075255 -
0.38758915004156702 -0.25993954225851562 -
0.12192696521227749 2.0946455174185981E-2
0.16298480649321617 0.29852546790566076 -0.6 -1
-0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2
1.4 1.6 1.8 2 -0.30507763036642738 -
0.39339019959669946 -0.4660195429836132 -
0.52007015780147892 -0.55338721660408663 -
0.56464247339503537 -0.55338721660408663 -
0.52007015780147892 -0.4660195429836132 -
0.39339019959669946 -0.30507763036642738 -
0.20460257874157994 -9.5970667963079528E-2
1.6487290494153213E-2 0.12828795270803775
0.23497417908349799 -0.4 -1 -0.8 -0.6 -0.4 -0.2 0
0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 -
0.21040362829671244 -0.27131037182928791 -
0.3214008270064177 -0.3586780454497614 -
0.38165590209504829 -0.38941834230865052 -
0.38165590209504829 -0.3586780454497614 -
0.3214008270064177 -0.27131037182928791 -
0.21040362829671244 -0.14110875607099124 -
6.6188323035149377E-2 1.1370829570772362E-2
8.8476663084435025E-2 0.16205521124517713 -0.2 -1
-0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2
1.4 1.6 1.8 2 -0.1073414975338518 -
0.13841425570643057 -0.16396887429543613 -
0.18298657129998708 -0.19470917115432523 -
0.19866933079506122 -0.19470917115432523 -
0.18298657129998708 -0.16396887429543613 -
0.13841425570643057 -0.1073414975338518 -
7.1989372590281847E-2 -3.3767258537139425E-2
5.8010495551325146E-3 4.5138088107911742E-2
8.26756135293025E-2 0 -1 -0.8 -0.6 -0.4 -0.2 0
0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 0 0
0 0 0 0 0 0 0 0 0 0 0 0
0 0 0.2 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4
0.6 0.8 1 1.2 1.4 1.6 1.8 2
0.1073414975338518 0.13841425570643057
0.16396887429543613 0.18298657129998708
0.19470917115432523 0.19866933079506122
0.19470917115432523 0.18298657129998708
0.16396887429543613 0.13841425570643057
0.1073414975338518 7.1989372590281847E-2
3.3767258537139425E-2 -5.8010495551325146E-3-
4.5138088107911742E-2 -8.26756135293025E-2 0.4 -1 -
0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4
1.6 1.8 2 0.21040362829671244
0.27131037182928791 0.3214008270064177
0.3586780454497614 0.38165590209504829
0.38941834230865052 0.38165590209504829
0.3586780454497614 0.3214008270064177
0.27131037182928791 0.21040362829671244
0.14110875607099124 6.6188323035149377E-2 -
1.1370829570772362E-2 -8.8476663084435025E-2-
0.16205521124517713 0.6 -1 -0.8 -0.6 -0.4 -0.2 0
0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2
0.30507763036642738 0.39339019959669946
0.4660195429836132 0.52007015780147892
0.55338721660408663 0.56464247339503537
0.55338721660408663 0.52007015780147892
0.4660195429836132 0.39339019959669946
0.30507763036642738 0.20460257874157994
9.5970667963079528E-2 -1.6487290494153213E-2-
0.12828795270803775 -0.23497417908349799 0.8 -1 -
0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4
1.6 1.8 2 0.38758915004156702
0.49978680152075255 0.59205953039176074
0.66072871413793843 0.70305672910146599
0.71735609089952279 0.70305672910146599
0.66072871413793843 0.59205953039176074
0.49978680152075255 0.38758915004156702
0.25993954225851562 0.12192696521227749 -
2.0946455174185981E-2 -0.16298480649321617 -
0.29852546790566076 1 -1 -0.8 -0.6 -0.4 -0.2 0
0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2
0.45464871341284091 0.58625848083662813
0.6944959726750779 0.77504610169174781
0.8246975884333746 0.8414709848078965
0.8246975884333746 0.77504610169174781
0.6944959726750779 0.58625848083662813
0.45464871341284091 0.30491353651226449
0.1430224191212503 -2.4570550786785637E-2-
0.19118397037180895 -0.35017548837401463 1.2 -1 -
0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4
1.6 1.8 2 0.50358286730732571
0.64935788456716603 0.7692450521366152
0.85846484697051395 0.91346035739817832
0.93203908596722629 0.91346035739817832
0.85846484697051395 0.7692450521366152
0.64935788456716603 0.50358286730732571
0.33773159027557548 0.15841602051320158 -
2.7215096076372867E-2 -0.21176123266758409 -
0.38786511716355132 1.4 -1 -0.8 -0.6 -0.4 -0.2 0
0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2
0.53244076142990071 0.68656943860731268
0.81332675886260219 0.90765930784304583
0.96580634450436575 0.98544972998846014
0.96580634450436575 0.90765930784304583
0.81332675886260219 0.68656943860731268
0.53244076142990071 0.35708535130826274
0.16749407507795255 -2.8774661367597085E-2-
0.22389624286811524 -0.41009178771093335 1.6 -1 -
0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4
1.6 1.8 2 0.54007192260824977
0.69640963572533676 0.8249836943137433
0.920668256396454 0.97964868043332765
0.99957360304150511 0.97964868043332765
0.920668256396454 0.8249836943137433
0.69640963572533676 0.54007192260824977
0.36220324623227773 0.16989466942746431 -
2.9187071713790043E-2 -0.2271052164109463 -
0.41596939280175144 1.8 -1 -0.8 -0.6 -0.4 -0.2 0
0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2
0.52617212052771389 0.67848617831468028
0.80375113325918868 0.89697306690402512
0.95443551493359335 0.97384763087819515
0.95443551493359335 0.89697306690402512
0.80375113325918868 0.67848617831468028
0.52617212052771389 0.35288124072745131
0.16552209944053539 -2.8435885615885139E-2-
0.22126022164742623 -0.40526361086889012 2 -1 -
0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4
1.6 1.8 2 0.49129549643388193
0.63351361806156559 0.75047555090496221
0.83751839179632803 0.89117201734889273
0.90929742682568171 0.89117201734889273
0.83751839179632803 0.75047555090496221
0.63351361806156559 0.49129549643388193
0.32949097373597147 0.1545506856841021 -
2.6551050493101028E-2 -0.20659428007382899 -
0.37840124765396416
X
F(X,Y)
Y
[1]
X↓Y→
-1-0.8-0.6-0.4-0.200.20.40.60.811.2
-1-0.45-0.59-0.69-0.78-0.82-0.84-0.82-0.78-0.69-0.59-0.45-0.30
-0.8-0.39-0.50-0.59-0.66-0.70-0.72-0.70-0.66-0.59-0.50-0.39-
0.26
-0.6-0.31-0.39-0.47-0.52-0.55-0.56-0.55-0.52-0.47-0.39-0.31-
0.20
-0.4-0.21-0.27-0.32-0.36-0.38-0.39-0.38-0.36-0.32-0.27-0.21-
0.14
-0.2-0.11-0.14-0.16-0.18-0.19-0.20-0.19-0.18-0.16-0.14-0.11-
0.07
00.000.000.000.000.000.000.000.000.000.000.000.00
0.20.110.140.160.180.190.200.190.180.160.140.110.07
0.40.210.270.320.360.380.390.380.360.320.270.210.14
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx

More Related Content

Similar to ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx

Modelling handout
Modelling handoutModelling handout
Modelling handoutguru1561
 
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docxSAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docxagnesdcarey33086
 
Electronic Keno Project 3 Overview and Rationale.docx
  Electronic Keno Project 3 Overview and Rationale.docx  Electronic Keno Project 3 Overview and Rationale.docx
Electronic Keno Project 3 Overview and Rationale.docxShiraPrater50
 
Exposure Interval Initial Risk Assessment (with exist.docx
Exposure Interval    Initial Risk Assessment (with exist.docxExposure Interval    Initial Risk Assessment (with exist.docx
Exposure Interval Initial Risk Assessment (with exist.docxssuser454af01
 
Use of Excel Spreadsheets in Computing Grades
Use of Excel Spreadsheets in Computing GradesUse of Excel Spreadsheets in Computing Grades
Use of Excel Spreadsheets in Computing GradesElli May Cañas
 
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docxSAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docxanhlodge
 
Excel Slope Instruction
Excel Slope InstructionExcel Slope Instruction
Excel Slope Instructiontotoros_girl
 
Correlations and Scatterplots MS Excel Lesson 2 Grade 8.ppt
Correlations and Scatterplots MS Excel Lesson 2 Grade 8.pptCorrelations and Scatterplots MS Excel Lesson 2 Grade 8.ppt
Correlations and Scatterplots MS Excel Lesson 2 Grade 8.pptJoshuaCasas7
 
Excel formulas-manual
Excel formulas-manualExcel formulas-manual
Excel formulas-manualsrv1972
 
MATLAB review questions 2014 15
MATLAB review questions 2014 15MATLAB review questions 2014 15
MATLAB review questions 2014 15chingtony mbuma
 
Answers To Selected Exercises For Fortran 90 95 For Scientists And Engineers
Answers To Selected Exercises For Fortran 90 95 For Scientists And EngineersAnswers To Selected Exercises For Fortran 90 95 For Scientists And Engineers
Answers To Selected Exercises For Fortran 90 95 For Scientists And EngineersSheila Sinclair
 
265 excel-formula-box
265 excel-formula-box265 excel-formula-box
265 excel-formula-boxmath265
 

Similar to ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx (20)

Modelling handout
Modelling handoutModelling handout
Modelling handout
 
Tarea1
Tarea1Tarea1
Tarea1
 
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docxSAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
 
Electronic Keno Project 3 Overview and Rationale.docx
  Electronic Keno Project 3 Overview and Rationale.docx  Electronic Keno Project 3 Overview and Rationale.docx
Electronic Keno Project 3 Overview and Rationale.docx
 
Lab 4 Excel Basics.ppt
Lab 4 Excel Basics.pptLab 4 Excel Basics.ppt
Lab 4 Excel Basics.ppt
 
Lab 4 excel basics
Lab 4 excel basicsLab 4 excel basics
Lab 4 excel basics
 
Exposure Interval Initial Risk Assessment (with exist.docx
Exposure Interval    Initial Risk Assessment (with exist.docxExposure Interval    Initial Risk Assessment (with exist.docx
Exposure Interval Initial Risk Assessment (with exist.docx
 
Use of Excel Spreadsheets in Computing Grades
Use of Excel Spreadsheets in Computing GradesUse of Excel Spreadsheets in Computing Grades
Use of Excel Spreadsheets in Computing Grades
 
Environmental Engineering Assignment Help
Environmental Engineering Assignment HelpEnvironmental Engineering Assignment Help
Environmental Engineering Assignment Help
 
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docxSAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
 
Excel Slope Instruction
Excel Slope InstructionExcel Slope Instruction
Excel Slope Instruction
 
MATLABgraphPlotting.pptx
MATLABgraphPlotting.pptxMATLABgraphPlotting.pptx
MATLABgraphPlotting.pptx
 
Correlations and Scatterplots MS Excel Lesson 2 Grade 8.ppt
Correlations and Scatterplots MS Excel Lesson 2 Grade 8.pptCorrelations and Scatterplots MS Excel Lesson 2 Grade 8.ppt
Correlations and Scatterplots MS Excel Lesson 2 Grade 8.ppt
 
Excel formulas-manual
Excel formulas-manualExcel formulas-manual
Excel formulas-manual
 
MATLAB review questions 2014 15
MATLAB review questions 2014 15MATLAB review questions 2014 15
MATLAB review questions 2014 15
 
Dash board
Dash boardDash board
Dash board
 
Answers To Selected Exercises For Fortran 90 95 For Scientists And Engineers
Answers To Selected Exercises For Fortran 90 95 For Scientists And EngineersAnswers To Selected Exercises For Fortran 90 95 For Scientists And Engineers
Answers To Selected Exercises For Fortran 90 95 For Scientists And Engineers
 
Excel Basics.ppt
Excel Basics.pptExcel Basics.ppt
Excel Basics.ppt
 
265 excel-formula-box
265 excel-formula-box265 excel-formula-box
265 excel-formula-box
 
AutoCAD-ppt.pptx
AutoCAD-ppt.pptxAutoCAD-ppt.pptx
AutoCAD-ppt.pptx
 

More from YASHU40

April 19, 2018 Course #Title MATU-203 – Introduction.docx
April 19, 2018  Course #Title  MATU-203 – Introduction.docxApril 19, 2018  Course #Title  MATU-203 – Introduction.docx
April 19, 2018 Course #Title MATU-203 – Introduction.docxYASHU40
 
APUS Assignment Rubric Undergraduate Level EXEMPLARYLEVEL4.docx
APUS Assignment Rubric Undergraduate Level EXEMPLARYLEVEL4.docxAPUS Assignment Rubric Undergraduate Level EXEMPLARYLEVEL4.docx
APUS Assignment Rubric Undergraduate Level EXEMPLARYLEVEL4.docxYASHU40
 
Appropriate TopicsThe Research Report, select one of the fo.docx
Appropriate TopicsThe Research Report, select one of the fo.docxAppropriate TopicsThe Research Report, select one of the fo.docx
Appropriate TopicsThe Research Report, select one of the fo.docxYASHU40
 
Approaches, Issues, Applications edited by Steffen.docx
Approaches, Issues, Applications edited by Steffen.docxApproaches, Issues, Applications edited by Steffen.docx
Approaches, Issues, Applications edited by Steffen.docxYASHU40
 
Archaic sapiens, Neandertals and the Last 10,000 YearsWhat.docx
Archaic sapiens, Neandertals and the Last 10,000 YearsWhat.docxArchaic sapiens, Neandertals and the Last 10,000 YearsWhat.docx
Archaic sapiens, Neandertals and the Last 10,000 YearsWhat.docxYASHU40
 
Applying Evidence-Based Practice”Population groups with differe.docx
Applying Evidence-Based Practice”Population groups with differe.docxApplying Evidence-Based Practice”Population groups with differe.docx
Applying Evidence-Based Practice”Population groups with differe.docxYASHU40
 
Applying Learning Theory to LifePrior to beginning work on t.docx
Applying Learning Theory to LifePrior to beginning work on t.docxApplying Learning Theory to LifePrior to beginning work on t.docx
Applying Learning Theory to LifePrior to beginning work on t.docxYASHU40
 
Apply the Symbolic Interaction Perspective to ImmigrationD.docx
Apply the Symbolic Interaction Perspective to ImmigrationD.docxApply the Symbolic Interaction Perspective to ImmigrationD.docx
Apply the Symbolic Interaction Perspective to ImmigrationD.docxYASHU40
 
April is a fourth grader with a language impairment, but no physical.docx
April is a fourth grader with a language impairment, but no physical.docxApril is a fourth grader with a language impairment, but no physical.docx
April is a fourth grader with a language impairment, but no physical.docxYASHU40
 
Approximately 1000 words.Synthesizing the theories (you do not.docx
Approximately 1000 words.Synthesizing the theories (you do not.docxApproximately 1000 words.Synthesizing the theories (you do not.docx
Approximately 1000 words.Synthesizing the theories (you do not.docxYASHU40
 
Approaches to Forecasting Policy Outcomes Please respond to th.docx
Approaches to Forecasting Policy Outcomes Please respond to th.docxApproaches to Forecasting Policy Outcomes Please respond to th.docx
Approaches to Forecasting Policy Outcomes Please respond to th.docxYASHU40
 
Apply the course concepts of the dark side of self-esteem and .docx
Apply the course concepts of the dark side of self-esteem and .docxApply the course concepts of the dark side of self-esteem and .docx
Apply the course concepts of the dark side of self-esteem and .docxYASHU40
 
Apply information from the Aquifer Case Study to answer the foll.docx
Apply information from the Aquifer Case Study to answer the foll.docxApply information from the Aquifer Case Study to answer the foll.docx
Apply information from the Aquifer Case Study to answer the foll.docxYASHU40
 
Apply appropriate elements of the U.S. legal system and the U.S. Con.docx
Apply appropriate elements of the U.S. legal system and the U.S. Con.docxApply appropriate elements of the U.S. legal system and the U.S. Con.docx
Apply appropriate elements of the U.S. legal system and the U.S. Con.docxYASHU40
 
APA format Analysis of the Culture using a Culturally Competent.docx
APA format Analysis of the Culture using a Culturally Competent.docxAPA format Analysis of the Culture using a Culturally Competent.docx
APA format Analysis of the Culture using a Culturally Competent.docxYASHU40
 
APA less than 10 similarityWeek 7 Discussion Question Chapter.docx
APA less than 10  similarityWeek 7 Discussion Question Chapter.docxAPA less than 10  similarityWeek 7 Discussion Question Chapter.docx
APA less than 10 similarityWeek 7 Discussion Question Chapter.docxYASHU40
 
APPLE 13Business Analytics Plan for BIAM300Author Miguel .docx
APPLE 13Business Analytics Plan for BIAM300Author Miguel .docxAPPLE 13Business Analytics Plan for BIAM300Author Miguel .docx
APPLE 13Business Analytics Plan for BIAM300Author Miguel .docxYASHU40
 
APAless than 10 similarityWeek 4 Discussion Question .docx
APAless than 10  similarityWeek 4 Discussion Question .docxAPAless than 10  similarityWeek 4 Discussion Question .docx
APAless than 10 similarityWeek 4 Discussion Question .docxYASHU40
 
APA Style [Sources, included] single-spaced, one to two-page paper r.docx
APA Style [Sources, included] single-spaced, one to two-page paper r.docxAPA Style [Sources, included] single-spaced, one to two-page paper r.docx
APA Style [Sources, included] single-spaced, one to two-page paper r.docxYASHU40
 
Application Case Siemens Builds a Strategy-Oriented HR System.docx
Application Case Siemens Builds a Strategy-Oriented HR System.docxApplication Case Siemens Builds a Strategy-Oriented HR System.docx
Application Case Siemens Builds a Strategy-Oriented HR System.docxYASHU40
 

More from YASHU40 (20)

April 19, 2018 Course #Title MATU-203 – Introduction.docx
April 19, 2018  Course #Title  MATU-203 – Introduction.docxApril 19, 2018  Course #Title  MATU-203 – Introduction.docx
April 19, 2018 Course #Title MATU-203 – Introduction.docx
 
APUS Assignment Rubric Undergraduate Level EXEMPLARYLEVEL4.docx
APUS Assignment Rubric Undergraduate Level EXEMPLARYLEVEL4.docxAPUS Assignment Rubric Undergraduate Level EXEMPLARYLEVEL4.docx
APUS Assignment Rubric Undergraduate Level EXEMPLARYLEVEL4.docx
 
Appropriate TopicsThe Research Report, select one of the fo.docx
Appropriate TopicsThe Research Report, select one of the fo.docxAppropriate TopicsThe Research Report, select one of the fo.docx
Appropriate TopicsThe Research Report, select one of the fo.docx
 
Approaches, Issues, Applications edited by Steffen.docx
Approaches, Issues, Applications edited by Steffen.docxApproaches, Issues, Applications edited by Steffen.docx
Approaches, Issues, Applications edited by Steffen.docx
 
Archaic sapiens, Neandertals and the Last 10,000 YearsWhat.docx
Archaic sapiens, Neandertals and the Last 10,000 YearsWhat.docxArchaic sapiens, Neandertals and the Last 10,000 YearsWhat.docx
Archaic sapiens, Neandertals and the Last 10,000 YearsWhat.docx
 
Applying Evidence-Based Practice”Population groups with differe.docx
Applying Evidence-Based Practice”Population groups with differe.docxApplying Evidence-Based Practice”Population groups with differe.docx
Applying Evidence-Based Practice”Population groups with differe.docx
 
Applying Learning Theory to LifePrior to beginning work on t.docx
Applying Learning Theory to LifePrior to beginning work on t.docxApplying Learning Theory to LifePrior to beginning work on t.docx
Applying Learning Theory to LifePrior to beginning work on t.docx
 
Apply the Symbolic Interaction Perspective to ImmigrationD.docx
Apply the Symbolic Interaction Perspective to ImmigrationD.docxApply the Symbolic Interaction Perspective to ImmigrationD.docx
Apply the Symbolic Interaction Perspective to ImmigrationD.docx
 
April is a fourth grader with a language impairment, but no physical.docx
April is a fourth grader with a language impairment, but no physical.docxApril is a fourth grader with a language impairment, but no physical.docx
April is a fourth grader with a language impairment, but no physical.docx
 
Approximately 1000 words.Synthesizing the theories (you do not.docx
Approximately 1000 words.Synthesizing the theories (you do not.docxApproximately 1000 words.Synthesizing the theories (you do not.docx
Approximately 1000 words.Synthesizing the theories (you do not.docx
 
Approaches to Forecasting Policy Outcomes Please respond to th.docx
Approaches to Forecasting Policy Outcomes Please respond to th.docxApproaches to Forecasting Policy Outcomes Please respond to th.docx
Approaches to Forecasting Policy Outcomes Please respond to th.docx
 
Apply the course concepts of the dark side of self-esteem and .docx
Apply the course concepts of the dark side of self-esteem and .docxApply the course concepts of the dark side of self-esteem and .docx
Apply the course concepts of the dark side of self-esteem and .docx
 
Apply information from the Aquifer Case Study to answer the foll.docx
Apply information from the Aquifer Case Study to answer the foll.docxApply information from the Aquifer Case Study to answer the foll.docx
Apply information from the Aquifer Case Study to answer the foll.docx
 
Apply appropriate elements of the U.S. legal system and the U.S. Con.docx
Apply appropriate elements of the U.S. legal system and the U.S. Con.docxApply appropriate elements of the U.S. legal system and the U.S. Con.docx
Apply appropriate elements of the U.S. legal system and the U.S. Con.docx
 
APA format Analysis of the Culture using a Culturally Competent.docx
APA format Analysis of the Culture using a Culturally Competent.docxAPA format Analysis of the Culture using a Culturally Competent.docx
APA format Analysis of the Culture using a Culturally Competent.docx
 
APA less than 10 similarityWeek 7 Discussion Question Chapter.docx
APA less than 10  similarityWeek 7 Discussion Question Chapter.docxAPA less than 10  similarityWeek 7 Discussion Question Chapter.docx
APA less than 10 similarityWeek 7 Discussion Question Chapter.docx
 
APPLE 13Business Analytics Plan for BIAM300Author Miguel .docx
APPLE 13Business Analytics Plan for BIAM300Author Miguel .docxAPPLE 13Business Analytics Plan for BIAM300Author Miguel .docx
APPLE 13Business Analytics Plan for BIAM300Author Miguel .docx
 
APAless than 10 similarityWeek 4 Discussion Question .docx
APAless than 10  similarityWeek 4 Discussion Question .docxAPAless than 10  similarityWeek 4 Discussion Question .docx
APAless than 10 similarityWeek 4 Discussion Question .docx
 
APA Style [Sources, included] single-spaced, one to two-page paper r.docx
APA Style [Sources, included] single-spaced, one to two-page paper r.docxAPA Style [Sources, included] single-spaced, one to two-page paper r.docx
APA Style [Sources, included] single-spaced, one to two-page paper r.docx
 
Application Case Siemens Builds a Strategy-Oriented HR System.docx
Application Case Siemens Builds a Strategy-Oriented HR System.docxApplication Case Siemens Builds a Strategy-Oriented HR System.docx
Application Case Siemens Builds a Strategy-Oriented HR System.docx
 

Recently uploaded

Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 

Recently uploaded (20)

Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 

ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx

  • 1. ENGR 102B: Microsoft Excel Proficiency Levels Please have your instructor or TA initial each level as you complete it. If you need additional help, ask the TAs or use the help guide within Excel. Once you master Excel Levels I through IV, you can note Excel as a skill on your resume! Please see D2L Content for this week for your Excel Homework assignment (individual), which is due via D2L Dropbox by the due date specified in the D2L News for your section. If you use a Mac, please be sure to submit your homework in a format that the grader and instructor can open on a PC. Level I: Basic Functions Initials _______ 1. Calculating an Average: Calculate the arithmetic average of the 5 values listed below. Enter the values in cells A2 through A6. Place a descriptive label in cell A1. 3.6, 3.8, 3.5, 3.7, 3.6 First, calculate the average the long way, by summing the values and dividing by 5: You will enter the following formula into a blank cell to accomplish this: =(A2+A3+A4+A5+A6)/5 Second, calculate the average using Excel’s AVERAGE( ) function by entering the following formula in a cell: =AVERAGE(cellrange) Replace the “cellrange” with the actual addresses in your spreadsheet of the range of cells holding the five values (i.e., for this problem, the cell range is A2:A6). 2. Determining Velocities (in kph): Some friends at the University of Calgary are coming south for spring break. Help them avoid a speeding ticket by completing a velocity conversion worksheet that calculates the conversion from mph
  • 2. to kph in increments of 10 from 10 to 100. A conversion factor you will need is 0.62 miles/km; you will need this factor to convert from miles/hour to km/hour. Place the conversion factor in its own cell and then reference it in your conversion calculations using absolute cell referencing (e.g., $C$2). Refer to the CBT video on Absolute and Relative Cell Referencing from the “Preparation for the Excel Workshop” assignment if you don’t remember how to do this. Level II: Advanced Functions Initials _______ 1. Projectile Motion I: (See following page for Fig. 1 Excel chart) A projectile is launched at the angle 35o from the horizontal with a velocity equal to 30 m/s. Neglecting air resistance and assuming a horizontal surface, determine how far away from the launch site the projectile will land. To answer this problem, you will need: 1. Excel’s trigonometry functions to handle the 35o angle, and 2. Equations relating distance to velocity and acceleration When velocity is constant, as in the horizontal motion of our particle (since we’re neglecting air resistance), the distance traveled is simply the initial horizontal velocity times the time of flight: (Equation 1) What keeps the projectile from flying forever is gravity. Since the gravitational acceleration is constant, the vertical distance traveled becomes (Equation 2) Because the projectile ends up back on the ground, the final value of y is zero (a horizontal surface was specified), so Equation 2 can be used to determine the time of flight, t: t = 2(voy)/g, where g = 9.8 m/s2 (Equation 3) The initial velocity components in the horizontal and vertical directions can be determined with Excel’s trigonometry functions, as shown in Figure 1 (following page).
  • 3. In Figure 1, Cells C6 and C7 must contain the following formulas: Cell C6: =C4*SIN(RADIANS(C3)) Cell C7: =C4*COS(RADIANS(C3)) The RADIANS( ) function has been used to convert 35o to radians for compatibility with Excel’s trigonometric functions. Once your spreadsheet has calculated V0y and V0x, you can use Equation 3 to solve for the time of flight in Figure 1. The time of flight can then be used in Equation 1 to find the horizontal distance traveled. A B C D 1 PROJECTILE MOTION 1 2 3 Angle: 35 degrees 4 V0:
  • 5. m/s2 12 t: * s 13 14 HORIZONTAL TRAVEL DISTANCE 15 16 x: * m * = insert appropriate formula (Figure 1) Checking your answers: Given the information above, your spreadsheet should calculate
  • 6. that for V0 = 30 m/s and the launch angle = 35 degrees, V0y = 17.21 m/s and V0x = 24.57 m/s. In addition, your spreadsheet should calculate that t = 3.51 s and x = 86.30 m. If your spreadsheet is not giving you these results, your formulas are likely incorrect, so keep working. 2. Projectile Motion II: How do the flight time and horizontal distance traveled change if the launch angle is decreased to 30 degrees (launch speed is unchanged)? Level III: Using Excel for Statistics Initials _______ 1. Statistics: Sixty transducers are tested to see how long they work without failure in a given environment. Rather than typing in the data, use Excel’s random number generator to generate 60 data points between 0 and 3 (one way to do this is to type “=RAND()*3”). You may notice that the sixty randomly-generated values change each time you make changes to other areas of your worksheet. You should “freeze” these values by copying them and then using “Paste Options: Values” to paste the random number values into an adjacent column. Use Excel’s statistical functions—AVERAGE, MEDIAN, MAX, MIN, STDEV.S, and QUARTILE.INC—to calculate statistics for your “frozen” data (calculate the 1st, 2nd, and 3rd quartiles; check to see whether your calculated 2nd Quartile = median). 2. Statistics, continued: For the data you generated in (1.) above, generate a histogram, which is a type of graph that shows the relative frequency of occurrences: Decrease the number of decimal places for your data to two. Use the “Number” tab on Excel’s ribbon to accomplish this. Determine a suitable X-axis range for the histogram. In general,
  • 7. you could find the range for your X-axis by subtracting the MIN value from the MAX value. In this particular case, you know your data ranges from 0 to 3, so use this as your range. Determine the number of “bins” – recall that a good rule of thumb is that the number of bins should roughly equal the square root of n. What is the value of n in this case? Now take the square root of n and round it to the nearest odd number. Divide the range by the number of bins to determine the size of each bin. Since you now know the range and the number and size of the bins, you can set up a table from which your histogram can be constructed. Your table will have two columns: ‘Bin” and “Number of Occurrences.” The value in the “Bin” column will be equal to the high value of each bin range. Populate this table using an analysis of your sixty values. You may want to sort your sixty random numbers from low to high in order to make this step easier (Editing => Sort & Filter). Now use Excel to construct your histogram chart. One way to do this is to highlight your table’s number of occurrences data and go to Insert => Column => 2-D Column. Then use the bin data to adjust your X-axis values. To accomplish this, first click on the X-axis values to highlight them, then go to Chart Tools => Design => Select Data. Click on “Edit” under Horizontal (Category) Axis Labels, then fill in the range where your bin values are located under the “Add Label Range” field. Now click “OK.” Click “OK” again in the Select Data Source window. The Y-axis values should already depict the frequency of occurrence for each of the bins. Be sure to remove the space between the columns to create a proper histogram. To do this, select the data series in the plot: right-click on one of the columns, then => Format Data Series => Series Options => Gap Width => 0%. Label the axes appropriately and title your graph. Level IV: Using Excel for Graphing and Charts Initials _______ 1. Graphing: Use the Temperature and Time data below. Enter the data, then:
  • 8. A B C 1 Temperature vs. Time Data 2 3 Time (Sec) Temp (C) 4 0 54.23 5 1 45.75 6 2 28.41 7 3 28.3 8 4 26.45
  • 10. 18 14 0.32 19 15 1.68 (A) Create a scatter plot of the data (Insert/Charts/Scatter). Label the axes and give your graph a title (click on chart; Chart Tools/Design/Chart Layouts/Quick Layout). (B) Add a trendline and display R2 (a measure of the “goodness of fit”) (Chart Tools/Layout/Analysis/Trendline). To add a trendline, you can also right click on the data points and go to “Add trendline.” See if you can choose a type of trendline that gives you an R2 very close to 1.0, which means that your trendline formula is a good fit for your data points. 2. Advanced Graphing: The surface plot in Figure 2 shows the value of F(X,Y) = sin(X) * cos(Y) for -1 X 2 and -1 Y 2. You will be reproducing this surface plot. (Figure 2) (A) Create the table for F(X,Y) = sin (X) cos (Y) for the ranges -1 ≤ X ≤ 2 and -1 ≤ Y ≤ 2. Remember to use the $ sign where appropriate in your formulas for absolute cell addressing. To create the table, X values ranging from -1 to 2 should be entered in column A with increments of .2, and Y values ranging from -1 to 2 should be entered in row 2, also with increments of .2. The first two values are entered by hand, and then Excel’s Fill Handle (small square that appears in the bottom right corner of the selected cells) can be used to complete the rest of each series. See Figure 3 for illustration of the first part of the chart (note: the whole chart is not displayed
  • 11. below – you will need to create it within your spreadsheet). … . (Figure 3) . . (B) Graph the resulting surface area data (Insert/Charts/Other Charts => Surface => “Wire frame” icon). (C) Label the axes appropriately and title your graph. ***************************************************** ********** F(X,Y) = sin (X) cos (Y) -1 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 -0.45464871341284091 - 0.58625848083662813 -0.6944959726750779 - 0.77504610169174781 -0.8246975884333746 - 0.8414709848078965 -0.8246975884333746 - 0.77504610169174781 -0.6944959726750779 - 0.58625848083662813 -0.45464871341284091 - 0.30491353651226449 -0.1430224191212503 2.4570550786785637E-2 0.19118397037180895 0.35017548837401463 -0.8 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 - 0.38758915004156702 -0.49978680152075255 - 0.59205953039176074 -0.66072871413793843 - 0.70305672910146599 -0.71735609089952279 - 0.70305672910146599 -0.66072871413793843 - 0.59205953039176074 -0.49978680152075255 - 0.38758915004156702 -0.25993954225851562 - 0.12192696521227749 2.0946455174185981E-2 0.16298480649321617 0.29852546790566076 -0.6 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 -0.30507763036642738 - 0.39339019959669946 -0.4660195429836132 - 0.52007015780147892 -0.55338721660408663 - 0.56464247339503537 -0.55338721660408663 -
  • 12. 0.52007015780147892 -0.4660195429836132 - 0.39339019959669946 -0.30507763036642738 - 0.20460257874157994 -9.5970667963079528E-2 1.6487290494153213E-2 0.12828795270803775 0.23497417908349799 -0.4 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 - 0.21040362829671244 -0.27131037182928791 - 0.3214008270064177 -0.3586780454497614 - 0.38165590209504829 -0.38941834230865052 - 0.38165590209504829 -0.3586780454497614 - 0.3214008270064177 -0.27131037182928791 - 0.21040362829671244 -0.14110875607099124 - 6.6188323035149377E-2 1.1370829570772362E-2 8.8476663084435025E-2 0.16205521124517713 -0.2 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 -0.1073414975338518 - 0.13841425570643057 -0.16396887429543613 - 0.18298657129998708 -0.19470917115432523 - 0.19866933079506122 -0.19470917115432523 - 0.18298657129998708 -0.16396887429543613 - 0.13841425570643057 -0.1073414975338518 - 7.1989372590281847E-2 -3.3767258537139425E-2 5.8010495551325146E-3 4.5138088107911742E-2 8.26756135293025E-2 0 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 0.1073414975338518 0.13841425570643057 0.16396887429543613 0.18298657129998708 0.19470917115432523 0.19866933079506122 0.19470917115432523 0.18298657129998708 0.16396887429543613 0.13841425570643057 0.1073414975338518 7.1989372590281847E-2 3.3767258537139425E-2 -5.8010495551325146E-3- 4.5138088107911742E-2 -8.26756135293025E-2 0.4 -1 -
  • 13. 0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 0.21040362829671244 0.27131037182928791 0.3214008270064177 0.3586780454497614 0.38165590209504829 0.38941834230865052 0.38165590209504829 0.3586780454497614 0.3214008270064177 0.27131037182928791 0.21040362829671244 0.14110875607099124 6.6188323035149377E-2 - 1.1370829570772362E-2 -8.8476663084435025E-2- 0.16205521124517713 0.6 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 0.30507763036642738 0.39339019959669946 0.4660195429836132 0.52007015780147892 0.55338721660408663 0.56464247339503537 0.55338721660408663 0.52007015780147892 0.4660195429836132 0.39339019959669946 0.30507763036642738 0.20460257874157994 9.5970667963079528E-2 -1.6487290494153213E-2- 0.12828795270803775 -0.23497417908349799 0.8 -1 - 0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 0.38758915004156702 0.49978680152075255 0.59205953039176074 0.66072871413793843 0.70305672910146599 0.71735609089952279 0.70305672910146599 0.66072871413793843 0.59205953039176074 0.49978680152075255 0.38758915004156702 0.25993954225851562 0.12192696521227749 - 2.0946455174185981E-2 -0.16298480649321617 - 0.29852546790566076 1 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 0.45464871341284091 0.58625848083662813 0.6944959726750779 0.77504610169174781 0.8246975884333746 0.8414709848078965 0.8246975884333746 0.77504610169174781 0.6944959726750779 0.58625848083662813 0.45464871341284091 0.30491353651226449
  • 14. 0.1430224191212503 -2.4570550786785637E-2- 0.19118397037180895 -0.35017548837401463 1.2 -1 - 0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 0.50358286730732571 0.64935788456716603 0.7692450521366152 0.85846484697051395 0.91346035739817832 0.93203908596722629 0.91346035739817832 0.85846484697051395 0.7692450521366152 0.64935788456716603 0.50358286730732571 0.33773159027557548 0.15841602051320158 - 2.7215096076372867E-2 -0.21176123266758409 - 0.38786511716355132 1.4 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 0.53244076142990071 0.68656943860731268 0.81332675886260219 0.90765930784304583 0.96580634450436575 0.98544972998846014 0.96580634450436575 0.90765930784304583 0.81332675886260219 0.68656943860731268 0.53244076142990071 0.35708535130826274 0.16749407507795255 -2.8774661367597085E-2- 0.22389624286811524 -0.41009178771093335 1.6 -1 - 0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 0.54007192260824977 0.69640963572533676 0.8249836943137433 0.920668256396454 0.97964868043332765 0.99957360304150511 0.97964868043332765 0.920668256396454 0.8249836943137433 0.69640963572533676 0.54007192260824977 0.36220324623227773 0.16989466942746431 - 2.9187071713790043E-2 -0.2271052164109463 - 0.41596939280175144 1.8 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 0.52617212052771389 0.67848617831468028 0.80375113325918868 0.89697306690402512 0.95443551493359335 0.97384763087819515 0.95443551493359335 0.89697306690402512
  • 15. 0.80375113325918868 0.67848617831468028 0.52617212052771389 0.35288124072745131 0.16552209944053539 -2.8435885615885139E-2- 0.22126022164742623 -0.40526361086889012 2 -1 - 0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 0.49129549643388193 0.63351361806156559 0.75047555090496221 0.83751839179632803 0.89117201734889273 0.90929742682568171 0.89117201734889273 0.83751839179632803 0.75047555090496221 0.63351361806156559 0.49129549643388193 0.32949097373597147 0.1545506856841021 - 2.6551050493101028E-2 -0.20659428007382899 - 0.37840124765396416 X F(X,Y) Y [1] X↓Y→ -1-0.8-0.6-0.4-0.200.20.40.60.811.2 -1-0.45-0.59-0.69-0.78-0.82-0.84-0.82-0.78-0.69-0.59-0.45-0.30 -0.8-0.39-0.50-0.59-0.66-0.70-0.72-0.70-0.66-0.59-0.50-0.39- 0.26 -0.6-0.31-0.39-0.47-0.52-0.55-0.56-0.55-0.52-0.47-0.39-0.31- 0.20 -0.4-0.21-0.27-0.32-0.36-0.38-0.39-0.38-0.36-0.32-0.27-0.21- 0.14 -0.2-0.11-0.14-0.16-0.18-0.19-0.20-0.19-0.18-0.16-0.14-0.11- 0.07 00.000.000.000.000.000.000.000.000.000.000.000.00 0.20.110.140.160.180.190.200.190.180.160.140.110.07 0.40.210.270.320.360.380.390.380.360.320.270.210.14