Name: ID: MID TERM EXAM PART-II Time: 20 Min; Full Marks: 10 1. Which of the following function will use to find the highest number in a series of number? a) MAX(B1:B3) b) MAXIMUM (B1:B3) c) HIGH (B1:B3) d) HIGHEST(B1:B3) 2. Which of the following syntax is correct regarding to SUM function in Excel? a. =SUM (A1, B1) b. =SUM (A1:B9) c. =SUM (A1:A9, B1:B9) d. All of the above 3. If 4/6 entered in a cell without applying any formats, Excel will treat this as a. Fraction b. Number c. Text d. Date 4. A column in an Excel worksheet named Letter Grade contains the formula =IF(Score<80,"B",IF(Score<70,"C",IF(Score<60,"D",IF(Score<50,"F","A")))) What will appear in Letter Grade when Score is 88? a. A b. B c. C d. D 5. What is the first cell of any worksheet of Excel? a. A1 b. 1A c. A21 6. What would the result of the following function be: a. TRUE b. FALSE d. AA =AND(5>7, 7>8, 8<9) 7. Which function will give the total of the values in a range of cells: a. =COUNT() b. =AVERAGE() c. =MAX() 8. If the formula E5+B4 is in C4 and is copied to D4 the result will be: a. F5+C4 b. C2+G5 c. E5+B4 d. =SUM() d. None of the above 9. Which chart would be best to show the results of measuring a plant grow vertically over 5 weeks? a. Pie Chart b. Line Chart c. Bar chart d. None of the above 10. What does SUMIF function do? a. Adds up cell values based on a condition c. Returns a subtotal in a list or database b. Adds all the numbers in a range of cells d. All of above 11. A company decides to give some of its employees a bonus. Those who are working for at least 10 years get a bonus if their performance is considered either good or excellent. Those who are not working long get a bonus only if their performance is considered excellent. Assume the columns are named as shown. Years 3 15 12 2 10 Rating Excellent Poor Acceptable good good Bonus YES NO NO NO YES Which formula could have been used to calculate the values in the Bonus column. a. =IF(OR(AND(Years>=10, Rating="good"),Rating="excellent"),"YES","NO") b. =IF(Rating="good" AND IF (Years>=10," YES "," NO")) c. =IF(Rating>="good",IF(Years>=10,"YES", "NO"),"NO")) d. =IF(Years>=10 AND (Rating="excellent" OR Rating="good"),"YES","NO") 12. A B C D 1 24 4 5 =A1*$B$1+ $C1 2 10 2 6 3 11 6 12 If you copy and paste the formula in D1 to cells D2 what will be the value? Ans: A B 1 Salary Tax 2 90000 =if(A2>=100000, 10000+15%*A2, if(A2>=50000, 5000+10%*A2, 5%*A2) 3 40000 13. What will be the tax in B3 if we drag the formula of B2? Ans: 14. You’re analyzing a company where sales representatives receive a 20% commission on the sales they generate, but only if they exceed a quota of $50,000. Which formula that can be written in cell C2 and copied into cells C3:C5 will correctly calculate commissions? a. =IF(B2>B7,B2*B8,0) c. =IF(B2>$B$7,B2*$B$8,0) b. =IF(B2<B7,B2*B8,0) d. =IF(B2<$B$7,B2*$B$8,0) 15. The formula =B2+A3 is located in cell b3. If this was copied and pasted into cell D4 the resulting formula would be: a. =C2+C3 A B C D 1 2 4 5 5 2 3 3 4 6 3 5 =B2+A3 3 8 4 4 b. =D3+C3 3 4 c. =D3+C4 ???????? d. none of the above