1. Which of the following strategies can be used to optimize network requests for Mobile Web Applications?
Answer
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
2.
When does the following style selector rule apply?
h1 + h2 { margin-top: -15mm }
Answer
Correct Answer:
If the h1 element immediately precedes the h2 element
Note: This Question is unanswered, help us to find answer for this one
3.
Consider the following font definition, then choose the option that shows another way of getting the same result.
font-weight:bold
Answer
Correct Answer:
font-weight:700
Note: This Question is unanswered, help us to find answer for this one
4. The term Card in mobile applications refers to ________________.
Answer
Correct Answer:
a single WML navigational and user interface unit
Note: This Question is unanswered, help us to find answer for this one
5. What is the minimum usable screen width that is recommended by Best Practices Working Group for Mobile Web Application?
Answer
Correct Answer:
120 pixels
Note: This Question is unanswered, help us to find answer for this one
6. Which of the following properties allow(s) percentages in the value field(s)?
Answer
Correct Answer:
font-size line-height
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
7. What is the function of the left softkey in mobile user-interface?
Answer
Correct Answer:
It is used as a yes/positive key.
Note: This Question is unanswered, help us to find answer for this one
8. What is the initial value of the border-width property?
Answer
Correct Answer:
medium
Note: This Question is unanswered, help us to find answer for this one
9.
What will happen if the following style rule is applied to a hyperlink?
a.external:visited { color: red }
Answer
Correct Answer:
The links that have already been visited will be shown in red color.
Note: This Question is unanswered, help us to find answer for this one
10. Which of the following attributes is/are not supported by the anchor element in XHTML Mobile Profile?
Answer
Correct Answer:
None of the above is supported by the anchor element.
Note: This Question is unanswered, help us to find answer for this one
11. What happens if the signal-medium priority notification of the Service Indication is sent to a user?
Answer
Correct Answer:
A notification is displayed and an SMS alert tone is sounded.
Note: This Question is unanswered, help us to find answer for this one
12. What must be kept in mind while designing Mobile Application with regard to users, while they are using a mobile phone?
Answer
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
13. Why does the Best Practices Working Group for Mobile Web Application recommend a page title length between 12 and 14 characters?
Answer
Correct Answer:
To reduce the page weight. To avoid truncation of the title.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
14.
Is the following statement true or false?
The Best Practices Working Group for Mobile Web Application recommends that percentages and relative measures be avoided in favour of pixel and absolute measures.
Answer
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
15. What will happen if a widget is running and an incoming call is being received on the same device?
Answer
Correct Answer:
The widget will automatically move to the background.
Note: This Question is unanswered, help us to find answer for this one
16. Which of the following is/are required in the Service Indication content type?
Answer
Correct Answer:
text URL
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
17. What is a Mobile widget?
Answer
Correct Answer:
A small, stand-alone Web application that can easily be installed on mobile devices.
Note: This Question is unanswered, help us to find answer for this one
18. 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?
Answer
Correct Answer:
JPEG images Files smaller than 1k
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
19. What will happen if the action attribute value of Service Loading is set to cache, and the cache does not exist?
Answer
Correct Answer:
The application will be silently discarded.
Note: This Question is unanswered, help us to find answer for this one
20. When using JavaScript with Mobile Web Applications, which of the following represents best practice?
Answer
Correct Answer:
Using a JSON parser.
Note: This Question is unanswered, help us to find answer for this one
21.
What will the width of the border be if the following font definition is applied to an element?
border-width:thin
Answer
Correct Answer:
1 pixel
Note: This Question is unanswered, help us to find answer for this one
22. What is the initial value of the -wap-marquee-style property?
Answer
Correct Answer:
scroll
Note: This Question is unanswered, help us to find answer for this one
23. Which of the following table attributes is/are not supported in XHTML Mobile Profile?
Answer
Correct Answer:
None of the above attributes is supported.
Note: This Question is unanswered, help us to find answer for this one
24. Which of the following border styles is valid?
Answer
Correct Answer:
border: none;
Note: This Question is unanswered, help us to find answer for this one
25.
How will the following code affect a document?
@page rotated {size: landscape}
TABLE {page: rotated; page-break-before: right}
Answer
Correct Answer:
It will put all tables on a right-hand side landscape page.
Note: This Question is unanswered, help us to find answer for this one
26. Which of the following values of the border-top-style property is not valid for CSS Mobile Profile?
Answer
Correct Answer:
hidden
Note: This Question is unanswered, help us to find answer for this one
27. Which of the following content types enables a URL address to be sent to a device?
Answer
Correct Answer:
Service Loading
Note: This Question is unanswered, help us to find answer for this one
28. What is the advantage of aggregating static images (sprites) into a single composite resource?
Answer
Correct Answer:
It helps reduce the trips to the server.
Note: This Question is unanswered, help us to find answer for this one
29. Which is the best method to specify a URL for href, as recommended by the Best Practices Working Group for Mobile Web Applications?
Answer
Correct Answer:
http://example.com
Note: This Question is unanswered, help us to find answer for this one
30. Which of the following elements is/are available in XHTML Mobile Profile but not in XHTML basic?