Font size
WorksheetsSTS101-Final Exam
Total questions: 100
Worksheet time: 50mins
What is Photo Imaging?
What is Graphic Design?
What are the key features of Canva?
What are the basic tools for photo editing in Canva?
What are the core principles of graphic design?
None of the above
Only Layout and Color Theory
Layout, Color Theory, Typography, Composition
What does good layout follow?
Visual flow, alignment, balance
What do warm colors evoke?
What is the purpose of a mood board in design?
Manual data processing
You have a list of monthly expenses in cells B2. What formula would you use to calculate the total expenses for the year?
If you want to calculate the total revenue from sales in cells C5 to C10, what formula should you use?
You have a list of expenses in column E and the corresponding category in column F. What formula would you use to sum the expenses related to "Marketing"?
To sum the values in column H where the corresponding value in column I is "Approved," which formula would you use?
If you need to sum expenses in column G where the department in column H is "HR" and the expense type in column I is "Training," which formula should you use?
You want to count the number of transactions in column C. Which function should you use?
To count the number of numeric values in a range D2
representing sales, which function is appropriate?
=COUNT(D2:D20)
=COUNTA(D2:D20)
=SUM(D2:D20)
=AVERAGE(D2:D20)
Which of the following is the correct formula to add values from cells A1 and B1?
What symbol is used to begin a formula in Excel?
Which function would you use to find the highest number in a range of cells?
Which function would you use to find the lowest number in a range of cells?
What operator is used for multiplication in Excel?
How would you subtract the value in cell B1 from the value in cell A1?
Which of the following formulas divides the value in cell C1 by the value in cell D1?
Which function would you use to add a range of cells from A1 to A10?
How would you calculate the average of the values in cells B1 to B5?
If you wanted to multiply the values in cells E1 and F1, which formula would you use?
What does the SUMIF function do?
How would you perform a calculation to divide cell G1 by 10 and then subtract 2?
Which Excel function would you use to add up all values that meet multiple conditions?
To perform division in Excel, which operator should you use?
Which of the following formulas will correctly calculate the product of cells A1, A2, and A3?
You need to count how many transactions in column J are marked as "Refunded." Which function do you use?
To count the number of payments in column E that are greater than $500, which formula should be used?
To calculate the average revenue generated by products in cells B5 through B15, what formula should be used?
You want to find the average cost per unit listed in column D. What is the correct formula?
To find the average revenue in column F where the category in column G is "Luxury," which formula should you use?
To calculate the average profit in column H for transactions exceeding $1,000, which formula would be correct?
=AVERAGEIF(H:H, ">1000")
To calculate the total interest on a loan by multiplying the principal in cell C1 by the interest rate in cell D1, what would the formula be?
=D1/C1
You need to calculate the net income by subtracting total expenses in cell B4 from total revenue in cell A4. Which formula would you use?
=B4/A4
To calculate the earnings per share (EPS) by dividing the total earnings in cell F5 by the number of shares in cell G5, which formula should you use?
=G5-F5
To find the profit by subtracting the cost in column C from the sales price in column D for each row, what formula should you enter in column E?
=C1/D1
Select the formula to add the values in cells A1, A2, and A3. *do not insert space between text/number
=A1-A2-A3
=A1*A2*A3
=A1/A2/A3
Write the formula to subtract the value in cell B2 from the value in cell B1. *do not insert space between text/number
=B1+B2
=B1/B2
Write the formula to multiply the values in cells C1 and C2. *do not insert space between text/number
=C1xC2
=C1+C2
Write the formula to divide the value in cell D1 by the value in cell D2. *do not insert space between text/number
=D1+D2
=D1*D2
Write the formula to calculate the total of the values from cell E1 to E10. *DO NOT INSERT SPACE
=ADD(E1:E10)
Write the formula to find the average of the values from F1 to F5. *DO NOT INSERT SPACE
=AVERAGEIF(F1:F5)
Write the formula to find the maximum value in the range G1 to G10. *DO NOT INSERT SPACE
=MIN(G1:G10)
Write the formula to find the minimum value in the range H1 to H5. *DO NOT INSERT SPACE
=MAX(H1:H5)
Write the formula to count the number of numeric values in the range I1 to I10. *DO NOT INSERT SPACE
=COUNTIF(I1:I10)
Write the formula to sum the values in the range J1 to J10 only if they are greater than 100. *DO NOT INSERT SPACE
=SUMIF(J1:J10, "<100")
