answers
A storyboard is a document that describes the:
A. purpose and intended audience for a Website, and provides a rough outline of
the pages needed.
B. design elements you will use in your Website.
C. demographic and cultural issues your Website will address.
D. organizational design standards to which your Website must adhere.
Ans✓✓✓-A. purpose and intended audience for a Website, and provides a rough
outline of the pages needed.
An interlaced image format is read from: Ans✓✓✓-left to right.
Automatically providing information to a client list is an example of:
A. visitor-tracking technology.
B. pull technology.
C. push technology.
D. spam technology. Ans✓✓✓-C. push technology.
By default, content in a table data cell is aligned:
A. horizontally to the left and vertically to the top of the cell.
B. horizontally to the center and vertically to the center of the cell.
,C. horizontally to the right and vertically to the top of the cell.
D. horizontally to the left and vertically to the center of the cell. Ans✓✓✓-D.
horizontally to the left and vertically to the center of the cell.
Certain functionality features are offered by most GUI editors. Which feature
allows you to click a button to post pages to a Web server, automatically copying
files from a local hard disk drive to a directory on an ISP's server?
A. Hyperlink features
B. Import HTML pages feature
C. Icon bars
D. Publishing documents tools Ans✓✓✓-B. Import HTML pages feature
Certain functionality features are offered by most GUI editors. Which feature
offers easily identifiable graphical buttons to provide the same functions found in
text-based menus?
A. Icon bars
B. Image functions
C. Text style options
D. Templates and wizards Ans✓✓✓-A. Icon bars
Consider the following HTML code:
<video width="360" height="270" controls="controls" poster="image.png">
<source src="video.mp4" type="video/mp4" />
,<source src="video.webm" type="video/webm" />
<source src="video.ogg" type="video/ogg" />
Your browser does not support the HTML5 video element.
</video>
What attribute prevents the first frame of the video from displaying while the
video is downloading?
A. The src attribute
B. The type attribute
C. The poster attribute
D. The controls attribute Ans✓✓✓-C. The poster attribute
The poster attribute identifies an image to be displayed until the play button is
clicked or while the video is downloading. If the poster attribute is not specified,
the first frame of the video is displayed instead.
HTML5 APIs are the best examples of DHTML because they utilize multiple
technologies to extend the functionality of HTML. These technologies are:
A. HTML5, JavaScript, and Common Gateway Interface (CGI)
B. HTML5, Cascading Style Sheets (CSS), and JavaScript to access the Document
Object Model (DOM)
C. HTML5, Common Gateway Interface (CGI), and Cascading Style Sheets (CSS)
, D. JavaScript, Common Gateway Interface (CGI), and the Document Object Model
(DOM) Ans✓✓✓-B. HTML5, Cascading Style Sheets (CSS), and JavaScript to access
the Document Object Model (DOM)
If you want to specify default text for a text area box, where should you add the
text that will appear as default text?
A. Between the <textarea> tags
B. To the name="" attribute of the <textarea> tag
C. To the value="" attribute of the <textarea> tag
D. To the type="" attribute of the <textarea> tag Ans✓✓✓-A. Between the
<textarea> tags
In database technology, what is the term for the SQL coding necessary to create
relationships with the data stored in a database?
A. Data
B. Presentation
C. Code
D. Business logic Ans✓✓✓-D. Business logic
In RGB code:
A. the lower the numeric value representing a color, the less transparent that
color will be.
B. the lower the numeric value representing a color, the lighter that color will be.