Mariners' Polytechnic Colleges Foundation of Canaman, Camarines Sur
Mariners' Polytechnic Colleges Foundation of Canaman, Camarines Sur
Semi-Final Examination
Basic Computer Operation
Name: _______________________________ Year & Section: _________ Date: ______ Score: _________
Multiple Choice: From the given choices below, encircle the letter of the BEST answer.
9. Using a FUNCTION, how can you compute Peter’s savings for the whole week?
a. =(B2 + C2 + D2 + E2 + F2 + G2) c. =SUM(B2:G2)
b. =AVERAGE(B2:G2) d. =TOTAL(B2:G2)
10. Using a FUNCTION, show in cell H5 the average money saved by Luke every day.
a. =TOTAL(B5:G5) b. =DAILY(B5:G5)
c. =SUM(B5:G5) d. =AVERAGE(B5:G5)
11. Using a combination of formula and function, get the total of Joseph’s savings and subtract it by John’s total
savings. Enter the expression in cell H7.
a. =SUM(C4:G4)-SUM(C6:G6)
b. =SUM(C4:G4) QUOTIENT(C6:G6)
c. =ADD(C4:G4) SUBTRACTTO (C6:G6)
d. =SUBTRACT((ADD(C4:G4),ADD(C6:G6))
12. In order to be more organized, MS excel allows you to have more than 5 worksheets in a single book.
a. True c. It depends
b. False d. Sometimes
13. Excel auto-fill functionality is very useful in creating numbering system in the fastest way possible. To
accurately achieve the desired number, one MUST:
a. Endlessly number it manually c. Re-check the numbers twice or thrice
b. Copy paste the numbers accurately d. Provide a pattern for the excel auto-fill
14. On an excel sheet, the active cell is indicated by:
a. A dark wide border c. A blinking border
b. A dotted border d. None of the above
15. If you are going to explore the different kinds of formula in excel, it is best to go to the ________ ribbon.
a. Home c. Formula
b. Insert d. Page Layout
16. LEFT() function is used to
a. Extract parts of the string starting c. Add parts to the string starting from
from the left the left
b. Delete parts of the string starting from d. Align the text to left
the left
17. What will be the result of this equation in excel =(8+2*(6/2) -2)
a. 28 c. 12
b. 10 d. 14
18. What is the difference between a FUNCTION and FORMULA?
a. A function is a longer version of a formula
b. A formula is a shorter version of the function
c. Both starts in “F” but ends in different letters
d. A function is a pre-defined formula
19. It is a condition/test/expression that is only answerable by YES or NO.
a. And statement c. If statement
b. Or statement d. Logical operation
20. The following are logical operators in excel EXCEPT
a. /= c. <=
b. >= d. >
21. What is the result of the statement “OR(7>9,9<9,1=1)”?
a. True c. Invalid
b. False d. Syntax Error
22. What is the result of the statement “AND(7>9,9<9,1=1)”?
a. True c. Invalid
b. False d. Syntax Error
23. CONCATENATE is used to
a. Join several text strings into one string c. Format text into string
b. Combine strings together with their d. None of the above
cells
24. In creating an IF Statement, a clear logical test contains the following EXCEPT
a. Boolean logic c. Gives more than two possibilities
b. Tests whether it is true or false d. Gives only 2 possibilities
25. What are the parts of an IF Statement?
a. Logical test, value if true, value if c. Logical test, outcome, feedback
false d. Logical test, condition, result
b. Logical test, result, output
26. The following are the different types of CASE FUNCTION EXCEPT
a. UPPER() c. CONCATENATE()
b. LOWER() d. PROPER()
27. What is the best way to create an IF statement that will test several conditions and possibilities?
a. Nested IF Statement c. It is not possible
b. Separate cells d. No, it’s not.
28. What is the result of this statement: =LEN(rastaman vibration)
a. 13 c. 19
b. 17 d. 18
29. If you are going to focus on the general formatting, you need to go to
a. Home Tab c. Page Layout Tab
b. Insert Tab d. Data Tab
30. Create an expression that will combine the three words in the merged cells of C2-C5.
33. Create a FUNCTION that will get the total number of sold products during the 4 waves.
a. =(C3+D3+E3+F3) c. =SUM(C3:F3)
b. =TOTAL(C3:F3) d. =AVERAGE(C3:F3)
34. In column H, create a FORMULA that will get Robert’s average product sold per wave. Show it in H3.
a. =AVERAGE(C3:F3) c. =((C3+D3+E3+F3)/4)
b. =SUM(C3:F3) d. =(C3+D3+E3+F3/4)
35. In PROFIT column, you should be able to compute the profit from the total product sold. To compute for the
profit, the formula is PROFIT = (TOTAL_products_sold * 120) * 20%. Create your own function/formula in
excel.
a. =(G3 * 120) * 20% c. =TOTAL(120 * 20%)
b. =SUM(G3 * 120) * 20% d. = G3 * 120) * .02
36. In the last column, create an IF statement that will indicate in the remark column whether the profit has met
the quota. If the profit is greater than or equal to 2000, the output should be VERY GOOD! Otherwise, the
output should be “YOU DID NOT MEET THE QUOTA”
a. =IF(I3 >= 2000, VERY GOOD!, YOU DID NOT MEET THE QUOTA)
b. =IF(I3 > 2000, “VERY GOOD!”, “YOU DID NOT MEET THE QUOTA”)
c. =IF(I3 >= 2000, “VERY GOOD!”, “YOU DID NOT MEET THE QUOTA”)
d. =IF(I3 > 2000, VERY GOOD!, YOU DID NOT MEET THE QUOTA)