0% found this document useful (0 votes)
26 views6 pages

Fourth Quarter Net Technology 2023-2024

Uploaded by

Aileen Enriquez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views6 pages

Fourth Quarter Net Technology 2023-2024

Uploaded by

Aileen Enriquez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

TOS- FOURTH QUARTERLY EXAMINATION

Net Technology
th
(4 Quarter, SY 2023-2024)

Index Competencies Item


Placement

LO 2. Create HTML5 document using advanced techniques with


JavaScript and
1 CSS3 1,2,3
2.1 Create static pages using new features
available in HTML5
2.2 Use CSS3 applying basic styling to the elements in an HTML5
2 4,5,6,7,8,9
page
3 2.3 Explain the syntax and use of JavaScript with HTML5 10,11
2.4 Write JavaScript code that manipulates the HTMLDOM and handle
4 12,13,14,15
events
2.5 Describe the use of jQuery to simplify code that uses many
6 16,17,18,19
common JavaScript APls
7 2.6 Create forms that use the new HTML5 Input types 20,21,22,23,24
8 2.7 Validate user input and provide feedback by using the new HTML5 25,26,27
attributes
9 2.8 Write JavaScript code to validate user input and provide cases 28,29,30, 31
where it is not suitable to use HTML5 attributes
10 Use basic functions of a Web 36, 37, 38
browser to locate information
11 39, 40
Maintain computer equipment
Total 40

Prepared by:

AILEEN D. ENRIQUEZ Recommending Approval by:


Teacher II
SONNY A. CABAEL, Edd
Checked by: Assistant Principal

GLENDA A. BELEN
Subject Group Head Approved by:
Master Teacher I
DENWARD R. PACIA
Principal II

1|Page
FOURTH QUARTER TEST
NET TECHNOLOGY

Choose the letter of the correct answer by shading the circles in the answer sheet provided. STRICTLY
NO ERASURES.

1. What is the main basis of entering data into a computer using an appropriate program/application?
A. To create data
B. To delete data
C. To manipulate data
D. To input data

2. What does CPU stand for in the context of computer systems?


A. Central Processing Unit
B. Central Personal Unit
C. Central Power Unit
D. Central Peripheral Unit

3. Which of the following is a main function of an operating system?


A. Print documents
B. Manage hardware and software resources
C. Create spreadsheets
D. Edit images

4. Which of the following is a main function of a computer's motherboard?


A. Store data permanently
B. Provide power to the computer
C. Connect and communicate with hardware components
D. Display images on the monitor

5. What is the basisof the CPU (Central Processing Unit) in a computer?


A. Store files and documents
B. Execute instructions and perform calculations
C. Manage network connections
D. Create graphics for games

6. What does RAM stand for in computer terminology?


A. Read-Only Memory
B. Random Access Memory
C. Real-time Access Memory
D. Remote Access Memory

7. Which storage device provides the fastest access to data?


A. Hard Disk Drive
B. Solid State Drive
C. DVD-ROM
D. CD-ROM

8. Which of the following is a volatile memory component in a computer system?


A. Hard Disk Drive
B. Solid State Drive
C. RAM (Random Access Memory)
D. DVD-ROM

9. What does an HDD (Hard Disk Drive) use to store data?


A. Magnetic storage
B. Electrical charges
C. Optical storage
D. Flash memory

10. Which software would you use to create a detailed drawing or technical illustration?
A. Word Processor D. Computer-Aided Design (CAD)
B. Spreadsheet Software
C. Presentation Software

2|Page
11. Which of the following is true about CSS3?
A. It is used to create dynamic web pages C. It is used to structure content on a
B. It is a programming language webpage
D. It is used to create static web pages

12. What is the purpose of the box-sizing property in CSS3?


A. To set the height and width of an C. To set the margin and padding of an
element element
B. To set the padding and border of an D. To include or exclude the padding and
element border of an element from its total width
and height

13. Which CSS3 property is used to change the font size of text?
A. font-weight C. font-size
B. font-style D. font-family

14. What is the purpose of the display property in CSS3?


A. To set the background color of an C. To set the positioning of an element
element D. To set how an element should be
B. To set the height and width of an displayed
element

15. Which CSS3 property is used to change the color of text?


A. color C. border-color
B. background-color D. font-color

16. Which CSS3 property is used to change the background color of an element?
A. color C. border-color
B. background-color D. font-color

17. What is the purpose of the padding property in CSS3?


A. To set the margin of an element C. To add space within an element
B. To set the border of an element D. To change the color of an element

18. Which CSS3 property is used to change the border of an element?


A. border C. margin
B. padding D. background-color

19. What is the purpose of the text-align property in CSS3?


A. To change the font size of text C. To set the alignment of text within an
B. To change the color of text element
D. To add space within an element

20. Which CSS3 property is used to change the font style of text?
A. font-weight C. font-size
B. font-style D. font-family

21. What is the purpose of JavaScript in HTML5?


A. To add styling to web pages C. To create dynamic and interactive web
B. To structure content on a webpage pages
D. To create static web pages

22. Which HTML5 tag is used to link an external JavaScript file to an HTML document?
A. <script> C. <body>
B. <head> D. <link>
23. What is the syntax for creating a function in JavaScript?
A. function = functionName() {} C. function functionName() {}
B. functionName() = function {} D. functionName{} = function()

What HTML element is used to create an HTML form for user input?
B. <form> D. <label>
C. <input> E. <fieldset>
24. Which HTML element is the most used form element?
A. <label> B. <input>
3|Page
C. <form> D. <submit>
25. What attribute in the <input> element determines how it will be displayed?
A. visibility C. type
B. layout D. style

26. Describe the purpose of the <label> element in the context of HTML forms.
A. Defines the style of the input field C. Sets the color of the form elements
B. Associates a label with an input field for D. Specifies the form layout
better user understanding
27. For screen-reader users, what role does the <label> element play?
A. Decorative element C. Provides information about the input field
B. Navigation aid D. Adds color to the form
28. What attribute of the <label> tag should be equal to the id attribute of the <input> element?
A. link C. connect
B. association D. for
29. What does the <input type="radio"> define, and how does it function?
A. Text input field; allows multiple choices C. Checkbox; allows multiple choices
B. Radio button; allows single-choice selection D. Dropdown menu; allows a single choice

30. Define the purpose of the <input type="submit"> element in an HTML form.
A. Triggers form validation C. Submits the form data to the server
B. Resets the form D. Clears the input fields
31. Why is the name attribute important for each input field in a form?
A. Adds style to the form C. Establishes a unique identifier for each input
B. Identifies the form layout field
D. Sets the form color scheme

32. What does the action attribute in the <form> element specify, and how is it typically used?
A. Specifies the form style C. Specifies the URL where the form data will
B. Defines the form layout be sent
D. Sets the background color of the form
33. What HTML element is used to group related data in a form and provide a caption for the group?
A. <section> C. <fieldset>
B. <group> D. <div>
34. Which attribute in the <label> tag should be equal to the id attribute of the <input> element to bind them
together?
A. link C. bind
B. connect D. for
35. Name one attribute that can be used to set restrictions on the input value in an <input> element.
A. restriction C. pattern
B. validate D. check
36. Identify the HTML element that represents the result of a calculation, such as one performed by a script.
A. <result> C. <calculation>
B. <output> D. <outcome>
37. Which HTML input type is used for entering a color?
A. color C. color-input
B. input-color D. input-type="color"
38. The <input type="range"> is used for:
A. Selecting a date C. Entering a numeric value within a range
B. Uploading a file D. Creating a checkbox
39. What is the purpose of the "multiple" attributes in the <select> element?
A. Allows multiple options to be selected C. Hides the dropdown list
B. Restricts the selection to a single option D. Enables autocomplete for the dropdown
40. The <input type="tel"> is used for:
A. Selecting a time C. Uploading a file
B. Entering a telephone number D. a color

End of Test

4|Page
5|Page
ANSWER KEY.

1. D 21. C
2. A 22. A
3. B 23. C
4. C 24. C
5. B 25. C
6. B 26. B
7. B 27. C
8. C 28. D
9. A 29. B
10. D 30. C
11. D 31. C
12. D 32. C
13. C 33. C
14. D 34. D
15. A 35. C
16. B 36. B
17. C 37. A
18. A 38. C
19. C 39. A
20. B 40. B

Prepared by:

AILEEN D. ENRIQUEZ Recommending Approval by:


Teacher II
SONNY A. CABAEL, Edd
Checked by: Assistant Principal

GLENDA A. BELEN
Subject Group Head Approved by:
Master Teacher I
DENWARD R. PACIA
Principal II

6|Page

You might also like