MCQ Bank
_________ is a horizontal coordinate of point relative to viewport, excluding scroll offset.
- A) ClientX
- B) ScreenX
- C) PageX
- D) TiltX
Touch supporting mobile browsers, usually interpret ________________.
- A) Text writing
- B) No tapping
- C) Double tapping
- D) Single tapping
The type that specifies what kind of event occurred is ______________
- A) both event type and even target
- B) interface
- C) event type
- D) event target
In general, event handler is nothing but ____________
- A) event
- B) function
- C) interface
- D) function handler
We can define a touch-sensitive div to which we will attach an event ________.
- A) Touch
- B) Listener
- C) Handler
- D) Controller
When will the browser invoke the handler?
- A) Any event occurs
- B) Program begins
- C) Specified event occurs
- D) Webpage loads
Size of Touch Area should be at-least ______.
- A) 10 mm X 10 mm
- B) 20 mm X 20 mm
- C) 05 mm X 05 mm
- D) 15 mm X 15 mm
Which of the following is NOT a Pointer Event?
- A) PointerEnter
- B) PointerDown
- C) PointerStart
- D) PointerOver
________ is Touch Event Attribute.
- A) Tabkey
- B) Altkey
- C) Shiftkey
- D) InsertKey
Which of them is the correct code for providing email as Input Type in HTML5?
- A) <input type = "email">
- B) <input type = "date">
- C) <input type = "range">
- D) <input type = "search">
_______the user agent may determine any permitted touch behaviors, such as panning and zooming manipulations of the viewport, for touches that begin on the element.
- A) Touch-action: None;
- B) Touch-action: Pan-left;
- C) Touch-action: Pan-x;
- D) Touch-action: Auto;
_________use this value to disable all of the default behaviors and allow your content to handle all touch input (touches that begin on the element must not trigger default touch behaviors).
- A) Touch-action: Pan-right;
- B) Touch-action: Pan-left;
- C) Touch-action: Pan-x;
- D) Touch-action: None;
Which HTML5 input type is used to enter date and time?
- A) Calendar
- B) Time
- C) Datetime
- D) Date
What does PEP (library) stands for;
- A) Pointer Events Package
- B) Pointer End Polyfill
- C) Pointer End Package
- D) Pointer Events Polyfill
_________ is NOT an input type in HTML5.
- A) Week
- B) Month
- C) Date
- D) Year
_______ input type provides the user with ability to add the numbers and to add *, # , + signs as well.
- A) url
- B) color
- C) tel
- D) date
Which of the following is the most common input type in HTML5?
- A) Email
- B) Number
- C) Date
- D) Text
When we use Input Type as___________, we get a '@' sign as well as the '.com'.
- A) tel
- B) email
- C) url
- D) time
Which type of keyboards offered by mobile devices are physically smaller and usually more tedious to operate?
- A) On-Screen Keyboards
- B) Virtual Keyboards
- C) Ergonomic Keyboards
- D) Physical Keyboards
If you want to develop pages offline then you are required to __________ library into your system.
- A) Fix
- B) Download
- C) Set
- D) Install