Which code segments should you use?
You are developing a Windows Store text editor app by using HTML5 and JavaScript. Users
must be able to select text within the app and then copy the text. You need to enable the
copy feature. Which code segments should you use? (Each correct answer presents part of
the solution. Choose all that apply.)
Which code segment should you add?
You are developing a Windows Store app. The app will format a paragraph of text to
resemble the following image.
The app must format the paragraph to meet the following requirements:
• The paragraph must be divided between two columns.
• Columns must be separated by vertical lines that are two pixels wide.
You need to ensure that the format of the paragraph meets the requirements. Which code
segment should you add?
Which features should you add to the app bar?
HOTSPOT
You are designing a Windows Store app. The app displays prices and other information for
various stocks. The app must allow the user to perform the following actions:
• Add and remove stocks.
• Search by stocks name.
• Display information about stocks.
You need to add the appropriate features to the app bar. Which features should you add to
the app bar? (To answer, drag the appropriate features to the correct locations in the answer
area. Each feature may be used once, more than once, or not at all. You may need to drag
the split bar between panes or scroll to view content.)
Where should you place each command?
HOTSPOT
You are developing a Windows Store app. The app will be used to manage a task list. The
app has the following requirements:
• Support commands to add, remove, filter, and select all items in the task list.
• Support navigation to the previous screen.
You need to ensure that the commands are placed according to Microsoft design style
guidelines. Where should you place each command? (To answer, drag each command to
the correct placement location. Each answer must be used only once. You may need to drag
the split bar between panes or scroll to view content.)
Which code segment should you insert at line 01?
You are developing a Windows Store app. The app will be used on devices that are capable
of changing view states. The app contains the following CSS code segment. (Line numbers
are included for reference only.)
The app has the following requirements when the host device is in a landscape orientation:
• The app’s client area must be the same height as the device’s height.
• The app’s client area must be the same width as the device’s width.
You need to ensure that the layout of the device screen meets the requirements.
Which code segment should you insert at line 01?
Which four actions should you perform in sequence?
HOTSPOT
You are developing a Windows Store app that allows the user to write reviews for a
company’s products. The product selection page must switch to a vertical list layout when
the app is snapped. You need to ensure that the product layout is updated. Which four
actions should you perform in sequence? (To answer, move the appropriate actions from the
list of actions to the answer area and arrange them in the correct order.)
Which media feature should you evaluate?
You are developing a Windows Store app that uses a fluid layout for all user interface
elements. You need to ensure that app elements are styled appropriately based on the size
and orientation of the app on the screen. Which media feature should you evaluate?
How should you complete the HTML?
HOTSPOT
You are developing a Windows Store travel-planning app. An array named dataArray stores
information about travel categories. The array is defined in the following code:
The app must display the title and image for each travel category in a ListView control. You
need to define the HTML for the ListView control. How should you complete the HTML? (To
answer, drag each appropriate attribute or object to the correct location or locations in the
answer area. Each attribute or object may be used once, more than once, or not at all. You
may need to drag the split bar between panes or scroll to view content.)
Which properties should you use?
HOTSPOT
You are developing a Windows Store app that uses a CredentialPicker control to collect the
user’s user name and password credentials. The CredentialPicker control has the following
requirements:
• The Remember my credentials check box must be selected by default.
• The text “Enter user name and password” must be displayed in the message header
of the dialog box.
You need to ensure that the requirements are met. Which properties should you use? (To
answer, drag the appropriate properties to the correct locations in the answer area. Each
property may be used once, more than once, or not at all. You may need to drag the split bar
between panes or scroll to view content.)
You need to ensure that the requirements are met
You are developing a Windows Store app by using HTML5 and JavaScript. The app will be
used to display image files from a folder. The app has the following requirements:
• The file name, size, and a thumbnail view of the image must be displayed in a
ListView control.
• The user must be able to group the files into an album.
You need to ensure that the requirements are met. What should you do?