CSE200 SP07 KREEVES QUIZ#1 SEAT# ______

advertisement
CSE200 WI08 KREEVES
QUIZ#1
NAME _______________________________________________
Lab section (check one):
_______ R 3:30-5:18pm
SEAT# ____________
Lecture: TR 1:30-3:18pm
________ F 1:30-3:18pm
Instructions:
 Filling in all the above data correctly ON THE SECOND PAGE is worth 2 points.
 Put away all books, papers, and calculators.
 Turn off all beepers and cell phones.
 Read each question carefully and fill in the answer in the space provided. Answers must be legible
or they will be marked incorrect. If there are multiple answers to choose from, please CIRCLE the
correct answer. The question will not be graded at all if there are multiple answers to choose from.
 When time has run out you will be told to put all pens/pencils down.
 Be sure to use values as determined by previous problems and do not use values from problems
that have not yet been solved per the ordering of the questions.
 Use cell references whenever possible.
 Don’t use a $ if NOT copying
 Only use the functions given.
 Your answer should update correctly when additional input data is added to the problem or when
input data is changed.
SNEAKERS, tennis shoes, whatever you call them… comfort is the key, cost is an unfortunate side
effect. The Excel Sneaker Shop has information associated with each type of shoe it sells… and it
always sells each shoe type in a pair. The given or input data is shown in gray and is in the ranges
A4:F14 and G2:I2. The name of the shoe, the company and the base price are given in columns A, B
and F respectively and are self explanatory. The cushion level in cells C4:E14 are designated with a 0
or 1, where the 1 value means that the shoe comes in that cushion level but a 0 value means that the
given shoe is not sold with that cushion level. The values in G2:I2 is the amount added to the base
price of the shoe based on the cushion level where $5 is added to the base price for cushion level 1, etc.
All of the other data seen on the above worksheet is filled in using the problems given below.
FUNCTIONS
AVERAGE(number1,number2,…)
COUNT(number1,number2,…)
COUNTIF(range, criteria)
LARGE(array,k)
MAX(number1,number2,…)
MIN(number1,number2,…)
WI08 Quiz#1 KReeves
RANK( number, ref, order)
ROUND(number, num_digits)
SMALL(array,k)
SUM(number1,number2,…)
SUMIF(range, criteria,sum_range)
Page 1
CSE200 WI08 KREEVES
QUIZ#1
NAME __________________KEY__________________________
Lab section (check one):
_______ R 3:30-5:18pm
SEAT# ____________
Lecture: TR 1:30-3:18pm
________ F 1:30-3:18pm
1. (4 pts) Which of the following formulas can be used to correctly determine the total number of
shoe cushion options available in the Excel Sneaker Shop where the total number of shoe options is 17
i.e. the number of 1 options listed for all cushion levels?

=COUNT(C4:E14)
Will Work
__________
Will NOT Work
____X_____

=SUM(C4:E14)
____X_____
__________

=COUNTIF(C4:E14,"=1")
____X_____
__________

=SUMIF(C4:E14,1)
____X_____
__________
2. (6 pts) Write an Excel formula in cell G4, which can be copied down and across to cell I14, to
determine the cost of a cushion level one nike nw1 shoe. Reminder: If the cushion level does not exist
for that shoe, then there should be no cost associated with that shoe at that cushion level.
=($F4+G$2)*C4
=$F4*C4+G$2*C4
No extra $ allowed
3. (6 pts) Write an Excel formula in cell J4, which can be copied down and across to cell L14, to
determine the rank of the cushion level one nike nw1 shoe based on all the other cushion level one
shoes in ascending order.
=RANK(G4,G$4:G$14,1)
No extra $ allowed
4. (7 pts) Write an Excel formula in cell M4, which can be copied down to cell M14, to determine the
average rank for the nike nw1 shoe rounded to the nearest whole number.
=ROUND(AVERAGE(J4:L4),0)
Optional $ on column
5. (2 pts) In cell M13, the value 3 is shown. If you were to press the increase decimal icon to show
two decimal places, what would the value in cell M13 now be?
____3.00__________
SCRATCH WORK AREA (nothing is graded below this line on this page):
WI08 Quiz#1 KReeves
Page 2
6. (4 pts) Write an Excel formula in cell P3 to determine the number of different types of shoes sold
by the Excel Sneaker Shop. This does NOT include the various cushion types of the same shoe; just
the number of different shoe types as designated by the shoe name (not company) column.
=COUNT(C4:C14)
Any column will work for the range except columns A and B
No $ allowed (not copying)
7. (7 pts) Write an Excel formula in cell P5, which can be copied down to cell P9, to determine the
percent of adidas shoes types. Note: The above problem determines the number of different shoes; this
problem asks what percent of those shoes are made by adidas.
=COUNTIF(B$4:B$14,O5)/P$3
Optional $ on column
8. (4 pts) If you add up all the percent values in the range P5:P9 as shown, you get 99%, however, if I
write an Excel formula to add up the values, the value of 100% will result. Explain.
The value you see on the worksheet is the formatted value, however the exact value, or the
precise value is the one used in a formula. So when you eyeball it, you get 99% because you are
adding up the formatted value, but when you use the SUM function, you get 100% because excel
is using the precise value.
9. (6 pts) Write an Excel formula in cell Q5, which can be copied down to cell Q9, to determine the
total cost of one pair each of all the adidas types of shoes bought at the base price.
=SUMIF(B$4:B$14,O5,F$4:F$14)
Optional $ on column
10. (2 pts) Does the MIN function and the SMALL function always return the same value if the same
range is used? Answer Yes or No on the line given.
____NO_______
SCRATCH WORK AREA (nothing is graded below this line on this page):
WI08 Quiz#1 KReeves
SCORE _____________/50
Page 3
Download