Deck 7: CIW Site Development Associate

Full screen (f)
exit full mode
Question
Which code is best for embedding video into an HTML5 page? <strong>Which code is best for embedding video into an HTML5 page?  </strong> A) Option A B) Option B C) Option C D) Option D <div style=padding-top: 35px>

A) Option A
B) Option B
C) Option C
D) Option D
Use Space or
up arrow
down arrow
to flip the card.
Question
Violating a copyright or trademark is an example of what type of prosecutable crime?

A) Infringement
B) Plagiarism
C) Trade secrets
D) Non-disclosure
Question
Clyde is working on a Web page for his company's intranet. He wants to insert an HTML comment within the page to let other developers know that the page validates as HTML5 and that he is the page author. Which line of code will insert the comment that Clyde requires?

A) // Clyde Davis, 9/17/2012. This code validates to HTML5
B)
C) /*Clyde Davis, 9/17/2012. This code validates to HTML5 */
D)
Question
Matthew has embedded a video in his Web page using the HTML5 video format. The video is not rendering properly. He asks Arlene to help determine the problem, so she reviews his code, which appears as follows: <strong>Matthew has embedded a video in his Web page using the HTML5 video format. The video is not rendering properly. He asks Arlene to help determine the problem, so she reviews his code, which appears as follows:   What is wrong with this code?</strong> A) The ogg video format is not supported by HTML5. B) One of the video tag instances has not been properly closed. C) The browser plug-in information required to view the video is missing. D) The second instance of the <video> element should be replaced with the <source> element. <div style=padding-top: 35px> What is wrong with this code?

A) The ogg video format is not supported by HTML5.
B) One of the video tag instances has not been properly closed.
C) The browser plug-in information required to view the video is missing.
D) The second instance of the
Question
Which choice describes a correct order of precedence for implementing CSS?

A) Inline styles override all other styles.
B) External styles override all other styles.
C) Internal (embedded) styles override inline styles.
D) External styles override internal (embedded) styles.
Question
A user is submitting data from a form on your Web page to a database using a CCI script. Which attribute of the form field elements organizes the user's information into name=value pairs?

A) Name
B) Form
C) Value
D) Method
Question
You are modifying an existing Web page that needs to validate as HTML5 code. To create a rectangular hot-spot in an image map that links to www.xyz.com, which code would you nest inside the container tags?

A) xyzB) xyz
C) xyz
D)
Question
Consider the following HTML5 code: <strong>Consider the following HTML5 code:   The code does not validate as HTML5. Why?</strong> A) The <article> tag is missing. B) The <meta> tag and its attributes are missing. C) The <blockquote> tag should be used outside the tags. D) The !DOCTYPE declaration is missing a reference to the Document Type Definition (DTD). <div style=padding-top: 35px> The code does not validate as HTML5. Why?

A) The
tag is missing.
B) The tag and its attributes are missing.
C) The
tag should be used outside the

tags.
D) The !DOCTYPE declaration is missing a reference to the Document Type Definition (DTD).

Question
When establishing a mobile presence, which of the following offers mobile-friendly content to the widest possible audience?

A) Traditional Web sites
B) Mobile Web sites
C) Mobile apps
D) RSS feeds
Question
You are creating a style sheet to format the pages on your company's Web site. One section will have a black background with white text. What is the hexadecimal reference you would use to specify the text color for this portion of the Web page?

A) "white"
B) #000000
C) # FFFFFF
D) "255,255,255"
Question
Which type of intellectual property includes business plans, proprietary code and sales contracts?

A) Copyleft
B) Copyright
C) Trademark
D) Trade secret
Question
Consider the following HTML5 code: <strong>Consider the following HTML5 code:   Also consider the following CSS code:     This I-ITML5 and CSS code directs the sidebar background image to:</strong> A) display at the top-right of the sidebar B) display at a height of 129 pixels C) display at the left of the sidebar D) display horizontally <div style=padding-top: 35px> Also consider the following CSS code:   <strong>Consider the following HTML5 code:   Also consider the following CSS code:     This I-ITML5 and CSS code directs the sidebar background image to:</strong> A) display at the top-right of the sidebar B) display at a height of 129 pixels C) display at the left of the sidebar D) display horizontally <div style=padding-top: 35px> This I-ITML5 and CSS code directs the sidebar background image to:

A) display at the top-right of the sidebar
B) display at a height of 129 pixels
C) display at the left of the sidebar
D) display horizontally
Question
When developing a Web site, which of the following actions would be considered unethical?

A) Borrowing music from another site with the owner's written permission
B) Creating new code that provides a look and feel similar to another site
C) Linking your site to another site with permission
D) Copying some code from another Web site
Question
Philip creates a Web form in HTNL5, but the data will not process. He has the method attribute included in the
element. What is missing?

A) The type attribute of the element
B) The type attribute of the C) The act/on attribute of the element
D) The act/on attribute of the
Question
You need to center and indent a quote on your Web page. Which is the best way to accomplish this using HTML5?

A) Use the
 element.
B) Use the element.
C) Use the style attribute with the

tag.
D) Use the text-align attribute with the

tag.

Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/15
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 7: CIW Site Development Associate
1
Which code is best for embedding video into an HTML5 page? <strong>Which code is best for embedding video into an HTML5 page?  </strong> A) Option A B) Option B C) Option C D) Option D

A) Option A
B) Option B
C) Option C
D) Option D
A
2
Violating a copyright or trademark is an example of what type of prosecutable crime?

A) Infringement
B) Plagiarism
C) Trade secrets
D) Non-disclosure
A
3
Clyde is working on a Web page for his company's intranet. He wants to insert an HTML comment within the page to let other developers know that the page validates as HTML5 and that he is the page author. Which line of code will insert the comment that Clyde requires?

A) // Clyde Davis, 9/17/2012. This code validates to HTML5
B)
C) /*Clyde Davis, 9/17/2012. This code validates to HTML5 */
D)
D
4
Matthew has embedded a video in his Web page using the HTML5 video format. The video is not rendering properly. He asks Arlene to help determine the problem, so she reviews his code, which appears as follows: <strong>Matthew has embedded a video in his Web page using the HTML5 video format. The video is not rendering properly. He asks Arlene to help determine the problem, so she reviews his code, which appears as follows:   What is wrong with this code?</strong> A) The ogg video format is not supported by HTML5. B) One of the video tag instances has not been properly closed. C) The browser plug-in information required to view the video is missing. D) The second instance of the <video> element should be replaced with the <source> element. What is wrong with this code?

A) The ogg video format is not supported by HTML5.
B) One of the video tag instances has not been properly closed.
C) The browser plug-in information required to view the video is missing.
D) The second instance of the
Unlock Deck
Unlock for access to all 15 flashcards in this deck.
Unlock Deck
k this deck
5
Which choice describes a correct order of precedence for implementing CSS?

A) Inline styles override all other styles.
B) External styles override all other styles.
C) Internal (embedded) styles override inline styles.
D) External styles override internal (embedded) styles.
Unlock Deck
Unlock for access to all 15 flashcards in this deck.
Unlock Deck
k this deck
6
A user is submitting data from a form on your Web page to a database using a CCI script. Which attribute of the form field elements organizes the user's information into name=value pairs?

A) Name
B) Form
C) Value
D) Method
Unlock Deck
Unlock for access to all 15 flashcards in this deck.
Unlock Deck
k this deck
7
You are modifying an existing Web page that needs to validate as HTML5 code. To create a rectangular hot-spot in an image map that links to www.xyz.com, which code would you nest inside the container tags?

A) xyzB) xyz
C) xyz
D)
Unlock Deck
Unlock for access to all 15 flashcards in this deck.
Unlock Deck
k this deck
8
Consider the following HTML5 code: <strong>Consider the following HTML5 code:   The code does not validate as HTML5. Why?</strong> A) The <article> tag is missing. B) The <meta> tag and its attributes are missing. C) The <blockquote> tag should be used outside the tags. D) The !DOCTYPE declaration is missing a reference to the Document Type Definition (DTD). The code does not validate as HTML5. Why?

A) The
tag is missing.
B) The tag and its attributes are missing.
C) The
tag should be used outside the

tags.
D) The !DOCTYPE declaration is missing a reference to the Document Type Definition (DTD).

Unlock Deck
Unlock for access to all 15 flashcards in this deck.
Unlock Deck
k this deck
9
When establishing a mobile presence, which of the following offers mobile-friendly content to the widest possible audience?

A) Traditional Web sites
B) Mobile Web sites
C) Mobile apps
D) RSS feeds
Unlock Deck
Unlock for access to all 15 flashcards in this deck.
Unlock Deck
k this deck
10
You are creating a style sheet to format the pages on your company's Web site. One section will have a black background with white text. What is the hexadecimal reference you would use to specify the text color for this portion of the Web page?

A) "white"
B) #000000
C) # FFFFFF
D) "255,255,255"
Unlock Deck
Unlock for access to all 15 flashcards in this deck.
Unlock Deck
k this deck
11
Which type of intellectual property includes business plans, proprietary code and sales contracts?

A) Copyleft
B) Copyright
C) Trademark
D) Trade secret
Unlock Deck
Unlock for access to all 15 flashcards in this deck.
Unlock Deck
k this deck
12
Consider the following HTML5 code: <strong>Consider the following HTML5 code:   Also consider the following CSS code:     This I-ITML5 and CSS code directs the sidebar background image to:</strong> A) display at the top-right of the sidebar B) display at a height of 129 pixels C) display at the left of the sidebar D) display horizontally Also consider the following CSS code:   <strong>Consider the following HTML5 code:   Also consider the following CSS code:     This I-ITML5 and CSS code directs the sidebar background image to:</strong> A) display at the top-right of the sidebar B) display at a height of 129 pixels C) display at the left of the sidebar D) display horizontally This I-ITML5 and CSS code directs the sidebar background image to:

A) display at the top-right of the sidebar
B) display at a height of 129 pixels
C) display at the left of the sidebar
D) display horizontally
Unlock Deck
Unlock for access to all 15 flashcards in this deck.
Unlock Deck
k this deck
13
When developing a Web site, which of the following actions would be considered unethical?

A) Borrowing music from another site with the owner's written permission
B) Creating new code that provides a look and feel similar to another site
C) Linking your site to another site with permission
D) Copying some code from another Web site
Unlock Deck
Unlock for access to all 15 flashcards in this deck.
Unlock Deck
k this deck
14
Philip creates a Web form in HTNL5, but the data will not process. He has the method attribute included in the
element. What is missing?

A) The type attribute of the element
B) The type attribute of the C) The act/on attribute of the element
D) The act/on attribute of the
Unlock Deck
Unlock for access to all 15 flashcards in this deck.
Unlock Deck
k this deck
15
You need to center and indent a quote on your Web page. Which is the best way to accomplish this using HTML5?

A) Use the
 element.
B) Use the element.
C) Use the style attribute with the

tag.
D) Use the text-align attribute with the

tag.

Unlock Deck
Unlock for access to all 15 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 15 flashcards in this deck.