Search Header Logo

C5 Web Tech Quiz 1 (Practice)

Authored by Bryan Campbell

Computers

10th - 12th Grade

Used 5+ times

C5 Web Tech Quiz 1 (Practice)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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()

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?