You are on page 1of 3

Republic of the Philippines

BICOL UNIVERSITY
GUBAT CAMPUS
Gubat, Sorsogon
ISO 9001:2015
TÜV Rheinland ID 910863351 A.Y. 2020 - 2021

NAME: Gerald L. Dio


PROGRAM YEAR/BLOCK/MAJOR: BSED III- Filipino
DATE: DECEMBER 10, 2021

FINAL EXAMINATION
TECHNOLOGY FOR TEACHING AND LEARNING I

1. Supposed we wish to wish to do a very simple test. We went to test if the value in cell is greater than
or equal to the value in cell c2 is greater than or equal to the value in cell D2. If the argument is true,
then we want to return some text stating “YES, it is” and if it’s not true, then we want to display” no it
isn’t’
=IF (C2 > = D2, " Yes, it is”, " No, it isn't")

2. Result/formula when false:


=IF(C2>D2, Yes, it is”, No it isn’t)

3. Suppose we wish to test a cell and ensure that an action is taken if the cell is not blank we are given the
data below:

2 IF FUNCTION

4 AGM PREPARATION LIST STATUS REMARKS

5 DIRECTORS REPORT TO BE CLOSED 01/01/18


FINALISED AND SENT FOR
REVIEW

6 FINALIZED ANNUAL REPORT OPEN

7 AGM NOTICE CLOSED 01/15/18

8 PREPARE ATTENDACE REGISTER OPEN

9 READY THE DOCUMENTS OPEN


NEEDED

3
Republic of the Philippines
BICOL UNIVERSITY
GUBAT CAMPUS
Gubat, Sorsogon
ISO 9001:2015
TÜV Rheinland ID 910863351 A.Y. 2020 - 2021

10 FOLLOW UP WITH AUDITORS OPEN

11

IN THE WORKSHEET ABOVE, WE LISTED AGM-RELATEDTASK IN COLUMN. REMARKS CONTAIN THE


DATE OF COMPLETION. IN COLUMN B, WE WILL USE A FORMULA TO CHECK IF THE CELLS IN COLUMN
CARE EMPTY OR NOT. IF A CELL IS BLANK, THE FORMULA WILL ASSIGN THE STATUS OF “CLOSED” THE
FORMULA USED IS?
=IF(D5<>””,” Close”, Open”)

4. SELLERS FREQUENTLY PROVIDE A DISCOUNT BASED ON THE QUNATITY PURCHASED. SUPPOSE WE ARE
GIVEN THE FOLLOWING DATA:
=SUM (C5:C8)

PART II
1. A fast way to add up this column of numbers is to click in the cell below the numbers and then:
Click the AutoSum button on the Standard toolbar, and then press ENTER.

2. Say you want to paste a formula result- but not on the underlying formula- to another cell. You would
copy the cell with the formula, the place the insertion points in the cell you want to copy to. What next?
Click the arrow on the paste button on the standard toolbar, then click values.

3. How do you change the column width to fit the contest?


Select the column or columns that you want to change, and then double-click the boundary to the right of a
selected column heading.
4. ###### means:
The cell is not wide enough

3
Republic of the Philippines
BICOL UNIVERSITY
GUBAT CAMPUS
Gubat, Sorsogon
ISO 9001:2015
TÜV Rheinland ID 910863351 A.Y. 2020 - 2021

5. Which key do you press to group two or more non-adjacent worksheet?


To group non adjacent worksheets, select the first worksheet and then hold down the Ctrl key while you
select the other worksheets.

6. To copy an entire worksheet and all its data, you should click the worksheet tab of the sheet that you
want to copy, hold down SHIFT, and then drag the selected sheet along the row of sheet tabs.
You should click the worksheet tab of the sheet that you want to copy, hold down SHIFT, and then Drag the
selected sheet along the row of sheet tabs.

7. Which formula can add all the numeric values in a range of cells, ignoring those which are not numeric, and
place the result in a different cell? Sum
8. On an excel sheet, the active cell is indicated by
The dark wide border
9. In order to multiply items in excel, you would use:
Asterisk (*)
10. Labels are aligned at the _ edge of the cell.
Left

You might also like