
HTML JS Canvas Question

Quiz
•
Information Technology (IT)
•
Professional Development
•
Medium
Sankho Roy
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
Which method is used to draw a filled rectangle on an HTML <canvas>?
ctx.arc()
ctx.fillRect()
ctx.strokeRect()
ctx.rect()
2.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
Which method starts a new path in the canvas drawing context?
ctx.begin()
ctx.startPath()
ctx.beginPath()
ctx.newPath()
3.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
ctx.beginPath();
ctx.arc(50, 50, 20, 0, Math.PI);
ctx.stroke();
Full circle
Half circle
Rectangle
Line
4.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
What is the main difference between radio buttons and checkboxes?
a) ✅
b)
c) Both allow multiple selections
d) None of the above
Radio buttons allow only one selection in a group, checkboxes allow multiple
Radio buttons allow multiple selections, checkboxes allow only one
Both allow multiple selections
None of the above
5.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
How do you group multiple radio buttons so that only one can be selected?
Give them the same id
Give them the same name
Give them the same value
Put them inside the same <form>
6.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
Which is the correct syntax to add a click event listener to a button with id "btn"?
btn.onclick("click", myFunction);
document.getElementById("btn").addEventListener("click", myFunction);
document.getElementById("btn").onClick(myFunction);
btn.addEvent("click", myFunction);
7.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
What does e.preventDefault() do?
Stops the event from bubbling up
Prevents the browser’s default action
Stops JavaScript execution
Removes the event listener
Create a free account and access millions of resources
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Information Technology (IT)
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
5 questions
Setting goals for the year

Quiz
•
Professional Development
14 questions
2019 Logos

Quiz
•
Professional Development
6 questions
GUM Chart Scavenger Hunt

Quiz
•
Professional Development
8 questions
Understanding Government: Limited and Unlimited

Quiz
•
Professional Development
20 questions
tape measure

Quiz
•
Professional Development
24 questions
Street Signs

Quiz
•
9th Grade - Professio...