Quiz3_CSCI_4410

Quiz3_CSCI_4410

University

13 Qs

quiz-placeholder

Similar activities

Microsoft Access - CIS120

Microsoft Access - CIS120

University

18 Qs

Bahasa Query 4

Bahasa Query 4

University

10 Qs

SQL - Relational Database and tables

SQL - Relational Database and tables

University

12 Qs

AWD Quiz #3

AWD Quiz #3

University

10 Qs

ASK FORM 3 MICROSOFT ACCESS

ASK FORM 3 MICROSOFT ACCESS

KG - University

10 Qs

jquery

jquery

University

9 Qs

MS Access Database

MS Access Database

KG - University

10 Qs

Topik 2 - Query

Topik 2 - Query

University

10 Qs

Quiz3_CSCI_4410

Quiz3_CSCI_4410

Assessment

Quiz

Computers

University

Medium

Created by

Xin Yang

Used 6+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write "Hello World" in an alert box?

alert("Hello World");  

msg("Hello World");

msgBox("Hello World");

alertBox("Hello World");

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct?

jQuery is a JavaScript library

jQuery is a JSON library

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sign does jQuery use as a shortcut for jQuery?

%

$

?

@

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which jQuery function is used to prevent code from running, before the document is finished loading?

$(body).onload()

$(document).load()

$(document).ready()

$(document).loading()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following selector: $("div p"). What does it select?

The first p element inside a div element  

All div elements with a p element

All p elements inside a div element  

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following selector: $("p#intro"). What does it select?

The p element with id="intro" 

All p elements with class="intro"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With jQuery, look at the following selector: $("div.intro"). What does it select?

The first div element with id="intro"

All div elements with id="intro"

All div elements with class="intro" 

The first div element with class="intro"

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?