CSIT 121 - Final Exam
CSS Grid Layout is intended for ________.
two-dimensional layouts
The Analysis Phase of a website project determines ________.
"what" the site will do — not "how" it will be done
Use the expression ________ in a media query to target devices with screens up to 480 pixels in width.
(max-width: 480px)
The purpose of the ________ element is to describe the contents of a table.
<caption>
Select the tag used to visually group a number of form controls.
<form>
Use the headers attribute on the ________ tag to correspond to the id attribute on a <th> tag.
<td>
Choose the HTML tag below that would configure a scrolling text box with the name "feedback", 3 rows, and 60 characters.
<textarea name="feedback" rows="3" cols="60"></textarea>
Use the ________ tag pair to configure a table footer row group.
<tfoot>...
Use ________ element to indicate table column headings or table row headings.
<th>
Use the ________ tag pair to configure a table head row group.
<thead>...
Use the ________ tag pair to begin and end a table row.
<tr>...</tr>
Choose the true statement below.
A Boolean attribute does not require a value.
Select the statement below that is true about forms.
A form can be used to pass information to a program or script on the web server.
Select the true statement from the choices below.
A scrolling text box is created using a textarea element.
Select the tasks that should be performed when a website is tested.
All of the above
The ________ operating system(s) treat uppercase and lowercase letters differently.
Both Linux and UNIX
________ is appropriate for a large to enterprise website.
Dedicated Hosting
Select the items involved in the role of an Information Architect.
Defining the site organization, navigation, and labeling
There is no reason to consider the operating system of the web server when selecting a Web host.
False
When using flexbox layout, setting justify-content: space-between; will configure the following.
Flex items begin at main start and end at main end with equal empty space between flex items.
Is the following code valid in HTML5? <table cellspacing="5" cellpadding="5">
No, the cellspacing and cellpadding attributes are obsolete.
Select the true statement from those listed below.
The input element with type="email" will cause browsers that do not support the attribute to display a text box.
The ________ focuses on the user's experience with the website.
UX Designer
________ is appropriate for the initial web presence of an organization.
Virtual Hosting
To configure the table cells to share a common border and eliminate the default space between table cells configure ________.
border-spacing:0;
Select the HTML tag below that configures a button that, when clicked, will automatically reset form fields to their default values.
both A and B
Select the HTML below that would associate a label displaying the text "Phone" with the text box named customerPhone.
both B and C
Which of the following CSS properties positions the caption of a table?
caption-side
Before selecting a web host provider, it is a good idea to ________.
carefully read their service level support
You would like to conduct a survey and ask your web page visitors to indicate the computer 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.
cheackbox
________ 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.
common gateway interface
When using flexbox layout, the flex property ________.
configures the amount of space a flex item takes up and how much it will shrink or grow
The HTML5 ________ form control provides the user with a selection of choices along with an option to enter information.
datalist
A ________ involves the exclusive use of a rented computer and connection to the Internet that is housed in the web hosting company's premises.
dedicated web server
In the ________ Phase a prototype of the website will often be created.
design
Commercial businesses should register a domain name with an .org TLD.
false
Which CSS property configures multiple lines in a flex container?
flex-wrap
CSS Flexible Box Layout is best suited for ________.
flexible one-dimensional layouts
CSS Flexible Box Layout is best suited for:
flexible one-dimensional layouts
Components of responsive web design include ______.
fluid layout, flexible images, media queries
The ________ determines appropriate use of graphics on the site, creates and edits graphics.
graphics designer
The ________ property informs the browser to provide empty space or gutters between grid tracks.
grid-gap
Configure a ________ property on a grid item to configure the area in rows that is reserved for the item on the grid.
grid-rows
Which of the following is a shorthand property that configures both the placement and dimensions of items on the grid?
grid-template
Use the ________ attribute on a <td> element to associate it with a table heading cell.
headers
When using grid layout, grid ________ delineate grid rows and grid columns.
lines
Select the attribute used to limit the number of characters that a text box will accept.
maxlength
A ________ determines the capability of the mobile device, such as screen resolution, and directs browsers to CSS.
media query
When configuring a group of radio button form controls, the value of the ________ attribute on each radio button must be the same.
name
What attributes are valid for the <select> tag?
name, id, multiple, selected
Which of the following reserves the first column in a three row grid for the nav element?
nav { grid-row: 1 / 4; grid-column: 1 / 2; }
When configuring flexbox or grid layout, the ________ property can be used to change the sequence of the flex items or grid item on the page.
order
An alternative to creating all or part of a website within your organization is to use ________.
outsourcing
Use the CSS ________ property to configure the cellpadding of a table.
padding
Select the type of form control that "disguises" the characters that are typed.
password
The purpose of the ________ element is to provide a method for a browser to display different images depending on specific criteria indicated by the web developer.
picture
Select the value of the type attribute that configures an HTML5 slider control.
range
An HTML table is comprised of ________ and ________.
rows; columns
Select the form control below that would be appropriate to accept comments about your website.
scrolling text box
Select the form control below that does NOT use the <input> tag.
select list
Select the attribute used to limit the width of a text box as displayed in a browser.
size
The purpose of the img element's ________ attribute is to provide a method for a browser to display different images depending on specific criteria indicated by the web developer.
srcset
Select the item below that lists elements used in an HTML table.
table,tr,td
Which of the following CSS3 properties configure the alignment of text within a table?
text-align
The heading of a table column or table row is coded within which of the following HTML elements?
th
A ________ is a word, phrase, symbol, or design that identifies and distinguishes the source of the goods of one party from those of others.
trademark
It is recommended to register multiple domain names for a website.
true
The CSS border-spacing property can be used to configure the horizontal and vertical spacing of table borders.
true
The CSS vertical-align property can be used to configure the vertical alignment of the contents of a table cell.
true
The type of testing that observes how actual web page visitors use a website is called ________.
usability testing
The ________ meta tag configures scale and dimension on mobile web page display.
viewport
Choose the best answer below to the following question: Is the following CSS code valid? table { border: 2px #000000 solid;border-spacing: 0;}
yes
Which of the following CSS3 pseudo-elements could be used to apply styles to the last row of a table?
:last-of-type
Which of the following CSS3 pseudo-elements will be useful when configuring every other row of a table?
:nth-of-type(n)
When using flexbox layout, the main axis is the______.
direction of the flow
The methodology used by web project teams is usually ________.
a derivative of the SDLC similar to the one discussed in this chapter
Use the ________ attribute on the <form> tag to specify the name and location of the script that will process the form control values.
action
When configuring a grid layout, the fr unit ________.
directs the browser to allocate a fractional part of the remaining space
The ________ property configures a grid container.
display
Use the ________ property to configure a flex container.
display
Which CSS property configures a flex container?
display
Select an activity of the Production Phase:
all of these (-A web authoring tool is often used. -The graphics, web pages, and other components are created. -The web pages are individually tested.)
A person with a ________ job role specializes in writing server-side scripting and database access.
back-end developer