NV15 - .NET TECH 3nd

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Department of Education

Region III
Division of City Schools
Northville 15 Integrated School
Northville 15, Cutud, Angeles City

THIRD QUARTER EXAM IN PROGRAMING .NET TECH


S.Y. 2017-2018

Name: ________________________________ Date: __________________


Section:11- Emerald Score: _________________

GENERAL INSTRUCTIONS: Read each item carefully. Encircle the letter of your answer.

1. It specifies a shift of effect with the same speed from start to end.

a. linear b. cubic-bezier
c. ease-out d. ease

2. specifies a shift of effect with a slow start, then fast, then end slowly

a. cubic-bezier b. Line
c. Ease out d. ease-in
e.
3. The_______________ method returns a Node List.
a. getElementsTagName() b. getElementsByTagName()
c. getElementsByNameTag() d. GetElementsByTagName()
e.
4. A node is anything that has an IP address.

a. True b. False

5. The <select> element does not defines a list:

a. True b. False

6. Internal styles are defined within the ______ element, inside the <body> section of an HTML page:

a. <style> b. <br>
c. <title> d. <head>

7. This event happens when the user hovers an HTML element.

a. onclick b. onmouseover
c. onmouseout d. onchange
e.
8. JavaScript is a programming language.

a. True b. False

9. What are the the 3 languages all web developers must learn?

a. HTML, CSS, JAVA b. C++, CSS, JAVA


c. HTML, CSS, JAVASCRIPT d. HTML, C#, JAVA

10. JavaScript lets you execute code even when events are not detected.

a. True b. False

1
11. The HTML5 file must be saved with what file extension?

a. .css b. .php
c. .html d. .xml

12. It is a common measurement of data speed for computer modems and transmission carriers.

a. Bit Per Second c. Bit Per Hour


b. Bit Per Minute d. Bit Per Milliseconds

13. It is necessary to use quotes.

a. True b. False

14. jQuery simplifies a lot of the complicated things from JavaScript, like AJAX calls and DOM
manipulation.

a. True b. False

15. It is a lightweight, "write less, do more", JavaScript library..

a. CSS b. HTML
c. JQuery d. JAVA

16. What syntax will be used of the animate () method?

a. $("button").click(function(){ b. $("button").
$("div").animate({left: '250px'}); $("div").animate({left: '250px'});
}); });

c. $("button").click(function(){ d. $("button").click(function(){
$("div") ({left: '250px'}); animate({left: '250px'});
}); });

17. This method empty the child elements of the selected element. What is this jQuery syntax?

a. empty() b. gone()
c. delete() d. back()

18. This method is use to define the coordinates with the strokes end point.

a. strokeTo() c. lineTo()
b. line() d. MoveTo()

19. This syntax use to jQuery animate() - Using Pre-defined Values.

a. $("button").click(function(){ c. $("button").click(function(){
$("div").animate({ ({ height: 'toggle'
height: 'toggle' });
}); }); TrueType Font Format
});
b. $("button").click(function(){ d. "button".click(function(){
$("div").animate({ $("div").animate({
height: 5px height: 'toggle'
}); });
}); });

20. Which among these syntax demonstrates the jQuery stop() method.?
a. jQuery stop() sliding c. jQuery pause() sliding
b. jQuery start() sliding d. jQuery delay() sliding

Good Luck!!!
digitalTrex 08
2
3

You might also like