Mwd theory practice

Mwd theory practice

1st - 12th Grade

32 Qs

quiz-placeholder

Similar activities

HTML/CSS Scenario Based Questions and Answers

HTML/CSS Scenario Based Questions and Answers

9th - 12th Grade

29 Qs

HTML Advanced

HTML Advanced

9th - 12th Grade

29 Qs

CSS Responsive Web Design?

CSS Responsive Web Design?

9th - 12th Grade

32 Qs

Module 6: Software Security

Module 6: Software Security

11th - 12th Grade

33 Qs

HTML CSS PHP JS

HTML CSS PHP JS

10th Grade

30 Qs

jQuery Animate e ripasso

jQuery Animate e ripasso

12th Grade

29 Qs

IT Jobs

IT Jobs

9th - 12th Grade

32 Qs

HTML - Sem1 - Final Review

HTML - Sem1 - Final Review

10th - 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?