1st Summative-Test-NET-12-for 2nd Quater
1st Summative-Test-NET-12-for 2nd Quater
Read the following questions and choose the letter of the best answer. Write your answer in
the answer sheet.
Identify the proper use of CSS that is being described. Choose the correct answer and write it
on the answer sheet provided.
6. Is used to collect user input. The user input is most often sent to a server for processing.
a. Input type text c. Input type submit
b. Input type password d. Html forms
7. It describes how HTML elements are to be displayed on screen, paper, or in other media
a. CSS b. HTML c. Javascript d. ASP
8. In CSS, this is used to "find" (or select) the HTML elements you want to style.
a. CSS id Selectors c. CSS grouping Selector
b. CSS class Selector d. CSS Selectors
9. These are three ways of inserting a style sheet, except?
a. Inline CSS c. Outer CSS
b. Internal CSS d. External CSS
10. With this kind of style sheet, you can change the look of an entire website by changing
just one file!
a. Inline CSS c. Outer CSS
b. Internal CSS d. External CSS
Which of the following CSS selector you need to use to “find” or select the HTML you want
to style? Choose the correct answer and write it on the answer sheet provided.
Identify if the statement is true or false. Choose the correct answer from the choices provided
and write it on the answer sheet provided.
a. True c. Partly True
b. False d. Partly False
16. JavaScript doesn't have any multi-threading or multiprocessor capabilities.
17. JavaScript is a less server interaction, you can validate user input before sending the page
off to the server. This saves server traffic, which means less load on your server.
18. JavaScript cannot be used for networking applications because there is no such support
available.
19. JavaScript increased interactivity, you can create interfaces that react when the user
hovers over them with a mouse or activates them via the keyboard.
20. Client-side JavaScript does not allow the reading or writing of files. This has been kept
Complete the following code below to run a simple website. Choices are provided below
then write it on the answer sheet provided.
a. p c. /body
b. head d. title
<!DOCTYPE html>
<html>
< head >
< title >Page Title</title>
</head>
21.
22.
.
23.
.
24.
.
1. B
2. A
3. A
4. A
5. C
6. D
7. C
8. D
9. C
10. D
11. D
12. B
13. C
14. A
15. D
16. C
17. A
18. C
19. D
20. B
21. B
22. D
23. A
24. C
25. C