1. Question: You need to create a webpage that is available in both the default language of English and for users whose browsers identify them as German. Which of the following resource files should you create? (Choose all that apply.)

    A
    App_LocalResources/Page.aspx.resx.de

    B
    App_LocalResources/Page.aspx.resx

    C
    App_LocalResources/Page.aspx.de.resx

    D
    App_LocalResources/Page.aspx.en.resx

    Note: Not available
    1. Report
  2. Question: What must you do to enable users to select their own language preferences (outside of browser and machine settings)? (Choose all that apply.)

    A
    Set the Page.Culture property.

    B
    Set the Page.UICulture property.

    C
    Override the Page.InitializeCulture method.

    D
    Override the Page.ReadStringResource method.

    Note: Not available
    1. Report
  3. Question: What markup would you write to explicitly attach the local resource, SubmitButtonText, found inside the application’s collection of MyLocalResources.aspx.<language>.resx files, to the Text property of a button control?

    A
    <asp:Button ID="Button1" runat="server" Text="<%$ Resources:, SubmitButtonText %>" />

    B
    <asp:Button ID="Button1" runat="server" Text="<%$ Resources:MyLocalResources, SubmitButtonText %>" />

    C
    <asp:Button ID="Button1" runat="server" Text="<%$ SubmitButtonText, Resources:%>" />.

    D
    <asp:Button ID="Button1" runat="server" Text="<%$ SubmitButtonText, Resources:MyLocalResources %>" />

    Note: Not available
    1. Report
  4. Question: You add a global resource with the name Login by using Visual Studio. How can you access that global resource programmatically?

    A
    Resources.Resource.Login

    B
    Resources.Resource(“Login”)

    C
    Resources(“Login”)

    D
    Resources.Login

    Note: Not available
    1. Report
  5. Question: Which Image properties can you define to enable screen readers to describe a picture on a webpage? (Choose all that apply.)

    A
    AccessKey

    B
    AlternateText

    C
    DescriptionUrl

    D
    ToolTip

    Note: Not available
    1. Report
  6. Question: Which of the following are accessibility features provided by ASP.NET? (Choose all that apply.)

    A
    Controls provide properties that enable you to provide hidden descriptions that are available to screen readers.

    B
    Controls are displayed in high contrast by default.

    C
    Controls that include a list of links at the top provide hidden links to skip over the links.

    D
    Controls display text in large font sizes by default.

    Note: Not available
    1. Report
  7. Question: For which of the following guidelines does ASP.NET provide automated testing? (Choose all that apply.)

    A
    WCAG Priority 1

    B
    WCAG Priority 2

    C
    ADA

    D
    Access Board Section 508

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd