0% found this document useful (0 votes)
61 views4 pages

Internal Exam IT1 & IT2: App Bars Charms Flyouts All The Above

The document contains an internal exam with multiple choice questions testing knowledge of Windows 8 app development topics such as URIs, Windows 8 app interactions, XAML, controls, data binding, and more. It asks the student to define terms like a stack panel and provide code to set an image in a grid. The exam also includes matching questions to associate items with their descriptions.

Uploaded by

paditig712
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
61 views4 pages

Internal Exam IT1 & IT2: App Bars Charms Flyouts All The Above

The document contains an internal exam with multiple choice questions testing knowledge of Windows 8 app development topics such as URIs, Windows 8 app interactions, XAML, controls, data binding, and more. It asks the student to define terms like a stack panel and provide code to set an image in a grid. The exam also includes matching questions to associate items with their descriptions.

Uploaded by

paditig712
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Internal Exam IT1 & IT2

Name:___________________________ Enrolment Number :_____________________________

1. URI stand for____________________________________________.


 Uniform Resource Identification
 Uniform Resource Information
 Uniform Resource Identifier
 Unique Resource Information
2. Which of the following are the interactions of Windows 8 apps ?
 App Bars
 Charms
 Flyouts
 All the Above
3. Which attributes is used to give a name of a control in Store App.
 x:Name
 x:name
 x:Names
 x:_Name
4. What is the use of Image Brush object?
 To set an image as foreground
 One can use image to paint an area that takes a brush object.
 To set an image as a background
 To show image as icon to the selected component
5. What is an XAML?
 Xtra application Markup Language
 Extensible and mark Up language
 Extensible Application Markup language
 None of the Above

6. By default, there are no pre-installed components to view any ________________________.


 PDF Files
 HTML Files
 Word
 Adobe Files
7. Which operator sets the attribute syntax property?
 Assignment operator (=)
 Addition operator (+)
 Slash operator (\)
 And operator (&)
8. Which category Grid, Stack, Panel, and canvas belongs to?
 Buttons
 Objects
 Control panels
9. Which control is used to add navigate between pages?
 Control
 Menu
 Commands
 Button
10. Which control provides the user with easy access to commands and helps to show commands or
options?
 Command bar
 Menu
 Control
 App bar
11. Which of these is true for the XAML value for Binding?
 {Binding…}
 Property-path
 Binding.Path
 ToString
12. Which of these does a user need if they wish to display items in a list?
 DataTemplate
 ToString method
 ContentTemplate
 ItemsControl
13. What provides user to access files and folders?
 App data
 File
 File pickers
 User data
14. App packages contain the _____________ files extension.
 .doc
 .appx
 .txt
 .cpp
15. Name the stretch property which is the default value and the image is adjusted to fit the output
dimensions
 Uniform
 Uniform ToFill
 Fill
 All the above

Q2). What is Stack panel? (2.5)

Q3). How to set an image in Grid? Write a code (2.5)

16. A _______________________is rectangle or square icon representing on start screen


 Toast
 Badges
 Tile
 Dialog

17. Can progress bar will work if it is Isactive?


 True
 False
18. For Playing an audio/video we used a component in design
 Mediaquery
 Mediaelement
 Mediaappend
19. Images store in a particular folder
 Assets
 Src
 Common
20. How you can create a circle from rectangle?
 x-radius:100, y-radius:200
 x-radius:20, y-radius:20
 x-radius:100,y-radius:100
 x-radius:0,y-radius:100
21. ____________________ is not used to code the Windows Store apps.
 Fortran
 Visual Basic
 JavaScript and HTML5
 Visual C++

Match the items with their descriptions (2)

Item Description
(a) DataTemplate 1. Is a class derived from the IValueConverter
interface
(b) ContentTemplate 2. An object with data that the user has to
render
(c) Converter 3. Provide a custom display of data bound
items
(d) Binding source 4. Used to customize the data template
 a-1, b-2, c-3, d-4
 a-2, b-3, c-4, d-1
 a-3, b-4, c-1, d-2
 a-4, b-2, c-3, d-1

Q) What is Data binding? (2)

Q) Draw a task (10)

You might also like