1. Which statement is/are true regarding XHTML Mobile Profile?
2. Advantage of adding the following code in the of Mobile Web Applications?
3. What will happen if a line break is inserted in the marquee text?
4. Why does the Best Practices Working Group for Mobile Web Applications recommend underlining hyperlinks?
5. In XHTML Mobile Profile, the , , and elements support the type attribute.
6. In which Interaction method does the browser focus jump from link to link?
7. What is the default formatting of the em element in XHTML Mobile Profile?
8. Which is correct regarding CSS in mobile widgets?
9. What is the Maximum Page Weight recommended by the Best Practices Working Group for Mobile Web Application?
10. What will happen if the attribute selector is being matched as: [att~=val]
11. Which style element has the highest priority in the cascading rules?
12. What will happen if the following style is applied to a span? span[hello='Debra'][goodbye='Sherry'] { color: blue; }
13. If you want to center align the text of a paragraph, which of the following style rules will be applied? Text Here
14. What is the advantage of specifying the width and height of an image using XHTML?
15. What will happen if a user follows the anchor below? XYZ
16. Which image extension should be used when creating mobile applications?
17. Which element is/are available in XHTML Mobile Profile but not in XHTML basic?
18. Best method to specify a URL for href, as recommended by the Best Practices Working Group for Mobile Web Applications?
19. What is the advantage of aggregating static images (sprites) into a single composite resource?
20. Which content type enable a URL address to be sent to a device?
21. Which value of the border-top-style property is not valid for CSS Mobile Profile?
22. How will the following code affect a document? @page rotated {size: landscape} TABLE {page: rotated; page-break-before: right}
23. Which border styles is valid?
24. Which table attributes is/are not supported in XHTML Mobile Profile?
25. What is the initial value of the -wap-marquee-style property?
26. What will the width of the border be if the following font definition is applied to an element? border-width:thin
27. When using JavaScript with Mobile Web Applications, which represent best practice?
28. What will happen if the action attribute value of Service Loading is set to cache, and the cache does not exist?
29. With regard to Mobile Web Applications, which types of files do/does not benefit from transfer compression, and has/have a negative net impact instead?
30. What is a Mobile widget?
31. Which is/are required in the Service Indication content type?
32. What will happen if a widget is running and an incoming call is being received on the same device?
33. The Best Practices Working Group for Mobile Web Application recommends that percentages and relative measures be avoided in favour of pixel and absolute measures.
34. Why does the Best Practices Working Group for Mobile Web Application recommend a page title length between 12 and 14 characters?
35. What must be kept in mind while designing Mobile Application with regard to users, while they are using a mobile phone?
36. What happens if the signal-medium priority notification of the Service Indication is sent to a user?
37. Which attributes is/are not supported by the anchor element in XHTML Mobile Profile?
38. What will happen if the following style rule is applied to a hyperlink? a.external:visited { color: red }
39. What is the initial value of the border-width property?
40. What is the function of the left softkey in mobile user-interface?
41. Which properties allow(s) percentages in the value field(s)?
42. What is the minimum usable screen width that is recommended by Best Practices Working Group for Mobile Web Application?
43. The term Card in mobile applications refers to ________________.
44.
Consider the following font definition, then choose the option that shows another way of getting the same result.
font-weight:bold
45. When does the following style selector rule apply? h1 + h2 { margin-top: -15mm }
46. Which strategies can be used to optimize network requests for Mobile Web Applications?