Web Technologies: HTML, XML, and Silverlight
Test your knowledge of web development technologies including HTML markup, XML data format, and Silverlight application framework.
Questions
Question 1 Multiple Choice (Single Answer)
XAML Stands for?
- Extended Application Markup Language
- Extensible Application Markup Language
- Extensible Application Manipulation Language
- None of the above
Question 2 Multiple Choice (Single Answer)
Xap Stands for
- Extended Application Language
- Silverlight Application Package
- Extended Application Program
- None
Question 3 Multiple Choice (Single Answer)
What was silverlight first call?
- WPF\E
- Silverlight
- WPF
- WPE
Question 4 Multiple Choice (Single Answer)
Which is Backend Programming language for Silverlight
- java
- C#
- C
- Unix
Question 5 True/False
We Can add normal project reference (normal class library) to the Silverlight project?
- True
- False
Question 6 Multiple Choice (Single Answer)
What does HTML stand for?
- Hyper Text Markup Language
- Home Tool Markup Language
- Hyperlinks and Text Markup Language
- Highlight and Text Markup Language
Question 7 Multiple Choice (Single Answer)
Who is making the Web standards?
- The World Wide Web Consortium
- Microsoft
- Mozilla
- Sun Microsystems
Question 8 Multiple Choice (Single Answer)
Choose the correct HTML tag for the largest heading:
- <h6>
- <head>
- <h1>
- <heading>
Question 9 Multiple Choice (Single Answer)
What is the correct HTML for adding a background color?
- <background>yellow</background>
- <body background="yellow">
- <body style="background-color:yellow">
- <body bgcolor="yellow">
Question 10 Multiple Choice (Single Answer)
What is the correct HTML for creating a hyperlink?
- <a url="http://www.tcs.com">www.tcs.com</a
- <a>http://www.tcs.com</a>
- <a href="http://www.tcs.com">TCS</a>
- <a name="http://www.tcs.com">tcs.com</a>
Question 11 Multiple Choice (Single Answer)
How can you create an e-mail link?
- <mail href="xxx@yyy">
- <a href="xxx@yyy">
- <mail>xxx@yyy</mail>
- <a href="mailto:xxx@yyy">
Question 12 Multiple Choice (Single Answer)
Which of these tags are all tags?
- <table><tr><td>
- <table><head><tfoot>
- <table><tr><tt>
- <thead><body><tr>
Question 13 Multiple Choice (Single Answer)
Main purpose to design XML is
- save and transport data
- how to reuse data
- to made connection b/w data
- how to use data
Question 14 Multiple Choice (Single Answer)
XML stands for
- eXtra Markup Language
- eXplore Markup Language
- eXpensive Markup Language
- eXtensible Markup Language