Mwd theory practice

Mwd theory practice

1st - 12th Grade

32 Qs

quiz-placeholder

Similar activities

HTML EOPA Practice

HTML EOPA Practice

10th Grade - University

27 Qs

jQuery Animate e ripasso

jQuery Animate e ripasso

12th Grade

29 Qs

SDA Review Questions 1 - 30

SDA Review Questions 1 - 30

7th Grade

30 Qs

Remed PAT 23

Remed PAT 23

11th Grade

31 Qs

IT Jobs

IT Jobs

9th - 12th Grade

32 Qs

CSS

CSS

9th Grade - Professional Development

35 Qs

css

css

6th - 12th Grade

30 Qs

4.01 Test

4.01 Test

9th - 12th Grade

28 Qs

Mwd theory practice

Mwd theory practice

Assessment

Quiz

Computers, Other

1st - 12th Grade

Easy

Created by

Udkmetaky Ae

Used 4+ times

FREE Resource

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is jQuery UI ?

Jquery UI is responsive to web pages

Jquery is a collection of javascript codes that uses javascript library

Jquery UI is a collection of user interface interactions, effects, widgets, and themes built on top of the jQuery core library.

Jquery UI is visually appealing beautiful designed in Javascript

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What does the following ¡Query statements do?

$(document).ready(function/{

$("'button").click(function@{

$("#div1").fadeToggle (3000);});

});

On clicking a button, a div with id = "div1" will

fade in at a speed of 3 sec.

On clicking a button, a div with id = "div1" will

fade out at a speed of 3 sec.

On clicking a button, a div with id = "div1" will

switch between fading in and fading out at a speed of 3 sec.

On clicking a button, a div with id = "divl" will

switch between fading in and fading out at a speed of 3000 sec.

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Responsive web design enables web page layouts to adapt to a variety of screen sizes.

Which one of the following items are used to achieve this responsive capability?

Use fixed, fluid and elastic layout.

Use fluid grid layout.

Use Fix layout

Use elastic layout

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which one of the following options in jQuery mobile will allow pages to be available instantly when users visit them?

Data-prefetch

data-rel="dialog"

data-role="page"

data-role="content"

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

There are two functions used in the jQuery scripts below. What do you call the second function?

$("button").click(function(){ $("p").toggle("slow", function(){

alert("The toggle effect has completed."); }); });

Calling function

Call toggle function

Call toggle Effect

Callback function

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

In jQuery basic effects such as hide(), show(), etc, how would the targeted element move when easing is set to “swing”?

The element will move slower at the beginning, faster in the middle and slower at the end.

The element will move faster at the beginning ,Faster at the middle and slower at the end

The element will move slower at the beginning, slower at the middle and faster at the end

The element will move at a constant fast speed

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

A bee image with width of 200px and height of 200px is animated with the jQuery scripts below. What will be the effect on the bee image when a button is clicked?

The image with id = “bee” will grow to double its original size in 2000msec.

The image with id = “bee” will shrink to half its original size in 2000msec.

The image with id = “bee” will remain its original size in 2000msec

The image with id = “bee” will shrink to thumbnail size in 2000msec

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?