Exam 11: Working With Events and Styles Tutorial
Exam 1: Getting Started With Html5118 Questions
Exam 2: Getting Started With Css Tutorial117 Questions
Exam 3: Designing a Page Layout Tutorial106 Questions
Exam 4: Graphic Design With Css Tutorial87 Questions
Exam 5: Designing for the Mobile Web Tutorial90 Questions
Exam 6: Working With Tables and Columns Tutorial69 Questions
Exam 7: Designing a Web Form Tutorial71 Questions
Exam 8: Enhancing a Website With Multimedia Tutorial73 Questions
Exam 9: Getting Started With Javascript Tutorial72 Questions
Exam 10: Exploring Arrays Loops and Conditional Statements Tutorial73 Questions
Exam 11: Working With Events and Styles Tutorial76 Questions
Exam 12: Working With Document Nodes and Style Sheets Tutorial76 Questions
Exam 13: Programming for Web Forms Tutorial78 Questions
Exam 14: Exploring Object-Based Programming77 Questions
Select questions type
Case-Based Critical Thinking Questions Case 11-4 Mathew has created a website using JavaScript. He wants to add a feature which allows a user to change the color of the cursor image with a single click on it. He uses the click point for the cursor to accomplish this. What will be the default location of the click point of the cursor if no coordinates have been assigned to it?
(Multiple Choice)
4.9/5
(38)
A generic cursor should be listed first and custom cursors should be listed last so that a browser can display something if it is unable to support a custom cursor image.
(True/False)
4.9/5
(46)
Which of the following mouse event properties returns the vertical coordinate (in pixels) of the mouse pointer relative to the browser window?
(Multiple Choice)
4.9/5
(44)
Which of the following commands should be used by Ashton to allow a visitor to add their personal details using a dialog box on the website?
(Multiple Choice)
4.8/5
(37)
Identify a true statement about the evt.charCode keyboard event property.
(Multiple Choice)
4.9/5
(42)
Which of the following is the correct value of the charCode property for the keys "a, z" when the keyup and keydown events occur?
(Multiple Choice)
4.8/5
(40)
Identify a true statement about the evt.eventPhase property.
(Multiple Choice)
4.8/5
(42)
The keypress event is fired in response to the computer generating a character.
(True/False)
4.9/5
(43)
Which of the following provides the correct syntax for adding an event handler to a page element as an HTML attribute?
(Multiple Choice)
4.9/5
(35)
The _____ element is continuously fired as the mouse pointer hovers across an element with each new position registering that event.
(Multiple Choice)
4.9/5
(38)
Which of the following JavaScript methods is used to define an object collection based on a CSS (Cascading Style Sheets) selector?
(Multiple Choice)
4.7/5
(46)
When a user copies the content of an element in a browser window, the oncut event handler is used.
(True/False)
4.7/5
(40)
The keyCode values for the keys "1, 9" on the numeric pad when the keypress event occurs is _____.
(Multiple Choice)
4.9/5
(33)
The _____ event property returns a Boolean value that indicates whether the browser depends upon the event.
(Multiple Choice)
4.8/5
(40)
Good coding practice dictates that global variables must be used as much as possible in a program.
(True/False)
4.9/5
(36)
A limitation of an event handler is that only one function can be applied to it at a time.
(True/False)
4.7/5
(45)
In the _____ phase, the event moves down the object hierarchy, starting from the root element and moving inward until it reaches the object that initiated the event.
(Multiple Choice)
4.9/5
(34)
Case-Based Critical Thinking Questions Case 11-3 Robin has developed a typing tutorial using JavaScript that contains instructions and interactive activities and games. A user is required to press certain keys. The instructions appear on the screen when the user is using the tutorial. The user is instructed to type a specific key on the left side of the keyboard when using the tutorial. Which of the following keyboard event properties identifies if the user has pressed the specified key?
(Multiple Choice)
4.8/5
(31)
Which of the following is the correct location of a key on a keyboard if the value of the keyboard property evt.location is 3?
(Multiple Choice)
4.9/5
(37)
The commands that a browser runs in response to an event is a script .
(True/False)
4.9/5
(41)
Showing 21 - 40 of 76
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)