Windows Store 1

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Mr.anh
M
Mr.anh
Community Contributor
Quizzes Created: 2 | Total Attempts: 810
Questions: 12 | Attempts: 703

SettingsSettingsSettings
Windows Store 1 - Quiz

.


Questions and Answers
  • 1. 

    Name the presentation technology that can be used with JavaScript.

    • A.

      C#

    • B.

      XAML

    • C.

      HTML5

    Correct Answer
    C. HTML5
    Explanation
    HTML5 is the correct answer because it is a presentation technology that can be used with JavaScript. HTML5 provides a set of markup language and APIs that allow developers to create interactive and dynamic web pages. JavaScript is commonly used with HTML5 to add functionality and interactivity to these web pages. C# and XAML are not presentation technologies that are typically used with JavaScript. C# is a programming language primarily used for developing applications on the .NET platform, while XAML is a markup language used for creating user interfaces in Windows applications.

    Rate this question:

  • 2. 

    To which type of language XAML belongs to?

    • A.

      Declarative markup language

    • B.

      Coding language

    • C.

      Programming language

    • D.

      Backend coding language

    Correct Answer
    A. Declarative markup language
    Explanation
    XAML belongs to the category of declarative markup languages. Declarative markup languages are used to define the structure and presentation of data, typically in a platform-independent manner. XAML is specifically used for creating user interfaces in applications developed using Microsoft technologies, such as WPF and UWP. It allows developers to define the layout, controls, and behaviors of the user interface using a markup syntax, rather than writing procedural code. This separation of concerns between the UI definition and the underlying code makes XAML a powerful tool for designing and maintaining complex user interfaces.

    Rate this question:

  • 3. 

    Name the control which presents an inline list of items.

    • A.

      Combobox

    • B.

      Radiobutton

    • C.

      Listbox

    • D.

      CheckBox

    Correct Answer
    C. Listbox
    Explanation
    A Listbox is a control that presents an inline list of items. It allows the user to select one or multiple items from the list. Unlike a Combobox, which displays a single selected item with a dropdown list, a Listbox displays all the items in the list without a dropdown. Radiobutton and Checkbox controls are used for selecting a single option or multiple options respectively, but they do not present an inline list of items like a Listbox does.

    Rate this question:

  • 4. 

    Name the stretch property which is the default value and the image is adjusted to fit the output dimensions.

    • A.

      Uniform

    • B.

      Fill

    • C.

      Uniform ToFill

    • D.

      All the above

    Correct Answer
    A. Uniform
    Explanation
    The stretch property "Uniform" is the default value where the image is adjusted to fit the output dimensions. This means that the image will maintain its aspect ratio and be scaled uniformly to fit within the available space without distorting its proportions.

    Rate this question:

  • 5. 

    Which category Grid, Stack, Panel, and canvas belongs to?

    • A.

      Buttons

    • B.

      Control panels

    • C.

      Objects

    • D.

      Framework

    Correct Answer
    B. Control panels
    Explanation
    The category that Grid, Stack, Panel, and Canvas belong to is control panels. These elements are commonly used in graphical user interfaces to organize and arrange other user interface components. They provide a structured layout for buttons, text boxes, and other interactive elements, allowing developers to create visually appealing and user-friendly interfaces. Control panels offer a convenient way to manage and manipulate the placement and behavior of various UI elements within an application.

    Rate this question:

  • 6. 

    Which element is used to fit the control to their content?

    • A.

      Absolute layout

    • B.

      Dynamic layout

    • C.

      Auto and star sizing

    • D.

      Panel controls

    Correct Answer
    C. Auto and star sizing
    Explanation
    Auto and star sizing is the correct answer because it allows the control to adjust its size automatically based on the content it contains. Auto sizing adjusts the size of the control to fit its content, while star sizing allows the control to take up available space in proportion to other controls. This flexibility ensures that the control can adapt to different content sizes without the need for manual adjustments.

    Rate this question:

  • 7. 

    Which method is used to display content in the Windows Frame?

    • A.

      Navigate

    • B.

      GoForward

    • C.

      GoBack

    • D.

      None of the above

    Correct Answer
    A. Navigate
    Explanation
    The method used to display content in the Windows Frame is "Navigate". This method allows the user to navigate to a specified URL or file location and load the content into the frame. It is commonly used in web development to load different web pages or resources within a single frame or window. The "Navigate" method is essential for dynamically updating the content displayed in the Windows Frame.

    Rate this question:

  • 8. 

    Which element helps to present more options in less space and provides interactive controls?

    • A.

      Menu

    • B.

      Controls

    • C.

      Command

    • D.

      Button

    Correct Answer
    A. Menu
    Explanation
    Menus are a user interface element that helps to present more options in less space and provides interactive controls. They typically consist of a list of options that can be selected by the user. When the user clicks on a menu, it expands to display a list of choices, allowing the user to select the desired option. This allows for a compact presentation of multiple options while still providing interactive controls for the user to make selections.

    Rate this question:

  • 9. 

    ____________ allows Windows Store Apps to display and interact with data.

    • A.

      Data binding

    • B.

      Data connection

    • C.

      Data object

    • D.

      Visual Basic object

    Correct Answer
    A. Data binding
    Explanation
    Data binding allows Windows Store Apps to display and interact with data by establishing a connection between the UI elements and the data source. It enables automatic synchronization of data between the UI and the underlying data model, ensuring that any changes made to the data are reflected in the UI and vice versa. This simplifies the development process and enhances the user experience by providing real-time updates and seamless data manipulation.

    Rate this question:

  • 10. 

    Which of these does a user need if they wish to display items in a list?

    • A.

      DataTemplate

    • B.

      ContentTemplate

    • C.

      ToString method

    • D.

      ItemsControl

    Correct Answer
    C. ToString method
    Explanation
    The ToString method is not needed to display items in a list. The ToString method is used to convert an object to its string representation, but it is not directly related to displaying items in a list. Instead, the user would need an ItemsControl to display items in a list. An ItemsControl is a control that can be used to present a collection of items, such as a list or a combo box.

    Rate this question:

  • 11. 

    Which kind app data and user data belongs to?

    • A.

      App data

    • B.

      User data

    • C.

      Data flickers

    Correct Answer
    A. App data
    Explanation
    App data refers to the information and settings specific to an application. This can include things like preferences, configurations, and cached data that the app uses to function properly. On the other hand, user data pertains to the personal information and content created or provided by the user within the app, such as profile details, saved files, and user-generated content. Therefore, the correct answer is that app data belongs to the application itself, while user data belongs to the individual user.

    Rate this question:

  • 12. 

    App packages contain the _____________ files extension.

    • A.

      .doc

    • B.

      .txt

    • C.

      .appx

    • D.

      .cpp

    Correct Answer
    C. .appx
    Explanation
    App packages contain the .appx file extension. This file extension is used to package and distribute applications on the Windows platform. The .appx file contains all the necessary files and resources required for the application to run on a Windows device. It is a standardized format that allows for easy installation, updating, and uninstallation of applications.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 05, 2015
    Quiz Created by
    Mr.anh
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.