Which of the following is TRUE with regards to fonts for item titles or item headers?
You are employed as a developer at ABC.com. ABC.com has a single Active Directory domain,
named ABC.com.
You are running a training exercise for junior developers. You are currently discussing fonts for
Windows Store apps.
Which of the following is TRUE with regards to fonts for item titles or item headers?
Which of the following is the visual element responsible for this?
You are employed as a developer at ABC.com. ABC.com has a single Active Directory domain,
named ABC.com.
You are in the process of creating a new Windows Store app for ABC.com. You are required to
configure branding for the app. you want to make sure that your app is easily identifiable, and that
your brand is recognizable.
Which of the following is the visual element responsible for this?
Which of the following is a reason for this?
You are employed as a developer at ABC.com. ABC.com has a single Active Directory domain,
named ABC.com.
You are running a training exercise for junior developers. You are currently discussing the
placement of commands relevant to a selected item. As a rule, these commands are placed to the
left of the app bar.
Which of the following is a reason for this?
Which of the following is TRUE with regards to placing global commands?
You are employed as a developer at ABC.com. ABC.com has a single Active Directory domain,
named ABC.com.
You are running a training exercise for junior developers. You are currently discussing the
placement of global commands.
Which of the following is TRUE with regards to placing global commands?
Which of the following is TRUE with regards to the app bar?
You are employed as a developer at ABC.com. ABC.com has a single Active Directory domain,
named ABC.com.
You are running a training exercise for junior developers. You are currently discussing the app bar.
Which of the following is TRUE with regards to the app bar? (Choose all that apply.)
When should Cambria be used?
You are employed as a developer at ABC.com. ABC.com has a single Active Directory domain,
named ABC.com.
You are running a training exercise for junior developers. You are currently discussing fonts used
in Windows Store apps.
When should Cambria be used?
Which of the following is TRUE with regards to pixel rounding of typographic grid-units and subunits?
You are employed as a developer at ABC.com. ABC.com has a single Active Directory domain,
named ABC.com.
You are running a training exercise for junior developers. You are currently discussing typographic
grid-units and sub-units.
Which of the following is TRUE with regards to pixel rounding of typographic grid-units and subunits?
Which of the following is TRUE with regards to fonts for links?
You are employed as a developer at ABC.com. ABC.com has a single Active Directory domain,
named ABC.com.
You are running a training exercise for junior developers. You are currently discussing fonts for
Windows Store apps.
Which of the following is TRUE with regards to fonts for links?
Which of the following shows the minimum ratio required?
You are employed as a developer at ABC.com. ABC.com has a single Active Directory domain,
named ABC.com.
You are running a training exercise for junior developers. You are currently discussing the
foreground : background contrast ratio between normal text and its background.
Which of the following shows the minimum ratio required?
Which of the following statements are TRUE?
You are employed as an application developer at ABC.com. You make use of Microsoft .NET
Framework 4 to develop Windows Presentation Foundation (WPF) applications.
You have recenty created an application, and cofigured it to have a composite user control. You
also configured the user control to have a TextBox control, named txtEntry. You then configure the
user control to be stored in a window, and include the following code in the constructor of the user
control:
AddHandler(TextBox.TextChangedEvent, new RoutedEventHandler(Audit_TextChanged), true);
Which of the following statements are TRUE? (Choose all that apply.)