Strayer University Cis 273 Web Design And Development Week 11 Final Exam

Published by James Muriuki on

1.  Which input type creates a field that is not viewable on the form?

  1. type= “conceal”
  2. type= “off”
  3. type= “view”
  4. type= “hidden” 

Answer;  4. type= “hidden

Elevate Your Writing with Our Free Writing Tools!

Did you know that we provide a free essay and speech generator, plagiarism checker, summarizer, paraphraser, and other writing tools for free?

Access Free Writing Tools

2.  A ____ should be used to provide visual indication that option buttons belong in the same group.

  1. Fieldset 
  2. Label 
  3. Table 
  4. Value 

Answer; 1. Fieldset 

3. When using the password data type, any information that a user enters will be displayed as a series of ____ or asterisks, protecting the information from prying eyes.

  1. Dashes
  2. Dots
  3. Ampersands
  4. plus signs

Answer; 2. Dots

4. To make a check box selected by default, you add ____.

  1. selected=”true”
  2. selected=”selected”
  3. checked=”checked”
  4. checked=”true”

Answer; 3 checked=”checked”

5. The ____ attribute has two possible values: get and post.

  1. Value
  2.  id
  3. Method
  4. Name 

Answer; 3. Method

6.  Which input type displays a browse button to locate and select a file?

  1. type= “attach”
  2. type= “find”
  3. type= “file”
  4. type= “browse”

Answer; 3. type= “file”

7. The ____ style can be used to change label elements into block elements.

  1. Type:block
  2. format: block
  3. display: block
  4. block: block

Answer; 3. display: block

8. HTML 4 supports ____ different input types.

  1. 10
  2. 15
  3. 16
  4. 17

Answer;  10

9. For noncontiguous selections from a selection list on a PC, press and hold the ____ key while you make your selections.

  1. Ctrl
  2. Shift
  3. Esc
  4. Alt

Answer; 1. Ctrl

10. Another way you can specify the width is to use the ____ attribute.

  1. Size
  2. Maximum
  3. length
  4. characters

Answer; Size

11. If you do not include the type attribute in an <input> tag, the Web browser assumes that you want to create a(n) ____.

  1. check box
  2. input box
  3. option button
  4. submit button

Answer; input box

12. Text formatted with the ____ tag retains any white space you want to display on your Web page.

  1. <form>
  2. <sp>
  3. <pre>
  4. <preformat>

Answer; <pre>

13. With the frame value ____, no border is drawn around the table.

  1. Null
  2. None
  3. No
  4. void

Answer;  4. void

14. The table marked 7 in the accompanying figure has a frame value of ____.

  1. Vsides
  2. Beneath 
  3. Border 
  4. none

Answer; Vsides

15. Spanning cells are created by inserting a ____ attribute in a <td> or <th> tag.

  1.   rowspan or colspan
  2. spanrow or spancol
  3. cellspan or rowspan 
  4. tdspan or trspan

Answer;   rowspan or colspan

16. There is no HTML attribute to change the ____ style, but many browsers allow you to change the color by adding the bordercolor attribute to the table element.

  1. Border
  2. Frame
  3. Background
  4. cell

Answer; Border

17. The table marked 2 in the accompanying figure has a rules value of ____.

  1. All 
  2. cols
  3. Rows
  4. Void 

Answer; All 

18. A ____ table contains only text, evenly spaced on the Web page in rows and columns.

  1. columnar text
  2. Row-based
  3. preformatted text 
  4. graphical

Answer; preformatted text 

19. Cellpadding value is expressible in ____.

  1. pixels
  2. cm
  3. em
  4. All of the above

Answer; pixels

20. To create a cell that spans two rows in a table, you enter the <td> tag as ____.

  1. <td colspan>“2”>
  2. <td rowspan>“2”>
  3. <td rowspan=“2”>
  4. <td colspan=“2”>

Answer; <td rowspan=“2”>

21. You reference columns individually using the ____ element.

  1. <col /> 
  2. <colgroup />
  3. <colbody />
  4. <column />

Answer; <col /> 

22. ____ are programs that enable the browser to work with an embedded object.

  1. Applets
  2. Plug-ins
  3. Browslets
  4. Either A or C

Answer;  Plug-ins

23. ____ is designed only for Windows and should not be solely relied upon for Web multimedia.

  1. QuickTime
  2. ActiveX
  3. Realtime
  4. Flash

Answer; ActiveX

24. The number of frames shown in each unit of video is expressed as ____.

  1. MHz
  2. GHz
  3. fz
  4. fps

Answer; fps

  25. In the <object> tag, the ____ attribute indicates the type of data to be embedded.

  1. Sort 
  2. Type 
  3. Category 
  4. Data 

Answer; Type 

26. In the <object> tag, the ____ attribute is used to indicate the source of the file used in the object.

  1. data
  2. classid
  3. source 
  4. codebase

Answer; data

27. The ____ parameter starts YouTube video playback the indicated number of seconds into the video.

  1. autoplay= 0|1
  2. start = value
  3. playlist = list
  4. loop = 0|1

Answer; start = value

28. To specify that code only run in browsers other than Internet Explorer, you could specify ____ as your condition.

  1. <!–[if IE]>
  2. <!–[if ISNOT IE]>
  3. <!–[if !IE]>
  4. <!–[if OTHER]>

Answer; <!–[if !IE]>

29. Older browsers that do not support the ____ audio element instead rely on plug-ins to play embedded media clips.

  1. HTML
  2. HTML3
  3. HTML5
  4. HTML7

Answer ; HTML5

30. 1.  ____ is a popular music format limited to instrumental music, and cannot be used for general sounds.

  1. WAV
  2. MP3
  3. AIFF
  4. MIDI

Answer ; MIDI

31. With the embed element, the width and height of the object are measured in ____.

  1. points
  2. inches
  3. pixels
  4. picas

Answerpixels

32. ____ can be used in Internet Explorer to run different code for different versions of Internet Explorer.

  1. Comment parameters 
  2. Conditional parameters
  3. Conditional tags
  4. Conditional comments

Answer; Conditional parameters

33. Positive ____ come out of the page toward users, while negative values recede away from users.

  1. z-values
  2. x-values
  3. y-values
  4. q-values

Answer; z-values

34. The @media rule enables you to consolidate all of your ____ within a single sheet.

  1. themes
  2. styles
  3. pages
  4. sheets

Answer ; styles

35. The ____ style was originally introduced as a browser extension under Mozilla and WebKit.

  1. drop-shadow
  2. text-shadow
  3. box-shadow
  4. shadow

Answerbox-shadow

36. The page box is composed of two areas: the page area, which contains the content of the document, and the ____ area, which contains the space between the printed content and the edges of the page.

  1. body
  2. margin
  3. header
  4. footer

Answermargin

37. CSS3 supports the style opacity: value; to make any page object ____, where value ranges from 0 up to 1.

  1. transparent
  2. semi-transparent 
  3. linear gradient
  4. color gradient

Answer ; semi-transparent 

38. Once you define a page ____, it can be applied to any grouping element in your document.

  1. Element 
  2. Number 
  3. Name 
  4. Format 

AnswerName  

Step-by-step explanation

You have to create a page name for the styles needed to define the page i.e. @ page name {styles}. Here the name will be the label assigned to the page style and once the page name is defined it can be applied to any grouping element in the document. 

39. In the accompanying figure, which part adds a black shadow to the lower-right corner of the table within the main section?

  1. 1
  2. 2
  3. 3
  4. 4

Answer4

40. ____ uses media groups to describe how different media devices render content.

  1. Mozilla
  2. Opera
  3. CSS
  4. Internet Explorer

Answer; CSS

41. One type of gradient is a ____ gradient, in which the color blending proceeds horizontally or vertically across an object’s background.

  1. Spatial 
  2. Linear 
  3. Vertical 
  4. Horizontal 

Answer; Linear 

42. If no angle is specified, the browser determines the ____ direction based on the location of the starting point.

  1. Linear 
  2. Gradient 
  3. Color 
  4. Fill 

Answer; Gradient 

43. You change the ____ list box on the validator page to test an XHTML document with another DTD.

  1. File
  2. Encoding
  3. Doctype
  4. Root Element

Answer; Doctype

44. When converting old HTML code to XHTML, make sure that all inline images contain the ____ attribute.

  1. Target 
  2. Map 
  3. Src 
  4. Alt 

Answer; Alt

45. In HTML, which of the following is an example of attribute minimization?

  1. unchecked
  2. multiple
  3. non resize
  4. writeonly

Answer; non resize

46. The path to a cleaner version of HTML involved rewriting HTML in terms of ____.

  1. CML
  2. SGML
  3. XML
  4. Java

Answer;  XML

47. Which tag is not properly formed for the XHTML 1.0 Transitional DTD in the following code: <p><img src=”myImg.jpg” alt=”alt text” /><hr />?

  1. p
  2. img
  3. hr
  4. none of the above

Answer; p

48. In PCDATA, the ____ symbol is used to indicate a special character.

  1. *
  2. $
  3. #
  4. &

Answer;  &

49. A ____ can also indicate the encoding used in an XHTML document.

  1. meta element
  2. MIME element
  3. title element
  4. anchor element

Answer; meta element

50. When converting old HTML code to XHTML, make sure to replace the ____ attribute with the background-color style.

  1. background
  2. bgcolor
  3. back
  4. body

Answer; bgcolor

Perhaps you maybe interested in such answered questions and more.

 

Gudwriter Custom Papers

Special offer! Get 20% discount on your first order. Promo code: SAVE20