Exam 10: Programming for Mobile Devices and Touchscreens

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The object returned by the getCurrentPosition()method of the Geolocation API contains a single property named ____ .

(Multiple Choice)
4.7/5
(35)

Which of the following is a pointer event?

(Multiple Choice)
4.9/5
(34)

Converting a physical address to a pair of latitude and longitude coordinates is known as __________.

(Short Answer)
4.8/5
(40)

In a touch __________, a browser checks a touched element for an event handler for multiple events, including some mouse events.

(Short Answer)
4.8/5
(39)

Why is it necessary for geolocation code to allow for a lack of response to a permission request?

(Essay)
5.0/5
(23)

A device's ____ detects changes in speed.

(Multiple Choice)
4.8/5
(37)

What does it mean to load scripts responsively?

(Essay)
4.8/5
(43)

What are some different ways to test a mobile app on different mobile platforms?

(Essay)
4.8/5
(39)

To continually monitor a user's position, you use the ____ method of the Geolocation API.

(Multiple Choice)
4.8/5
(41)

Which event is fired when a user moves a finger off the screen or outside of an object's containing element?

(Multiple Choice)
4.7/5
(31)

The success and fail arguments of the getCurrentPosition()method, which are executable code, are examples of ____ .

(Multiple Choice)
4.7/5
(35)

Which type of events focus on responding to finger touches on a touchscreen?

(Multiple Choice)
4.8/5
(37)

Explain what the Battery Status API does and provide an example of how it could be used.

(Essay)
4.8/5
(40)
Match each statement below with correct item:
Devices that allow for multiple touches on the screen at the same time
multitouch
A set of events created by Apple for iOS
stylus
A pointing device that looks like a pencil and allows for precise touch input on a touchscreen
Geolocation API
Correct Answer:
Verified
Premises:
Responses:
Devices that allow for multiple touches on the screen at the same time
multitouch
A set of events created by Apple for iOS
stylus
A pointing device that looks like a pencil and allows for precise touch input on a touchscreen
Geolocation API
Provides access to device camera, microphone, and/or screen
touch events
An argument that contains or references executable code
gesture
A browser or device interaction performed using touch, such as for scrolling the page
callback
Provides user's latitude and longitude coordinates
Device Orientation API
A specification created by Microsoft for Windows Phone and Windows 8
WebRTC API
Reports charge level of device battery
pointer events
Provides access to device orientation and changes in orientation
Battery Status API
(Matching)
4.9/5
(37)

Pointer events are supported only by certain versions of which browser?

(Multiple Choice)
4.8/5
(34)

The mobile versions of popular browsers share all the same  capabilities, limitations, and even bugs as their desktop counterparts.

(True/False)
5.0/5
(41)

Touch events are built to  allow for multiple touches on the screen at the same  time.

(True/False)
4.8/5
(36)

To request a user's position a single time, you use the ____ method of the Geolocation API.

(Multiple Choice)
4.9/5
(35)

Provide two reasons why it's important to minimize download size for a mobile app.

(Essay)
4.9/5
(31)

The Geolocation API p rovides access to device orientation and changes in orientation.

(True/False)
4.9/5
(33)
Showing 21 - 40 of 41
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)