HTML5 Canvas and JavaScript Fundamentals

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts and definitions related to HTML5 Canvas and JavaScript, assisting in exam preparation.

Last updated 1:39 PM on 4/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

What is the first tag in the XML structure after the document declaration?

The root element.

2
New cards

What tag is used for drawing graphics dynamically with JavaScript in HTML5?

The HTML5 <canvas> element

3
New cards

What browsers can execute the tag?

Modern (HTML5-compatible) browsers.

4
New cards

What does the CSS property box-sizing: border-box; do?

It causes padding and border to be included in the element’s total width and height.

5
New cards

What does the margin: 0 auto; style do?

It centers an element horizontally.

6
New cards

When linking to a hosted library like jQuery, where must the link come?

Before your custom JavaScript file.

7
New cards

What is the main reason to give classes to HTML elements?

To target and style or manipulate multiple elements with CSS/JavaScript.

8
New cards

What must the first variable in the script that draws on the canvas be?

The <canvas> element.

9
New cards

What must the second variable in the script that draws on the canvas be?

The drawing context (getContext('2d')).

10
New cards

What is moveTo() in the context of canvas drawing?

A method that moves the drawing cursor to a new starting point with parameters: x, y.

11
New cards

What are the parameters for fillStyle="rgba(?, ?, ?, ?)", and what do they represent?

Red, green, blue, alpha (opacity).

12
New cards

What does createLinearGradient(x1, y1, x2, y2) define?

The start and end coordinates of the gradient.

13
New cards

What does the arcTo(x1, y1, x2, y2, radius) method do?

Creates an arc that connects two points with a specified radius.

14
New cards

What does the closePath() method do in canvas drawing?

Creates a path from the current point back to the starting point.

15
New cards

What does the code 'var children = document.getElementsByTagName('node');' create?

A collection (NodeList/HTMLCollection) of elements.

16
New cards

What should any JS script that uses jQuery start with?

$(document).ready(function() { … });

17
New cards

What are the parameters for fillRect() in canvas drawing?

x, y, width, height.

18
New cards

What are the parameters for fillText() in canvas drawing?

Text, x, y.

19
New cards

In the code 'setInterval(function () { drawOneNode() }, 200);', what does the 200 mean?

The function runs every 200 milliseconds.

Explore top notes

note
What is Anthropology?
Updated 673d ago
0.0(0)
note
lokal_at_global_na_demand
Updated 417d ago
0.0(0)
note
Cellular Respiration
Updated 1267d ago
0.0(0)
note
HBS Final Exam Notes
Updated 311d ago
0.0(0)
note
Grammar (Mandarin)
Updated 543d ago
0.0(0)
note
Japanese Imperialism
Updated 1379d ago
0.0(0)
note
What is Anthropology?
Updated 673d ago
0.0(0)
note
lokal_at_global_na_demand
Updated 417d ago
0.0(0)
note
Cellular Respiration
Updated 1267d ago
0.0(0)
note
HBS Final Exam Notes
Updated 311d ago
0.0(0)
note
Grammar (Mandarin)
Updated 543d ago
0.0(0)
note
Japanese Imperialism
Updated 1379d ago
0.0(0)

Explore top flashcards

flashcards
Fab Vocab List 1 Complete Set
26
Updated 1102d ago
0.0(0)
flashcards
Spanish Routine Vocab
47
Updated 1128d ago
0.0(0)
flashcards
FNR Herps Lab Week 3
52
Updated 1240d ago
0.0(0)
flashcards
Element Names & Symbols
57
Updated 974d ago
0.0(0)
flashcards
HWH U4- The Middle Ages
34
Updated 1213d ago
0.0(0)
flashcards
Cardio Anatomy
31
Updated 787d ago
0.0(0)
flashcards
Fab Vocab List 1 Complete Set
26
Updated 1102d ago
0.0(0)
flashcards
Spanish Routine Vocab
47
Updated 1128d ago
0.0(0)
flashcards
FNR Herps Lab Week 3
52
Updated 1240d ago
0.0(0)
flashcards
Element Names & Symbols
57
Updated 974d ago
0.0(0)
flashcards
HWH U4- The Middle Ages
34
Updated 1213d ago
0.0(0)
flashcards
Cardio Anatomy
31
Updated 787d ago
0.0(0)