Questions
Which of the following is true of XHTML?
- It is a new hybrid technology that is different from both XML and HTML.
- You can't use it to create Web pages.
- It is a reformulation of HTML in XML.
- It has totally replaced HTML as the tool for building Web pages.
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?
- JPG's render true color poorly at some screen resolutions, whereas GIFs do not.
- The GIF file format is tailored to the Internet, whereas the JPG was developed for storage only.
- The file compression features of the JPG format may render the fonts unreadable.
- JPG's are about three times the size of GIFs and therefore take more time to render in a browser.
Which of the following correctly describe the nature of ActiveX (Choose all that apply)?
- It is a programming language
- It has full access to the Windows operating system
- It is a set of rules for how applications should share information
- It is riskier than Java applets in terms of security
- Either BCD
Which of the following are CSS2 features not found in CSS1?
- Color and background properties
- Bi-directional text
- Positioning of elements on the page
- Styles for tables
- Either ABC
You noticed that you cannot see the applet while the page is loading. What's the reason for it?
- incorrect file permission settings
- applets must register all its parameters with the JVM before it can function
- applets are protected
- applets are not registered
Which of the following correctly describe Dreamweaver's form building capability?
- It designs XML forms.
- It supports forms generated by Access Database.
- It has no server side form processing features.
- It has no client side form processing features.
Which of the following correctly describe the features of Flash (choose all that apply)?
- vector-graphic based animation
- browser independent
- bandwidth friendly
- requires client side plug-ins
- All of the above
Which of the following correctly describe the features of SSI ?
- It uses OLE as the database technology
- There is no official standard
- It is a substitute to ActiveX control
- It is developed by W3C
In DreamWeaver Chad can change the Default Text in the Status Bar of his web page by changing its properties through the what?
- Objects Palette.
- Properties Palette.
- Layers Inspector.
- Behaviours Inspector.
Which technique is referred to as inline scripting?
- The use of SCRIPT tags in line with the HEAD and BODY tags.
- The addition of the INLINE tag within the controlling HTML.
- The embedding of scripting instructions within certain HTML tags.
- The physical justification of the script (major routines on the left, and lesser routines indented and on the right).
Lower-end (8-bit) monitors are capable of displaying how many colors?
- 256
- 25,600
- 250,600
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?
- 256
- 216
- 256,000
- 17,000,000
WYSIWYG is an acronym for what?
- What You Saw Is What You Got
- What You See is What You Get
- What You Seen is What You Gotten
- What You Sew is What You Get
When you are hyperlinking to a page WITHIN your website, it is better to use which linking style?
- Absolute URL (http://www.site.com/directory/page.htm)
- Relative URL (../directory/page.htm)
There are times when you want a link to another website to open in a separate window. Which scenario best fits?
- Have another window open making it easier for the user to surf the linked website
- Keep my website in the original window so the user will come back to it
- Be sure that the user has JavaScript enabled in their browser