exam questions

Exam 98-375 All Questions

View all questions & answers for the 98-375 exam

Exam 98-375 topic 1 question 87 discussion

Actual exam question from Microsoft's 98-375
Question #: 87
Topic #: 1
[All 98-375 Questions]

Which three events are valid for the HTML CANVAS element? (Choose three.)

  • A. scroll
  • B. mouseup
  • C. blur
  • D. datareceived
  • E. hover
Show Suggested Answer Hide Answer
Suggested Answer: ABE 🗳️
B: You can also detect a mouse click on your canvas. Again, this is done with addEventListener. There are quite a few mouse events you can detect: mousedown, mouseup, mousemove, mouseout and mouseover.
E: MouseHover Event Mouse Hover Event is a combination of two mouse events MouseOver and MouseOut so it makes easier for the developer to handle the hover event easily.
Note:
* If you want to target a touch-enabled device like an iPad, iPhone, Android tablet or phone, etc, then you need the touch events. These events are touchstart, touchend, touchcancel, touchleave, touchmove.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Janez1000
4 years, 12 months ago
I think it should be B, C and E, since <canvas> is not on the "Supported HTML tags" list for onscroll Event.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...