You are on page 1of 2

WPF – Multiple Choice Questions Introduction

1. What is WPF Stands for?


a. Windows Precomputed Foundation
b. Windows Presentation Function
c. Windows Presentation Foundation
d. Windows Page Foundation

Answer: c

2. Which of the following is true about WPF?


a. It is a next generation UI framework to create applications with a rich user experience.
b. It is part of the .NET framework 3.0 and higher
c. It can’t support 2D and 3D Graphics
d. Supports flow and fix format documents.

Answer: a,b,d

3. What is XBAP stands for?


a. Extensible based application
b. XAML Browser Application
c. XAML Based Application

Answer: b

4. What is XAML stands for?


a. Extensible Application MarkUp Language.
b. Extensible based application
c. Extensible MarkUp Language.
d. Application MarkUp Language.

Answer: a

5. Which of the following is true about benefits of WPF?


a. Separation of Appearance and Behavior.
b. Rich Composition.
c. Highly Customizable.
d. Resolution Independence.

Answer: a,b,c,d

6. XAML Provides Declarative Programming in WPF?


a. True
b. False

Answer: a

7. Is Standalone application are equivalent of a Windows Form application?


a. True
b. False

Answer: a

1
WPF – Multiple Choice Questions Introduction

8. Can Standalone application runs in web environment?


a. True
b. False

Answer: b

9. Can Browser-hosted applications runs in a web environment?


a. True
b. False

Answer: a

10. Which Class is the base class of all the visual elements of WPF?
a. Control
b. Shape
c. Visual
d. Window

Answer: c

11. Control class of WPF is derived from which class?


a. Shape
b. Content Control
c. Framework Element
d. Window

Answer: c

12. Content Control and item control class of WPF is derived from which class?
a. Shape
b. Control
c. Window
d. Panel

Answer:b

13. Which class of WPF is the base class of all the user-interactive elements?
a. Shape
b. Window
c. Panel
d. Control

Answer: d

14. Is it right to say that WPF has replaced DirectX?


a. Yes
b. NO

Answer: b

You might also like