100% found this document useful (1 vote)
132 views5 pages

1st Summative-Test-NET-12-for 2nd Quater

This document contains a table of specification and summative test for the .NET Programming NCII course. The table of specification outlines 4 major learning competencies areas and their allocation of days/hours and number of test items. The summative test contains 25 multiple choice questions assessing students' knowledge of HTML, CSS, JavaScript, and ASP. It covers topics like HTML tags, CSS selectors, JavaScript capabilities, and more. The test also has sections for students to complete code snippets. An answer key is provided at the end.

Uploaded by

Mike John Maximo
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
100% found this document useful (1 vote)
132 views5 pages

1st Summative-Test-NET-12-for 2nd Quater

This document contains a table of specification and summative test for the .NET Programming NCII course. The table of specification outlines 4 major learning competencies areas and their allocation of days/hours and number of test items. The summative test contains 25 multiple choice questions assessing students' knowledge of HTML, CSS, JavaScript, and ASP. It covers topics like HTML tags, CSS selectors, JavaScript capabilities, and more. The test also has sections for students to complete code snippets. An answer key is provided at the end.

Uploaded by

Mike John Maximo
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/ 5

Table of Specification

.NET Programming NCII


SUMMATIVE TEST

MELCS No. of No. of Items


Days/Hours
1. Create static pages using new features
available in HTML5 5 6
TLE_ICTP.NET11-12PPHJC-IIj-IIIa-
d-30
2. Use CSS3 applying basic styling to the
elements in an HTML5 page 5 6
TLE_ICTP.NET11-12PPHJC-IIj-IIIa-d-
30
3. Explain the syntax and use of
JavaScript with HTML5 5 6
TLE_ICTP.NET11-12PPHJC-IIj-IIIa-d-
30
4. Write JavaScript code that manipulates
the HTMLDOM and handle events 5 7
TLE_ICTP.NET11-12PPHJC-IIj-IIIa-d-
30
Total 20 25
SUMMATIVE TEST
.NET Programming

Name:_____________________________________ Grade and Section:________________

Read the following questions and choose the letter of the best answer. Write your answer in
the answer sheet.

1.It is the standard markup language for documents designed to be displayed in


a web browser..
a. ASP b. CSS c. HTML d. Javascript
2. This tag defines a hyperlink, which is used to link from one page to another.
a. HTML <a> Tag c. HTML <aside> Tag
b. HTML <article> Tag d. HTML <div> Tag
3. This element represents a container for introductory content or a set of navigational links.
a. HTML <header> Tag c. HTML <body> Tag
b. HTML <footer> Tag d. HTML <sider> Tag
4. The <tr> tag defines a row in an HTML table and a <tr> element contains one or more
<th> or <td> elements.
a. True c. Partly True
b. False d. Partly False
5. Kind of HTML table cell that contains header information (created with the <th> element)
a. Data Cells c. Header Cells
b. Table Cells d. Text Cells

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.

11. This selector selects all HTML elements on the page.


a. CSS id Selector b. CSS Universal Selector
c. CSS Grouping Selector d. CSS class Selector
12. This selector uses the id attribute of an HTML element to select a specific element.
a. CSS id Selector c. CSS Grouping Selector
b. CSS Universal Selector d. CSS class Selector
13. This selector selects all the HTML elements with the same style definitions.
a. CSS id Selector c. CSS Grouping Selector
b. CSS Universal Selector d. CSS class Selector
14. This selector selects HTML elements with a specific class attribute
a. CSS id Selector c. CSS Grouping Selector
b. CSS Universal Selector d. CSS class Selector
15. This symbol Selects all elements
a. % c. @
b. # d. *

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

for security reason.

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.
.

25. What does ASP stands for?


a. Activity Server Pages
b. Action Server Pages
c. Active Server Pages
d. Assign Server Pages
ANSWER KEY IN .NET PROGRAMMING

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

You might also like