Mobile Web Authoring Test
What
will happen if a widget is running and an incoming call is being received on
the same device?
a. The
call will not be received until widget is running.
b. The
widget will be closed automatically.
c. The
widget will automatically move to the background.
d. The
widget will crash.
e. None
of the above
What
is a Mobile widget?
a. A
kind of hardware component used to store and retrieve data quickly.
b. A
rapid application development tool for building mobile and wireless
applications.
c. A
small, stand-alone Web application that can easily be installed on mobile
devices.
d. None
of the above
With
regard to Mobile Web Applications, which of the following types of files
do/does not benefit from transfer compression, and has/have a negative net
impact instead?
a. JPEG
images
b. Video
files
c. Files
smaller than 1k
d. Applications
Which
of the following values of the border-top-style property is not valid for CSS
Mobile Profile?
a. none
b. hidden
c. dotted
d. dashed
e. solid
Which
of the following elements is/are available in XHTML Mobile Profile but not in
XHTML basic?
a. <b>
b. <big>
c. <i>
d. <strong>
e. <div>
What
will happen if a user follows the anchor below?
<a
href="wtai://wp/mc;8045234614">XYZ</a>
a. The
user will be prompted to save a number to his/her contact list.
b. The
user will be prompted to make a call.
c. The
user will be prompted to delete the number from the contact list.
d. No
action will be performed.
Which
is the best method to specify a URL for href, as recommended by the Best
Practices Working Group for Mobile Web Applications?
a. http://www.example.com/example.html
b. http://www.example.com
c. http://example.com
d. http://example.com/example.html
Which
of the following properties allow(s) percentages in the value field(s)?
a. font-size
b. font-variant
c. font-weight
d. line-height
Which
of the following content types enables a URL address to be sent to a device?
a. Service
Loading
b. Service
Indication
c. Push
d. WML
Script
What
will the width of the border be if the following font definition is applied to
an element?
border-width:thin
a. 1
pixel
b. 2
pixels
c. 3
pixels
d. None
of the above
What
is the initial value of the -wap-marquee-style property?
a. scroll
b. slide
c. alternate
d. none
What
will happen if a line break is inserted in the marquee text?
a. The
speed of scroll will decrease to half.
b. The
marquee text will overflow.
c. The
line break will cause the browser to ignore the marquee text.
d. The
line break will have no effect on the text.
What
will happen if the following style is applied to a span?
span[hello="Debra"][goodbye="Sherry"]
{ color: blue; }
a. The
selector will match all span elements whose hello attribute has exactly the
value Debra AND whose goodbye attribute has exactly the value Sherry.
b. The
selector will match all span elements whose hello attribute has exactly the
value Debra OR whose goodbye attribute has exactly the value Sherry.
c. All
span elements that have hello as an attribute will have their value set to
Debra, and all elements that have goodbye as an attribute will have their value
set to Sherry.
d. None
of the above will occur if the given style is applied to a span.
Consider
the following font definition, then choose the option that shows another way of
getting the same result.
font-weight:bold
a. font-weight:100
b. font-weight:900
c. font-weight:400
d. font-weight:700
What
will happen if the following style rule is applied to a hyperlink?
a.external:visited { color: red }
a. All
links will be shown in red color.
b. The
links that have already been visited will be shown in red color.
c. The
unvisited links will be shown in red color.
d. All
links will be shown in red color when the mouse pointer hovers over them.
What
is the default formatting of the em element in XHTML Mobile Profile?
a. normal
b. bold
c. italic
d. monospace
What
will happen if the attribute selector is being matched as:
[att~=val]
a. It
will match when element att value is exactly val.
b. It
will match when element att value is not equal to val.
c. It
will match when element att value is a white, space-separated list of words,
one of which is exactly val.
d. It
will match with element att irrespective of its value.
Which
of the following elements must be placed within <p> or some other element
in XHTML Mobile Profile?
a. <blockquote>
b. <strong>
c. <code>
d. <var>
e. <pre>
What
is the minimum usable screen width that is recommended by Best Practices
Working Group for Mobile Web Application?
a. 100
pixels
b. 120
pixels
c. 140
pixels
d. None
of the above
What
is the Maximum Page Weight recommended by the Best Practices Working Group for
Mobile Web Application?
a. 20
kilobytes
b. 10
kilobytes
c. 25
kilobytes
d. None
of the above
Which
of the following table attributes is/are not supported in XHTML Mobile Profile?
a. Align
b. Border
c. Cellpadding
d. Cellspacing
e. None
of the above attributes is supported.
In
which of the following Interaction methods does the browser focus jump from
link to link?
a. Focus
based method
b. Pointer
based method
c. Touch
based method
d. None
of the above
What
is the initial value of the border-width property?
a. thin
b. medium
c. thick
d. none
What
happens if the signal-medium priority notification of the Service Indication is
sent to a user?
a. A
notification is displayed and an SMS alert tone is sounded.
b. A
notification is displayed but no SMS alert tone is sounded.
c. No
indication of the received Service Indication is displayed to the user. The
Service Indication is silently stored in the Service Inbox.
d. The
Service Indication is automatically discarded. The user is not notified.
Which
of the following image extensions should be used when creating mobile
applications?
a. .gif
b. .wbmp
c. .bmp
d. .png
Why
does the Best Practices Working Group for Mobile Web Application recommend a
page title length between 12 and 14 characters?
a. To
reduce the page weight.
b. To
avoid truncation of the title.
c. To
help in proper rendering of the title tag.
d. To
help the crawlers index the page.
How
will the following code affect a document?
@page rotated {size: landscape}
TABLE {page: rotated; page-break-before:
right}
a. It
will put all tables on a right-hand side landscape page.
b. It
will rotate the page if the table is positioned at the right side.
c. It
will keep the table in the landscape position and rotate the page.
d. None
of the above
What
is the function of the left softkey in mobile user-interface?
a. It
is used as a yes/positive key.
b. It
is used as a no/negative key.
c. It
allows the user to scroll the options up or down.
d. It
allows the user to scroll the options left or right.
Which
of the following is correct regarding CSS in mobile widgets?
a. font-size
and font-color are not supported.
b. font-style
variants normal, bold, and italic are typically supported.
c. CSS
opacity is not supported in WRT.
d. The
<canvas> tag is supported in WRT.
To
save the phone number 8934532348 against the name Peter in the user's phone
book, which of the following anchor tags must be used?
a. <a
href="wtai://wp/ap;8934532348;Peter">Save Number</a>
b. <a
href="wtai://wp/ap;Peter;8934532348">Save Number</a>
c. <a
href="wtai://wp/mc;8934532348;Peter">Save Number</a>
d. <a
href="wtai://wp/mc;Peter;8934532348">Save Number</a>
When
using JavaScript with Mobile Web Applications, which of the following represents
best practice?
a. Parsing
JSON data by executing it with the browser's eval(); command.
b. Using
a JSON parser.
c. Neither
of the above is a best practice.
When
does the following style selector rule apply?
h1 + h2 { margin-top: -15mm }
a. If the
h1 and h2 elements have similar size
b. If
the h1 and h2 elements are on the same line
c. If
the h1 element immediately precedes the h2 element
d. None
of the above.
Which
of the following is/are required in the Service Indication content type?
a. text
b. URL
c. creation
date
d. time
e. priorty
Which
of the following attributes is/are not supported by the anchor element in XHTML
Mobile Profile?
a. Coords
b. Button
c. Name
d. Shape
e. Target
f. None
of the above is supported by the anchor element.
What
will happen if the action attribute value of Service Loading is set to cache,
and the cache does not exist?
a. The
application will be executed in a non-intrusive manner.
b. The
application will be executed and may result in user-intrusive behavior.
c. The
application will be silently discarded.
d. None
of the above
Which
of the following strategies can be used to optimize network requests for Mobile
Web Applications?
a. Batching
requests
b. Backing
off during periods of inactivity
c. Using
awareness of current connectivity (e.g., WiFi) to select an appropriate level
of activity
d. All
of the above
What
is the advantage of aggregating static images (sprites) into a single composite
resource?
a. It
increases the visibility of the image.
b. It
helps reduce the trips to the server.
c. It
takes less space and therefore helps space management on the screen.
d. It
has no advantage; rather, it has a disadvantage due to increased image size.
Which
of the following statements is/are true regarding XHTML Mobile Profile?
a. XHTML
Mobile Profile is case-insensitive.
b. All
empty tags in XHTML must be self-closing.
c. Each
href attribute must be enclosed within quotation marks.
d. Mobile
Browsers do not support cookies.
e. The
align element of the input element is not supported in XHTML Mobile Profile.
What
is the advantage of adding the following code in the <head> of Mobile Web
Applications?
<meta name="viewport"
content="width=320; initial-scale=1.0; maximum-scale=1.0;
user-scalable=0" />
a. It
helps create a cache.
b. It
creates different views in the mobile screen.
c. It
helps set the desired screen size.
d. It
helps index the page for the search engine crawlers.
The
term Card in mobile applications refers to ___________.
a. a
container that stores phone contact information and other applications
b. a
single WML navigational and user interface unit
c. a
unit that contains all CSS styles
d. an
entity in XML that describes structure and content of information