Tutor Marked Assignment TMA-06
CIW Website Design Manager Course Section 1
Note: This tutor marked assignment may not be the latest version. I am aware that a more recent version of the course manual has been released which may include different assignments.
TMA-06 - CD Access Code: not required
Q1. Which of the following are correct?
- a) 1 byte=8 bits
- b) 1 bit=8 bytes
- c) 84 kilobytes=84,000 bytes
- d) 84 kilobytes=8,400 bits
Hint: When I went to school, one kilobyte was 1,024 bytes, so 84 kilobytes will be 86,016 bytes, but the tutors seem to believe that answer C is one of the correct ones
Q2. HTML stands for?
- a) Hypermedia Markup Language
- b) Hyperlink Markup Language
- c) Hypertext Markup Language
- d) Hyperphased Markup Language
Q3. What is the standards organization that controls the evolution of HTML called?
- a) The World Wide Web Consortium
- b) The International Organization for Standardization
- c) IBM
- d) The European Particle Physics Laboratory
Q4. What is the protocol used for transporting HTML documents over the Internet called?
- a) FTP
- b) HTML
- c) HTTP
- d) XHTML
Q5. How many heading styles are available with HTML?
- a) 1
- b) 4
- c) 6
- d) 2
Q6. The combination of HTML tags and text is loosely referred to as?
- a) markups
- b) text
- c) tagging
- d) code
Q7. Name the two types of tags:
- a) container tags
- b) direction tags
- c) open tags
- d) empty tags
Q8. Tags are case sensitive:
- a) True
- b) False
Q9. Which three elements can be contained inside the angle brackets of an HTML tag?
- a) element
- b) container
- c) attribute
- d) value
Q10. HTML elements that affect an entire paragraph or multiple paragraphs are referred to as?
- a) text-level elements
- b) paragraph-level elements
- c) page-level elements
- d) block-level elements
Q11. The <BR> tag specifies:
- a) line break
- b) paragraph break
- c) row break
- d) page break
Q12. The <P> tag specifies:
- a) new line
- b) new paragraph
- c) new row
- d) new page
Q13. <STRONG> is called a:
- a) font style element
- b) phrase element
Q14. The <PRE> tag will:
- a) allow all line breaks and spacing to be displayed in a browser exactly as they appear in the original text
- b) allow all line breaks to be displayed in a browser exactly as they appear in the original text
- c) allow all spacing to be displayed in a browser rxactly as it appears in the original text
- d) allow all line breaks and spacing to be displayed in a browser in a predefined font
Q15. <BLOCKQUOTE> tag is an attribute tag:
- a) True
- b) False

