Web Designing Quiz

Web Designing Quiz

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following is true of XHTML?

  1. It is a new hybrid technology that is different from both XML and HTML.
  2. You can't use it to create Web pages.
  3. It is a reformulation of HTML in XML.
  4. It has totally replaced HTML as the tool for building Web pages.
Question 2 Multiple Choice (Single Answer)

A friend has designed a graphic containing several words. Why should he/she choose to save this image file as a GIF rather than a JPG?

  1. JPG's render true color poorly at some screen resolutions, whereas GIFs do not.
  2. The GIF file format is tailored to the Internet, whereas the JPG was developed for storage only.
  3. The file compression features of the JPG format may render the fonts unreadable.
  4. JPG's are about three times the size of GIFs and therefore take more time to render in a browser.
Question 3 Multiple Choice (Single Answer)

Which of the following correctly describe the nature of ActiveX (Choose all that apply)?

  1. It is a programming language
  2. It has full access to the Windows operating system
  3. It is a set of rules for how applications should share information
  4. It is riskier than Java applets in terms of security
  5. Either BCD
Question 4 Multiple Choice (Single Answer)

Which of the following are CSS2 features not found in CSS1?

  1. Color and background properties
  2. Bi-directional text
  3. Positioning of elements on the page
  4. Styles for tables
  5. Either ABC
Question 5 Multiple Choice (Single Answer)

You noticed that you cannot see the applet while the page is loading. What's the reason for it?

  1. incorrect file permission settings
  2. applets must register all its parameters with the JVM before it can function
  3. applets are protected
  4. applets are not registered
Question 6 Multiple Choice (Single Answer)

Which of the following correctly describe Dreamweaver's form building capability?

  1. It designs XML forms.
  2. It supports forms generated by Access Database.
  3. It has no server side form processing features.
  4. It has no client side form processing features.
Question 7 Multiple Choice (Single Answer)

Which of the following correctly describe the features of Flash (choose all that apply)?

  1. vector-graphic based animation
  2. browser independent
  3. bandwidth friendly
  4. requires client side plug-ins
  5. All of the above
Question 8 Multiple Choice (Single Answer)

Which of the following correctly describe the features of SSI ?

  1. It uses OLE as the database technology
  2. There is no official standard
  3. It is a substitute to ActiveX control
  4. It is developed by W3C
Question 9 Multiple Choice (Single Answer)

In DreamWeaver Chad can change the Default Text in the Status Bar of his web page by changing its properties through the what?

  1. Objects Palette.
  2. Properties Palette.
  3. Layers Inspector.
  4. Behaviours Inspector.
Question 10 Multiple Choice (Single Answer)

Which technique is referred to as inline scripting?

  1. The use of SCRIPT tags in line with the HEAD and BODY tags.
  2. The addition of the INLINE tag within the controlling HTML.
  3. The embedding of scripting instructions within certain HTML tags.
  4. The physical justification of the script (major routines on the left, and lesser routines indented and on the right).
Question 11 Multiple Choice (Single Answer)

Lower-end (8-bit) monitors are capable of displaying how many colors?

  1. 256
  2. 25,600
  3. 250,600
Question 12 Multiple Choice (Single Answer)

When it comes to designing web pages, it is imperative to use colors that most monitors can safely display. How many colors are cosidered web-safe?

  1. 256
  2. 216
  3. 256,000
  4. 17,000,000
Question 13 Multiple Choice (Single Answer)

WYSIWYG is an acronym for what?

  1. What You Saw Is What You Got
  2. What You See is What You Get
  3. What You Seen is What You Gotten
  4. What You Sew is What You Get
Question 14 Multiple Choice (Single Answer)

When you are hyperlinking to a page WITHIN your website, it is better to use which linking style?

  1. Absolute URL (http://www.site.com/directory/page.htm)
  2. Relative URL (../directory/page.htm)
Question 15 Multiple Choice (Single Answer)

There are times when you want a link to another website to open in a separate window. Which scenario best fits?

  1. Have another window open making it easier for the user to surf the linked website
  2. Keep my website in the original window so the user will come back to it
  3. Be sure that the user has JavaScript enabled in their browser