Which code segments should you use?
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 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?
Where should you place each command?
DRAG DROP
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 features should you add to the app bar?
DRAG DROP
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.)
Which code segment should you use?
Which expression should you insert into each function?
DRAG DROP
You are validating user input by using JavaScript and regular expressions.
A group of predefined regular expressions will validate two input fields:
An email address in a function named validateEmail (for example, firstname@contoso.com)
A nine-digit number that allows optional hyphens after the second and fifth character in a function
named validateSSN(for example, 555555555 or 555-55-5555)
You need to use the correct expression to validate the input.
Which expression should you insert into each function? (To answer, drag the appropriate regular
expression statement to the correct location. Each regular expression statement 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 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?
Which four actions should you perform in sequence?
DRAG DROP
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.)
You need to ensure that the data validation requirement is met
You are developing a customer contact form that will be displayed on a page of a company’s
website. The page collects information about the customer.
If a customer enters a value before submitting the form, it must be a valid email address.
You need to ensure that the data validation requirement is met.
What should you use?