IST226 Final Flashcards

1
Q

Choose the true statement below.
The content that displays in the browser id contained in the body section
Information about the web page is contained in the body section

A

The content that displays in the browser is contained in the body section.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

You would like to conduct a survey and ask your web page visitors to indicate the operating systems that they use. Each visitor could use more than one computer operating system. Select the form control that is best to use for this purpose.

A

check box

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The HTML5 __________ element visually displays a bar that depicts a numeric value within a specified range.

A

progress

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

An order form contains an area for web visitors to select their state or province. You need to limit the amount of space on the form that is used for this feature. Select the form control that is best to use for this purpose.

A

select list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

_________ is a standard method or protocol for web pages to request special processing on the web server, such as database queries, sending e-mails, or handling form data.

A

Common Gateway Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Select the true statement from those listed below.
The input element with the =”date” will cause all browsers to display a calendar control
The required attribute will cause all browsers to verify that the user has entered information into the form control.
The input element with the type=”email” will cause all browsers to edit for a valid email address

A

The input element with the type=”email” will cause all browsers to edit for a valid email address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A type of graphic that can be made transparent and is commonly used on the Web is:

A

gif

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Select the tag used to place an image on a web page.

A

img

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The tag used to create a horizontal line on a web page is:

A

hr

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A(n) ____ is an image that is configured so that parts of the image can be used as one or more hyperlinks.

A

image map

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Select the main reason for the initial development of the World Wide Web from the list below:
To allow companies to advertise over the Internet
To allow communication between researchers and links between research papers

A

To allow communication between researchers and links between research papers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Select the XHTML tag below that configures a textbox with the name “email” and a width of 40 characters.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Select the true statement below:
Animation should be used to appeal to all target audiences
Animation should be used only if it enhances your web site

A

Animation should be used only if it enhances your web site

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Use the ______ property to configure rounded corners with CSS.

A

border-radius

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Select the attribute used to limit the width of a text box as displayed in a browser.

A

size

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Select the item below that does not belong in a consistent website design.
a similar navigation area on each content page
a different background color on each page

A

a different background color on each page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Select an activity of the Evaluation Phase:
choose a web authoring tool
determine if the goals of the website have been met

A

determine if the goals of the website have been met

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Select the best reason to include height and width attributes on an img tag
they are required attributes and must always be included.
to help the browser display the image in its own window
to help the browser render the page faster because it reserves the appropriate space for the image

A

to help the browser render the page faster because it reserves the appropriate space for the image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Which of the following is not a web design recommended practice?
use frames whenever possible
limit the use of animated items

A

use frames whenever possible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Select the form control below that would be appropriate to accept comments about your web site.
text box, scrolling text box

A

scrolling text box

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Select the type of form control that “disguises” the characters that are typed.
password, encrypt

A

password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

The Analysis Phase of a web site project determines:
“what” the site will do- not “how” it will be done
the information topics of the site
the content requirements of the site
all

A

all

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

The purpose of the __________ is to configure a label for a fieldset>.
form>, label>, p>, legend>

A

legend>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Use the _________ property along with the left, right, and/or top property to precisely configure the position of an element.

position: absolute;
position: float;
position: relative;

A

position:absolute;

25
Q

solid or fixed design is sometimes called _________ design and uses a fixed-width page layout.

A

ice

26
Q
Choose the color below that is considered a Web Safe Color:
#0045CC, #000044, #33FF99, #653456
A

33ff99

27
Q

CSS was first proposed as a standard by the W3C in ________.

A

1996

28
Q

It is possible to use CSS to configure page breaks in a printed web page.

A

T

29
Q

A ___________ determines the capability of a mobile device, such as screen resolution, and directs browsers to CSS.

A

media query

30
Q

What attributes are valid for the select> tag?

A

name, id, multiple

31
Q

Choose the HTML tab below that would configure a scrolling text box with the name “feedback, 3 rows, and 60 characters.
</textarea

A

</textarea

32
Q

In the ________ Phase a prototype of the website will often be created.

A

Design

33
Q

Select the HTML tag below that configures a button that, when clicked, will automatically reset form fields to their default values:

A
34
Q

Cascading Style Sheet rules are comprised of:

A

Selectors and Declarations

35
Q

Use the ________ attribute to display an image to the right of a block of text.

A

align

36
Q

Select the true statement from the choices below:
A scrolling text box is created using an <input tags
none of these

A

none of these

37
Q

You should code width and height dimensions for images because:
they are required to pass W3C HTML validation
the browser will be more efficient and the page will load faster

A

the browser will be more efficient and the page will load faster

38
Q

Choose the item below that describes the process of creating an image with the lowest file size that still renders a good quality image.

A

optimization

39
Q

_________ is appropriate for the initial presence of an organization.

A

dedicated hosting

40
Q

Select the value of the type attribute that configures an HTML5 slider control

A

range

41
Q

The HTML5 ________ form control provides the user with a selection of choices along with an option to enter information.

A

datalist

42
Q

A _________ is a smooth blending of shades from one color to another.

A

gradient

43
Q

Select the form control below that does not use the <input tag
radio, checkbox, text box, select list

A

select list

44
Q

Select the value of the type attribute that configures an HTML5 spinner control.

A

number

45
Q

Select the code below that associates a favorites icon named favicon.ico with a web page document:
<img></img>
<a></a>/
link rel=”icon” type=”image/x-icon” href=”favicon.ico”

A

link rel=”icon” type=”image/x-icon” href=”favicon.ico”

46
Q

Use the __________ attribute on the <form tag to specify the name and location of the script that will process the form control values.

A

action

47
Q

Use the ___________ property to configure an image to use as a bullet point in an unordered list.

A

list-style-image

48
Q

When configuring a group of radio button form controls, the value of the _________ attribute on each radio button must be the same.

A

name

49
Q

Use the ____________ property to configure multiple backgrounds on an element.

A

background

50
Q

Select the code below that configures a background image to repeat horizontally across a web page:
background-repeat: repeat-x;
background-repeat: repeat-y;

A

background-repeat: repeat-x;

51
Q

Choose the item below that is not a valid value for the input element’s type attribute.

A

email

52
Q

Select the attribute used to limit the number of characters that a text box will accept.

A

columns

53
Q

Select the XHTML below that would associate a label displaying the text “Phone” with the text box named customerPhone:

Both

A

Both

54
Q

The process of ensuring that web pages coded with new or advanced techniques still are usable in browsers that do not offer support for the newer features is called:

A

progressive enhancement

55
Q

It is recommended to register multiple domain names for a website

A

T

56
Q

Select the example below that could be used to clear a right float

clear: left;
overflow: right;
clear: right;

A

clear: right;

57
Q

A benefit of using the CSS Sprites technique is to decrease the number of HTTP request calls to the we server

A

T

58
Q

The browser prefix webkit in a CSS property indicates that it is likely to be recognized by which of the following browsers?

A

Firefox