150 Exam 3!

Ace your homework & exams now with Quizwiz!

Which of the following HTML structures arranges text in multiple rows and columns?

<table>

Identify the correct hierarchy of tags to create a web table.

<table>, <tr>, <td> </td>, </tr>, </table>

Which of the following is an equivalent HTML element for display: table-cell; style?

<th>

Identify the first step to create a responsive web table that relies only on CSS.

Add a text of data labels as attributes of all of the td elements in the table body.

In a three-tier client/server design, a middle layer processes the client requests and translates them into data access commands that can be understood by the server. What can this middle layer also be considered?

Application server

What is the purpose of colspan in ?

It sets each cell to span seven columns within its row.

What is true of a JavaScript program in a web form

JavaScript intercepts the content of the form before the browser attempts to contact the CGI script and report whether the data contained in the survey form has been correctly filled out or not.

What is used to provide a standard for how data moves from an application one one computer to an application on another networked computer?

OSI model

Which of the following statements is true of row groups?

The rows are determined based on the total number of cells within a table.

Identify the type of control that performs an action.

a form button

Identify a CSS property to place a table caption

caption-side: position;

Which of the following is true of class in the table tag ?

class is an attribute

Many organization identify a peer group that will be used to identify errors, apply quality standards, and verify that the program meets the requirements of the system design specification. What is this process known as?

code review

Which of the following properties prevents the spanning of content across all the columns?

column-span: none;

Identify a style property that creates a column size of 200-pixels.

column-width

A line with a diamond on one end represents which of the following in a structure chart?

condition

To insert the information of the data-label attribute directly before the data cell value, the _____ property is used.

content

Which component of a structure chart is represented by an arrow with a filled circle?

control couple

Which of the following can provide website access for customers, employees, suppliers, and the public?

corporate portal

What term is used to describe the degree of interdependence among modules in a structure chart?

coupling

Spanning cells are created by adding div attributes to either td or th element.

false

The post method is the default method that tells the browser to append the form data to the end of the URL specified in the action attribute.

false

There are predefined CSS styles to format the appearance of a placeholder.

false

Which system development tool represents logical rules and interaction graphically, using a series of symbols connected by arrows?

flowchart

Identify a pseudo-class for a check box or option button whose toggle states cannot be ascertained.

indeterminate

The check box control is created using the _____ element.

input

Identify the cross-browser style sheet that changes the text color of the placeholder text for every input box to light red for the moz extension.

input::-moz-placeholder {color: rgb(255, 151, 151);}

Identify the significance of "text" in

it identifies the form

Which of the following includes planning, designing, coding, and testing of one or more features based on user stories?

iteration cycle

In what type of architecture does the server perform all the processing?

mainframe architecture

get and post are two possible values for the _____ attribute.

method

A physical device that can send, receive, or manage network data is known as which of the following?

node

Which type of system handles transactions when and where they occur and provides output directly to users?

online system

Which changeover method requires both the old and the new information systems operate fully for a specified period of time?

parallel operation

Identify an attribute that can be added to the input element to validate a text value against a regular expression.

pattern="regex"

_____ are like selection lists in which they limit fields to a set of possible values; but, unlike selection lists, the options appear as separate controls in the web form.

radio buttons

Identify a data type applied in an input element to create slider controls.

range

What is the first step that should be followed when creating a structure chart?

review all data flow diagrams for accuracy and completeness

A device that connects network segments, determines, the most efficient data path, and guides the flow of data is known as which of the following?

router

The _____ attribute is added to a <td> element to create a cell that spreads across several cells vertically.

rowspan

Which of the following HTML attributes is used to create a single cell that occupies more than one cell from a series of horizontal cells?

rowspan

What term is used to refer to a system's ability to expand, change, or downsize easily to meet the changing needs of a business enterprise?

scalability

Which of the following terms best describe the ability to match resources to needs at any given time?

scaling on demand

The client/server relationship must specify how the processing will be divided between the client and the server. Which of the followig designs locates all or most of the processing logic at the server?

thin client

A default value need not be specified; the text area box can be left empty or the placeholder attribute can be used to provide a hint to users about what to enter into the text box.

true

A table has one row with four cells and another row with five. After mapping the cells, the table will have five columns.

true

A web table contains multiple table rows with each row consisting of one or more table cells.

true

In column-span: span; property, span is either none to prevent spanning or all to enable the content to span across all of the columns.

true

Once the field values have been entered by the user, they are processed by a program running on the user's computer or on a web server in a secure location.

true

The style rule border-spacing: 10px; specifies that all borders within a table should be separated by a distance of 10 pixels.

true

When for attribute is used, the label text can be placed anywhere within the page and it will still be associated with the control.

true

If no _____ value is specified, the browser assumes a default value of text and adds a simple text input box to the web form.

type

The process of ensuring that the user has supplied correct data is called _____.

validation

Identify a syntax of the option element that contains an attribute to make an option as default in a selection list.

<option value="value" selected>text</option>

Which type of network has the disadvantage where if one node goes down, the entire network goes down?

bus network

Command buttons are created using the input element with the type attribute set to _____.

button

The ____ element is used to create a custom option.

button

When two adjacent 1-pixel-wide borders are collapsed together, the width of the resulting border is _____.

1-pixels

The columns within the colgroup element are identified by the _____ element.

<colspan="value"/>

Identify a syntax used to create a spinner control using an input element.

<input name="name" id="id" type="number" value="value" step="value" min="value" max="value" />

Identify a syntax that sets the data type of the registerDate field to "date".

<label for="register">Date of registration</label> <input name="registerDate" id="register" type="date" />

Which systems development method focuses on small teams, intense communication, and rapid development iterations?

agile development

The process of constructing the programs and code modules that serve as building blocks of the information system is known as which of the following?

application development

Which of the following styles sets the column breaks within paragraphs to leave a minimum of two and three lines at the top and bottom of each column respectively?

article p { orphans: 3; widows: 2; }

The amount of data that can be transferred in a fixed time period is known as which of the following?

bandwidth

A data entry control is associated with a _____ in which data values supplied by the user are stored.

data field

Identify a list which when applied to an input box, the values appear as a pop-up list of suggested values.

data list

Which changeover method is usually considered the least expensive changeover method because the IT group has to operate and maintain only one system at a time?

direct cutover

When the width of an entire table is set to be larger than the width required for individual columns, the extra space is _____.

divided equally among the columns

For url type data, the virtual keyboard includes a key that inserts the .com character string.

false

Which type of network topology has a central networking device which manages the network and acts as a communications conduit for all network traffic?

star network

During application development, what can be used to show the program modules and the relationships among them, and consists of rectangles that represent the program modules?

structure chart

The coordination, integration, and management of materials, information, and finances as they move from suppliers to customers is known as which of the following?

supply chain management

System development documentation can be broken down into four categories of documentation. In which category of documentation are you likely to find data dictionary entries, data flow diagrams, object models, screen layouts, source documents, and the systems request that initiated the project?

system documentation

In which type of testing would users enter data, perform queries, and produce reports to simulate actual operating conditions?

system testing

What is an example of a hard cost?

tangible purchases

Data cells that do not function as headers for table rows or columns are marked using the _____ element.

td

The environment that analysts and programmers use to develop and maintain programs is called which of the following?

test environment

Which of the following CSS properties is used to align the caption text horizontally?

text-align

Identify the three row groups supported by HTML.

thead, tbody, and tfoot


Related study sets

"What is the Web?" Quiz Questions

View Set

UWCSEA - IB Biology - Topic 8.3 - Photosynthesis

View Set

CSCI 2270 Multiple Choice CU Boulder Midterm 1

View Set

Lecture 11 - Introducing & Naming New Products and Brand Extensions

View Set

human capital chapter 14, HR ch:9, Chapter 10, Chapter 12, ch 11 383

View Set

reading assignment: human Resource Management

View Set