Welcome to web.gccaz.edu



CIS133DA FINAL Fall 2013

Part One – Matching [10 points] 10 questions at 1 point each

1. CSS represents the characteristics of every Web page element using the ____ model, which treats each element as a rectangular box having several global properties.

a) box

b) css

c) element

d) rectangle

e) square

2. A(n) ________________ is a common visual effect in print media in which the first letter of a paragraph or section is enlarged and drops below the first line of text.

a) character return

b) drop cap

c) line feed

d) saturation shadow

e) text resizer

3. The DOM defines ____, which are actions that can be performed for each node.

a) activities

b) events

c) methods

d) modes

e) properties

4. An option button is also known as a(n) ____ button and is best suited for prompting users to select only one item from a group.

a) checkbox

b) choice

c) on/off

d) radio

e) select

5. The ____ attribute indicates that the browser should restart playback each time it reaches the end of the video.

a) autoplay

b) continuous

c) go

d) load

e) loop

6. In most forms, groups of fields form logical units. In a Web page form, these groups are known as ____.

a) fieldsets

b) fieldgroups

c) inputsets

d) valuegroups

e) valuesets

7. You can more fully engage with current and potential customers by inviting them to connect with you on social media sites, a process known as social ____.

a) bookending

b) bookmarking

c) inviting

d) smartlinking

e) talking

8. Alex uses the code Disallow: / to instruct robots ____.

a) to index the entire Web site

b) to index only those areas listed on a separate line

c) to index the Web site at their own discretion

d) to index only updates to the web site

e) not to index the entire Web site

9. Sandy has various links throughout a web site that sells sports memorabilia. When working with SEO, which of the following would be considered the best link text for searching the web site’s online catalog?

a) “Ask a question”

b) “Click”

c) “Click here”

d) “Enter”

e) “Search for an item”

10. Configuring a site so different content goes to crawlers and to browsers is known as:

a) auditing

b) cloaking

c) rendering

d) stealing

e) stealthing

Part Two – Short Answer

[40 points] 20 questions at 2 points each

Any time that you are writing HTML code be sure to include the brackets and both the begin end tags as appropriate.

1. Referring to the figure below, letter c indicates element ____.

[pic]

2. ________________ positioning takes an element out of the page flow entirely and allows other elements to flow into the space it would have occupied (not float).

3. Referring to the figure below, the maximum width for the element is ____.

[pic]

4. What is the vertical offset given the following?

text-shadow: 5px 8px 3px #333;

5. The last entry “#333;” indicates the color of the _______.

text-shadow: 5px 8px 3px #333;

6. Pat wants a first aid symbol to be inserted before each element of the class he created called “firstaid.” The first aid symbol is found in the first-aid.jpg file that is in the same folder as the webpage. Rewrite the following to accomplish this.

.firstaid {

}

7. Tony wants to add a textarea that has 4 rows and 50 columns, with a name of “answer” and an id of “final” to his exam form. What is the entire code (both begin and end tags) that is needed to do this?

8. You can further increase the usability of your form by adding a descriptive title to each fieldset. Such a title is known as a(n) ____ (not label).

9. Because video is very often accompanied by audio, an encoded set of video data, known as a ____, is packaged for distribution with the file (not plug-in).

10. Because video is most often accompanied by audio, an encoded set of video data, is packaged for distribution within a file known as a ____ (not plug-in or codec).

11. Jerry wants to take the value of the dognameinput field and place it in a variable called dname. Write the one line Javascript statement that would accomplish this.

12. When the mouse pointer moves over an element the ____ event handler is used.

13. Kim wants the function “validage” to be triggered when the user submit the form. Rewrite the following code to accomplish this.

14. The HTML ________________ element creates an inline frame which acts as a self-contained Web page within the HTML document where it’s located.

15. A(n) ____ is the most recent set of updates created by a person or organization from a specified Facebook page (not widget).

16. Referring to the figure below, the ____ attribute specifies the vocabulary property that corresponds to the value of the current element.

[pic]

17. Referring to the area labeled “3.” in the figure below, incorporating ____ into Web page elements allows search engines to summarize information

[pic]

18. A(n) _______ version of a mobile style sheet has been compressed (not SEO).

19. Examine the code below. What is the name of the class that will enable a text-based heading with a smaller graphic on mobile screens?

[pic]

20. To use _____ on a Web page, you combine all the background images into a single image, then use CSS background-image properties to control which part of the compound image is displayed in each instance.

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download