C5 Web Tech Quiz 1 (Practice)

C5 Web Tech Quiz 1 (Practice)

10th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Animation and Games Review

Animation and Games Review

9th - 12th Grade

20 Qs

canvasA

canvasA

11th Grade

20 Qs

uCertify JavaScript Chapter 5

uCertify JavaScript Chapter 5

9th - 12th Grade

20 Qs

uCertify JavaScript Chapter 3 Test

uCertify JavaScript Chapter 3 Test

9th - 12th Grade

25 Qs

CodeHS JavaScript

CodeHS JavaScript

8th - 12th Grade

21 Qs

JavaScript and Graphics

JavaScript and Graphics

9th - 12th Grade

15 Qs

IST CodeHS Unit 8 JavaScript Review

IST CodeHS Unit 8 JavaScript Review

9th - 12th Grade

22 Qs

Ucertify Programming Essentials

Ucertify Programming Essentials

9th - 12th Grade

20 Qs

C5 Web Tech Quiz 1 (Practice)

C5 Web Tech Quiz 1 (Practice)

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Bryan Campbell

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which tag below represents a canvas tag?

<can> </can>

<canvas> </canvas>

<cvs> </cvs>

<svg> </svg>

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If you declare the following variable, how would you target it's context attribute?


var c = document.getElementById("myCanvas");

var ctx = c.getContext("2d");

var ctx = c.getDocument("2d");

var ctx = c.getContextById("myCanvas");

var ctx = c.getAttribute("myCanvas");

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In the past, animations were performed using setTimeout() or setInterval(), which method has replace these two method as best option for animation?

animation()

requestFrame()

animationFrame()

requestAnimationFrame()

keyFrame()

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the default frame rate of window.requestAnimationFrame() method?

60 fps

30 fps

120 fps

90 fps

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the official name of JavaScript?

JavaScript

ECMAScript

TypeScript

WebJava

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

JavaScript fits best under which category of languages?

Object-driven

Object-oriented

Functional

Procedural

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The ________ method calls a function or evaluates an expression after a specified number of milliseconds.

setTimeout()

Date()

console.time()

functionRepeat()

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?