Unit 4 study guide

1. Which tag defines the set of navigation links?

NCCTE.9_12.BE.BD10.4.01

RBT:

A. header

B. footer

C. nav

D. div

2. What section information contains the author of the document, copyright information, links to the terms of the use, contact

information, etc.

NCCTE.9_12.BE.BD10.4.01

RBT:

A. header

B. footer

C. nav

D. div

3. Which of the following is the proper way to code an inline style attribute?

NCCTE.9_12.BE.BD10.4.01

RBT:

A. color=blue

B. color blue

C. color="blue"

D. color=(blue)

4. Jerry wants to insert a line break into his webpage. Which code should he use?

NCCTE.9_12.BE.BD10.4.01

RBT:

A. <h1>

B. <li

C. <br

D. <ul

5. Which item refers to the start tag, the end tag and everything in between?

NCCTE.9_12.BE.BD10.4.01

RBT:

A. HTML Tag

B. HTML Attribute

C. HTML Element

D. CSS

6. What is the proper code to insert an image named "frog.jpg"?

NCCTE.9_12.BE.BD10.4.01

RBT:

A. <imgsrc="frog" width="104" height="142">

B. <imgsrc="frog.jpg" width="104" height="142">

C. <img="frog.jpg" width="104" height="142">

D. <img ="frog" width="104" height"142">

7. Jennifer has been asked by her boss to create a website that can be viewed by the deaf. What W3C web initiative will she be

using?

NCCTE.9_12.BE.BD10.4.02

RBT:

A. viewport

B. resolution

C. mobile accessibility

D. responsive design

8. David had an older laptop from 2004. He recently purchased a new one. He noticed that his new computer screen seemed much clearer. What would make his sceen clearer?

NCCTE.9_12.BE.BD10.4.02

RBT:

A. Lower pixel density

B. an increase in screen resolution

C. smaller screen size

D. fewer pixels per inch

9. Jules is creating web page of Internet Explorer version 6. She has a picture that is 48 pixels wide. How many ems does this picture convert to?

NCCTE.9_12.BE.BD10.4.02

RBT:

A. 2

B. 3

C. 4

D. 5

10.Jennifer is vision impaired. She is able to view a website due to a World Wide Web Consortium mobile web initiative called:

NCCTE.9_12.BE.BD10.4.02 RBT:

A. viewport

B. resolution

C. mobile accessibility

D. responsive design

11.Where would Will put the contact information and links to terms of use for his website?

NCCTE.9_12.BE.BD10.4.02

RBT:

A. <div>

B. <table>

C. <header>

D. <footer>

12. This measurement unit is used for screens.

NCCTE.9_12.BE.BD10.4.02 RBT:

A. pixels

B. points

C. picas

D. inches

13.A web designer is creating a web site and wants each browser to resize the text size to look the same in each device. What measurement unit would the designer use in the CSS code?

NCCTE.9_12.BE.BD10.4.02 RBT:

A. @ media rule

B. SVG

C. W3C

D. ems

14. Jenny has created a <header> section for her store website. What information should be included within that <header> tag?

NCCTE.9_12.BE.BD10.4.02 RBT:

A. Store name

B. Store hours

C. Copyright information

D. Store e-mail address

15. Glenn is designing a website that will adjust to the user's set up and distribute content evenly. What design consideration is he

using?

NCCTE.9_12.BE.BD10.4.02

RBT:

A. fixed layout

B. resolution

C. wrapper

D. fluid layout

16.The web developer wants to group the school's spring activities together on a web page and apply a particular style to that section. What layout tag would help her to group these elements together?

NCCTE.9_12.BE.BD10.4.02 RBT:

A. <div>

B. <nav

C. <header>

D. <footer>

17. Jed is compiling weather information on a web site for local farmers. To organize the data, Jed should use which type of tag?

NCCTE.9_12.BE.BD10.4.02 RBT:

A. <nav

B. <table>

C. <header>

D. <footer>

18. Nate has subscribed to the US Weather Service storm alert for Halifax County. He receives a message about potential bad weather in his area. This is an example of:

NCCTE.9_12.BE.BD10.4.02

RBT:

A. portable

B. location awareness

C. always connected

D. one-handed operation

19. Georgia has a screen size of 140 pixels by 40 pixels. This is an example of:

NCCTE.9_12.BE.BD10.4.02

RBT:

A. fluid layout

B. resolution

C. wrapper

D. fixed layout

20. Jan is creating a mobile website and she has a 45 pixel banner that has links inside. This is an example of:

NCCTE.9_12.BE.BD10.4.02

RBT:

A. fluid layout

B. resolution

C. wrapper

D. fixed layout

21. Tiffany's creating a multiple page website and wants consistency in appearance. Which method permits her to update the appearance of all pages by changing one file?

NCCTE.9_12.BE.BD10.4.01 RBT:

A. CSS External Style Sheet

B. Inline Styles

C. CSS Internal Styles

D. CSS Selector

21. The World Wide Web Consortium (W3C) plays which role in the web development standards?

NCCTE.9_12.BE.BD10.4.01 RBT:

A. It creates websites accessible to everyone.

B. It develops the standards for HTML and CSS.

C. It develops web browsers.

D. It is the agency that controls the World Wide Web.

22.A properly coded HTML tag will always be found between which two symbols?

NCCTE.9_12.BE.BD10.4.01 RBT:

A. ( )

B. { }

C. [ ]

D. < >

23.Which line of code correctly creates a link to Amazon's website?

NCCTE.9_12.BE.BD10.4.01 RBT:

A. <a ref=

B. <href=

C. <a href="

D. <a href="

24.Which tag provides information about a web site?

NCCTE.9_12.BE.BD10.4.01 RBT:

A. <body>

B. <html>

C. <meta

D. <title>

25. John wants the name of his book to appear in search results for Google. Where should this information be placed within his webpage?

NCCTE.9_12.BE.BD10.4.01 RBT:

A. meta

B. head

C. body

D. nav

26.Which CSS inline style results in the text size of a webpage paragraph displaying at 14px?

NCCTE.9_12.BE.BD10.4.01

RBT:

A. <p style="font:14px">

B. <p style="size:14px">

C. <p font="size:14pt">

D. <p style="font-size:14px">

27.What is the difference between an HTML Tag and an HTML element?

NCCTE.9_12.BE.BD10.4.01 RBT:

A. An HTML Tag is case sensitive and an HTML element is not case sensitive.

B. An HTML Tag defines content and an HTML Element includes the opening and closing tags and everything in between.

C. An HTML Tag is always paired and an HTML element is an "empty" tag.

D. An HTML Tag defines content and an HTML Element gives additional meaning and content.

28. Annie wants the name of her product to be the main heading at the top of her webpage. Which tag defines the main heading in aweb document?

NCCTE.9_12.BE.BD10.4.01RBT:

A. <h1>Product</h1>

B. <h3>Product</h3>

C. <h5>Product</h5>

D. <h6>Product</h6>