Microsoft 70-481 - Essentials of Developing Windows Store Apps using HTML5 and JavaScript Exam
Page: 2 / 24
Total 116 questions
Question #6 (Topic: Topic 1)
You need to implement the code to meet the requirements regarding the display of the
newsPage.html page.
Which HTML element should you insert at line NH06?
newsPage.html page.
Which HTML element should you insert at line NH06?
A. <h2 class ="news-item-title win-type-ellipses" data-win-bind="textContent: title"></ h2>
B. <h2 class="news-item-title win-type-large" data-win-bind="textContent: title"></h2>
C. <h2 class="news-item-titlewin-type-xx-large" data-win-bind="textContent: title"></ h2>
D. <h2 class="news-item-title win-type-x-large" data-win-bind="textContent: title"></ h2>
Answer: A
Question #7 (Topic: Topic 1)
You need to ensure that the layout for newsPage.html meets the requirements.
Which layout should you choose?
[Microsoft-70-481-7.0/Microsoft-70-481-13_2.png]
Which layout should you choose?
[Microsoft-70-481-7.0/Microsoft-70-481-13_2.png]
A. Option A
B. Option B
C. Option C
D. Option D
Answer: B
Question #8 (Topic: Topic 1)
You need to ensure that the requirements for capturing user input on the newsltem.html
page are met.
Which code segments should you use? (Each correct answer presents part of the solution.
Choose all that apply.)
page are met.
Which code segments should you use? (Each correct answer presents part of the solution.
Choose all that apply.)
A. InkManager.mode = Windows.UI.Input.Inking.InkManipulationMode.selecting;
B. InkManager.mode = Windows.UI.Input.Inking.InkRecognitionTarget.selected;
C. InkManager.mode = Windows.UI.Input.Inking.InkManipulationMode.inking;
D. InkManager.mode = Windows.UI.Input.Inking.InkRecognitionTarget.all;
Answer: A,B
Question #9 (Topic: Topic 1)
You need to configure the CredentialPicker object to meet the requirements.
Which code segment should you insert at line GC04?
Which code segment should you insert at line GC04?
A. options.callerSavesCredential = false;
B. options.CredentialSaveOption.unselected;
C. options.CredentialSaveOption.selected;
D. options.callerSavesCredential = true;
E. options.CredentialSaveOption.hidden;
Answer: C
Question #10 (Topic: Topic 1)
You need to ensure that the navigation requirements for displaying news items are met.
Which code segment should you insert at line NP04?
Which code segment should you insert at line NP04?
A. nav.navigate("/html/newsPage.html");
B. nav.navigate ("/html/newsItem.html", {item: item});
C. nav.forward ("/html/newsItem.html");
D. nav.forward("/html/newsPage.html", {item: item});
Answer: B