I. MULTIPLE CHOICE: Write The Letter of The Correct Answer On The Space Provided Before Each Number
I. MULTIPLE CHOICE: Write The Letter of The Correct Answer On The Space Provided Before Each Number
13. Pressing this key will delete the character at the RIGHT of the cursor or
insertion point.
a. Escape Key c. Backspace Key
b. Delete Key d. Enter Key
14. It is entered by typing in the Formula Bar.
a. Data types c. Data
b. Workbook d. Cells
15. It is a vertical and horizontal line that shows the actual position of text or
objects in a document in inches.
a. File c. Home
b. Insert d. Page Layout
16. It contains commands that allow a user to insert items or objects into a
document.
a. Review c. Home
b. Insert d. File
17. It contains the name of the file, program, or folder.
a. Status bar c. Title bar
b. Menu bar d. Task bar
18. It is a long, thin bar with a box labeled Start on one end and a clock on
the other end.
a. Status bar c. Title bar
b. Menu bar d. Task bar
19. It contains commands that would change the document layout, display
rulers, toolbars, and task pane.
a. View c. Mailings
b. Review d. References
20. Which of the following menus contains commands such as Open, Save,
and Print?
a. Home c. Page Layout
b. Insert d. File
21. Which of the following menus contains commands that allow a user to
insert table of contents, footnotes, and citations?
a. View c. Mailings
b. Review d. References
22. It contains commands that would alter the appearance of paragraphs,
bullets, and other items in the document.
a. File c. Home
b. Insert d. Page Layout
23. It contains information such as current page, total number of pages, and
current cursor position.
a. Status bar c. Title bar
b. Menu bar d. Task bar
24. It shows is the space where the document is created
a. Home c. Work area
b. Print Area d. File area
25. It contains commands that provide information on a topic related to the
use of the application and other related information.
a. Help c. Edit
b. View d. File
II. Identify the following icons. Choose your answer from the box below.
Write only the letter of the correct answer.
1. 6. 11.
2. 7.
12.
3. 8.
13.
4.
9.
14.
5.
10.
15.
“In life, NOBODY and NOTHING will help you until you start
helping YOURSELF”
-unknown
GOOD LUCK & GOD BLESS!!!
Prepared by:
RAQUEL S. RODRIGUEZ
Teacher
2. Compute for the gross pay of Ms. Antonio. The Gross Pay is computed based on the
Rate Per Hour multiplied by the Number of Hours Worked.
Select cell F=G5. Type in the formula, =B5*C5, and press the Enter key.
3. Compute for the Social Security System (SSS) contribution of Mr. Antonio. SSS is 5%of
the Gross Pay. In cell D5, type in the formula, =G5*0.05, and press the Enter key.
4. Using step 2 and 3, compute for Ms. Antonio's Withholding Tax is 10%of the Gross
Pay while the Net Pay is Gross Pay less all Deductions (SSS, W/TAX, and
OTHERS).WTax = G5*0.10
5. Assume that there is another deduction for Ms. Antonio's. Type in any value under
Others.
6. Compute for the remaining Gross Pay and Net Pay.
Select cells G5 and H5.
Copy the selected cells by pressing Ctrl + C. Highlight cells G6 to H14. Press Ctrl +
V to paste.
7. Compute for the remaining SSS and W/TAX. Use the example in step 6.
8. Compute for the Total Net Pay.
Select H15. Type in the formula, =SUM (H5:H14), and press the Enter key.
9. Using the step 8, compute for the total GROSS PAY, SSS, W/TAX, OTHERS, RATE PER
HOUR, AND NO. OF HOURS WORKED.
The result should be like this:
-Teacher Raquel
Name: _______________________________________________________Score:___________
Hands-On Exam:
Dim eng, sci, math, fil, ap, tle, mapeh, comp As Integer
eng = englishtxt.Text
sci = sciencetxt.Text
math = mathtxt.Text
fil = filipinotxt.Text
ap = aptxt.Text
tle = tletxt.Text
mapeh = mapehtxt.Text
comp = comptxt.Text
nametxt.Text = ""
englishtxt.Text = ""
sciencetxt.Text = ""
mathtxt.Text = ""
filipinotxt.Text = ""
aptxt.Text = ""
tletxt.Text = ""
mapehtxt.Text = ""
comptxt.Text = ""
avetxt.Text = ""
remarklbl.Text = "Remark"
5. Save it as "2ndPT_LastName" ex: 2ndPT_Rodriguez.
“In life, NOBODY and NOTHING will help you until you start
helping YOURSELF”
-unknown
GOOD LUCK & GOD BLESS!!!
Prepared by:
RAQUEL S. RODRIGUEZ
Teacher
Name: _______________________________________________________Score:___________
CRITERIA: (40 mins)
Speed - 20pts
Accuracy - 25pts
Output - 35pts
</nav>
</body>
</html>
3. Save the HTML file and refresh the page in the browser to view the changes. You
should see a page similar to the image below.
Prepared by:
RAQUEL S. RODRIGUEZ
Teacher
CRITERIA:
Speed - 20pts
Accuracy - 25pts
Output - 35pts
1. Create an HTML file and name it as "Your LASTNAME".html (ex: Rodriguez.html).
Save your output in Documents on Server PC and look for the folder Grade 8
2nd Periodic Test, otherwise save it on the Desktop | Grade 8 2nd Periodic Test
if your PC is not connected to the server.
2. Load it into browser and view the source code to open Notepad Load it into
browser and view the source code to open Notepad.
<html>
<head>
<title>Registration Form</title>
</head>
<body>
<form>
Firstname:<input type="text" name="firstname"><br>
Lastname:<input type="text" name="Lastname"><br>
Gender:<input type="radio" name="Gender" value="Male">Male
<input type="radio" name="Gender" value="Female">Female<br>
Birthdate:<select name="month">
<option value="Jan">January</option>
<option value="Feb">February</option>
<option value="Mar">March</option>
<option value="Apr">April</option>
<option value="May">May</option>
<option value="Jun">June</option>
<option value="Jul">July</option>
<option value="Aug">August</option>
<option value="Sep">September</option>
<option value="Oct">October</option>
<option value="Nov">November</option>
<option value="Dec">December</option>
</select>
<select name="day">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
<option value="25">25</option>
<option value="26">26</option>
<option value="27">27</option>
<option value="28">28</option>
<option value="29">29</option>
<option value="30">30</option>
<option value="31">31</option>
</select>
</form>
</body>
</html>
3. Save the HTML file and refresh the page in the browser to view the changes. You
should see a page similar to the image below.
“In life, NOBODY and NOTHING will help you until you start
helping YOURSELF”
-unknown
GOOD LUCK & GOD BLESS!!!
Prepared by:
RAQUEL S. RODRIGUEZ
Teacher