Web Technologies: HTML, XML, and Silverlight

Test your knowledge of web development technologies including HTML markup, XML data format, and Silverlight application framework.

14 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

XAML Stands for?

  1. Extended Application Markup Language
  2. Extensible Application Markup Language
  3. Extensible Application Manipulation Language
  4. None of the above
Question 2 Multiple Choice (Single Answer)

Xap Stands for

  1. Extended Application Language
  2. Silverlight Application Package
  3. Extended Application Program
  4. None
Question 3 Multiple Choice (Single Answer)

What was silverlight first call?

  1. WPF\E
  2. Silverlight
  3. WPF
  4. WPE
Question 4 Multiple Choice (Single Answer)

Which is Backend Programming language for Silverlight

  1. java
  2. C#
  3. C
  4. Unix
Question 5 True/False

We Can add normal project reference (normal class library) to the Silverlight project?

  1. True
  2. False
Question 6 Multiple Choice (Single Answer)

What does HTML stand for?

  1. Hyper Text Markup Language
  2. Home Tool Markup Language
  3. Hyperlinks and Text Markup Language
  4. Highlight and Text Markup Language
Question 7 Multiple Choice (Single Answer)

Who is making the Web standards?

  1. The World Wide Web Consortium
  2. Microsoft
  3. Mozilla
  4. Sun Microsystems
Question 8 Multiple Choice (Single Answer)

Choose the correct HTML tag for the largest heading:

  1. <h6>
  2. <head>
  3. <h1>
  4. <heading>
Question 9 Multiple Choice (Single Answer)

What is the correct HTML for adding a background color?

  1. <background>yellow</background>
  2. <body background="yellow">
  3. <body style="background-color:yellow">
  4. <body bgcolor="yellow">
Question 10 Multiple Choice (Single Answer)

What is the correct HTML for creating a hyperlink?

  1. <a url="http://www.tcs.com">www.tcs.com</a
  2. <a>http://www.tcs.com</a>
  3. <a href="http://www.tcs.com">TCS</a>
  4. <a name="http://www.tcs.com">tcs.com</a>
Question 11 Multiple Choice (Single Answer)

How can you create an e-mail link?

  1. <mail href="xxx@yyy">
  2. <a href="xxx@yyy">
  3. <mail>xxx@yyy</mail>
  4. <a href="mailto:xxx@yyy">
Question 12 Multiple Choice (Single Answer)

Which of these tags are all tags?

  1. <table><tr><td>
  2. <table><head><tfoot>
  3. <table><tr><tt>
  4. <thead><body><tr>
Question 13 Multiple Choice (Single Answer)

Main purpose to design XML is

  1. save and transport data
  2. how to reuse data
  3. to made connection b/w data
  4. how to use data
Question 14 Multiple Choice (Single Answer)

XML stands for

  1. eXtra Markup Language
  2. eXplore Markup Language
  3. eXpensive Markup Language
  4. eXtensible Markup Language