Final Exam-SL2

Final Exam-SL2

Professional Development

20 Qs

quiz-placeholder

Similar activities

Revision Quiz

Revision Quiz

Professional Development

20 Qs

PJP - RDBMS

PJP - RDBMS

Professional Development

20 Qs

day4

day4

Professional Development

15 Qs

Latsar 23 Komitmen Mutu v.2

Latsar 23 Komitmen Mutu v.2

Professional Development

15 Qs

BUTTER CAKE

BUTTER CAKE

Professional Development

16 Qs

01_SVC_AwarenessProgram

01_SVC_AwarenessProgram

Professional Development

21 Qs

Day 4 - Advanced Topics

Day 4 - Advanced Topics

Professional Development

20 Qs

Quiz #5: Computer Abbreviations

Quiz #5: Computer Abbreviations

Professional Development

15 Qs

Final Exam-SL2

Final Exam-SL2

Assessment

Quiz

Professional Development

Professional Development

Easy

Created by

Sarbjeet Singh

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Java and JavaScript are the same language?

True

False

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A programmer should never re-use existing code.

True

False

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is correct about jQuery?

The jQuery made it easy to select DOM elements, traverse them and modifying their content.

The jQuery helps you a lot to develop a responsive and feature-rich site using AJAX technology.

The jQuery comes with plenty of built-in animation effects which you can use in your websites.

All of above

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which built-in method returns the length of the string?

length()

size()

join()

All

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What symbol is used to identify JQuery code?

#

$

%

&

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The correct syntax to set the background color of all h1 elements to yellow in jQuery

$("h1").style("background-color","yellow");

$("h1").html("background-color","yellow");

$("h1").css("background-color","yellow");

$("h1").layout("background-color","yellow");

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the syntax $("p.para") will select?

The first paragraph element with class = "para"

The first paragraph element with id = "para"

The first paragraph element with name = "para"

All paragraph elements with class = "para"

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?