Microsoft Silverlight MCQ Questions & Answers
Microsoft Silverlight MCQs : This section focuses on "Microsoft Silverlight". These Multiple Choice Questions (MCQ) should be practiced to improve the Microsoft Technologies skills required for various interviews (campus interview, walk-in interview, company interview), placements, entrance exams and other competitive examinations.
1. _____________ is an open-source development tool that is used for creating and deploying interactive user experiences, internet applications and media experiences for web and mobile application.
A. Microsoft VBA
B. Microsoft WCF
C. Microsoft Silverlight
D. Microsoft WPF
View Answer
Ans : C
Explanation: Microsoft Silverlight is an open-source development tool that is used for creating and deploying interactive user experiences, internet applications and media experiences for web and mobile application.
2. Is Silverlight compatible with multiple browsers and operating system?
A. Yes
B. No
C. Can be yes or no
D. Can not say
View Answer
Ans : A
Explanation: Yes, Silverlight is compatible with multiple browsers, devices and operating systems. It is a free plug-in, powered by .Net framework.
3. ________ language is used to design the layout of Silverlight
A. CML
B. XML
C. Java
D. XAML
View Answer
Ans : D
Explanation: XAML language is used to design the layout of Silverlight. XAML stands for Extensible Application Markup Language. It is a declarative XML-based language created by Microsoft.
4. RIA is an acronym stands for ____________.
A. Rich Intranet Applications
B. Rich Internet Applications
C. Rich Internet App
D. Required Internet Applications
View Answer
Ans : B
Explanation: RIA is an acronym stands for Rich Internet Applications. These are web application with rich features. These features include built in AJAX support, layouts, animations, audio, and video components.Silverlight is an example of RIA.
5. How many main components of Silverlight?
A. 1
B. 2
C. 3
D. 4
View Answer
Ans : D
Explanation: Following are four main components of Silverlight: Silverlight Plug-in, Silverlight Host, the Web Page, Silverlight Application File (.XAP) and The Interface language, XAML.
6. ___________ is a helper file which is used to enable websites to create advance Silverlight installation and installation experiences.
A. Silverlight.py
B. Silverlight.xs
C. Silverlight.js
D. Silverlight.ps
View Answer
Ans : C
Explanation: Silverlight.js is a helper file which is used to enable websites to create advance Silverlight installation and installation experiences.
7. Which of the following are features of silverlight plug-ins?
A. Presentation Engine
B. XAML Parser
C. Media Features
D. All of the above
View Answer
Ans : D
Explanation: All of the above are features of silverlight plug-ins.
8. _________ file is a compressed file for the Silver Application.
A. .xs
B. .xap
C. .ps
D. .xml
View Answer
Ans : B
Explanation: .xap file is a compressed file for the Silver Application. It contains AppManifest.xaml, compile output assembly of the Silverlight project (.dll) and any other resources by the Silverlight application. Visual studio creates two files while creating project; App.xaml and Page.xaml.
9. Is ADO.Net objects supported in Microsoft Silverlight project?
A. Yes
B. No
C. Can be yes or no
D. Can not say
View Answer
Ans : B
Explanation: No. Silverlight projects don't support normal ADO.Net objects like DataTable, DataSet, DataColumn, Database connection provider like SqlConnection, OledbConnection objects etc.
10. Which tool is used by web designers to create rich visual elements for Silverlight applications with enhanced visual contents and graphics?
A. Microsoft Expression Studio
B. Microsoft Visual Studio
C. Both A and B
D. None of the above
View Answer
Ans : A
Explanation: Microsoft Expression Studio: This tool is used by web designers to create rich visual elements for Silverlight applications with enhanced visual contents and graphics.
Discussion