JavaScript

JavaScript

Professional Development

20 Qs

quiz-placeholder

Similar activities

BT Final HTML & CSS & JS

BT Final HTML & CSS & JS

Professional Development

25 Qs

Javascript

Javascript

Professional Development

17 Qs

Technical Quiz - Level 2

Technical Quiz - Level 2

Professional Development

15 Qs

Javascript Datatypes and Variables(Kushal Das)

Javascript Datatypes and Variables(Kushal Das)

Professional Development

15 Qs

Programming II - Introduction

Programming II - Introduction

12th Grade - Professional Development

20 Qs

AJWT Unit - I Quiz

AJWT Unit - I Quiz

Professional Development

15 Qs

JavaScript ( review I )

JavaScript ( review I )

Professional Development

16 Qs

Java Basics

Java Basics

Professional Development

17 Qs

JavaScript

JavaScript

Assessment

Quiz

Computers

Professional Development

Hard

Created by

syam gunawan

Used 40+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which code fragment sets up a timer that calls a function named "adjust" every second?

setTimeout(adjust, 1);

setTimeout(adjust, 1000);

setInterval(adjust, 1);

setInterval(adjust, 1000);

2.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

Which two functions support 2D transformations in CSS3?

skew()

zoom()

move()

scroll()

matrix()

3.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

Which three events are valid for the HTML CANVAS element?

scroll

mouseup

blur

datareceived

hover

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which element should you use to rotate an SVG square?

path

ANIMATETRANSFORM

ANIMATEMOTION

AREA SHAPE

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

When you are working with the path API, what is the purpose of the clip method?

pastes a shape object in from the system clipboard

constrains the rendered output of the shape object

copies the shape object to the system clipboard

stores the shape object for later reference in script

6.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

When you are using the GeoLocation API, which two arguments does the getCurrentPosition function utilize?

success callback

MAC address

browser type

ip address

failure callback

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which JavaScript method allows you to register multiple handlers for a single touch event?

dispatchEvent

initUIEvent

addEventListener

initEvent

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?