JavaScript

JavaScript

Professional Development

20 Qs

quiz-placeholder

Similar activities

Javascript Básico

Javascript Básico

Professional Development

16 Qs

JavaScript - Cuestionario de Repaso

JavaScript - Cuestionario de Repaso

Professional Development

20 Qs

Java Basics

Java Basics

Professional Development

17 Qs

JavaScript

JavaScript

Professional Development

21 Qs

AWS Cloud

AWS Cloud

Professional Development

15 Qs

JavaScript Pass by value, Pass by Reference, Scope Hoisting

JavaScript Pass by value, Pass by Reference, Scope Hoisting

Professional Development

15 Qs

BT Final HTML & CSS & JS

BT Final HTML & CSS & JS

Professional Development

25 Qs

Basics of JavaScript

Basics of JavaScript

11th Grade - Professional Development

15 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?