Web Development Foundations - C779

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

hexadecimal F =

15

Single-tier Model

A Microsoft Access database available only on a local system. A user simply opens Access, then manipulates the database.

What is the default administrative password for Windows systems for permissions typically assigned by an ISP?

Administrator

colspan

Attribute that identifies the number of table columns a single cell can occupy.

Browsers that support audio Ogg

Chrome Firefox and Opera

Browsers that support audio MP3

Chrome IE9 Safari

Browsers that support video Ogg/Theora

Chrome, Firefox and Opera

What happens when you place text between the <!-- and --> tags in your HTML source code?

Commented out

CSS Table Property - padding

Determines the amount of space between cell data and the cell border. Number of pixels

The only Web-ready image formats that support interlacing

GIF and PNG

Which choice correctly describes the functionality of GUI site management editors, rather than GUI page editors?

GUI site management editors provide both Web page creation and site management functionality.

Relational

Information can be sorted, altered and placed into other databases for retrieval.

Location of style sheet references in HTML doc

Style sheet references are specified with the <link> tag in the <head> section, usually before the <title> tag.

GIF 89a

Supports transparency, interlacing and animation.

<th>...</th>

Typically designates cells in the top row or left column. By default, text in a header cell will appear bold and centered.

In the HTML5 standard, what is the recommended way to center a paragraph of text?

Use an inline CSS style attribute in the paragraph tag.

<article>

Web site content, such as company services, articles, blogs, images and videos.

The <select> tag

a container tag used to create single-option and multiple-option select lists.

Flash technology

manipulate vector-based graphics to create animated sequences

HTML5 APIs are used to create apps for:

mobile devices.

Which of the following are accepted values for the <area> tag's shape attribute?

rect, circle and poly

JavaServer Pages (JSP)

uses Java to process information sent from a Web form to a Web server.

hexadecimal 16 =

10

How many colors are specified in the browser-safe color palette?

216

The hexadecimal value FF represents

255

In an image map, a target URL is specified as the href attribute value in the ______ tag.

<area>

hexadecimal 10 =

A

Unicode

A character code that enables most of the languages of the world to be symbolized with a special character identification.

echo

A command that repeats the terminal input you type

In Cascading Style Sheets (CSS), what is a rule?

A format instruction that consists of a specified selector and the properties and values applied to it

Object-oriented

A newer form with the capabilities of a relational database, plus greater storage and search efficiency.

In a style sheet, what must you use to separate multiple declarations for one selector within a rule?

A semicolon ( ; )

WCAG

A set of guidelines for ensuring Web site accessibility to all users, including those with disabilities.

<caption>...</caption>

Adds a caption or title, which appears above the table by default.

CSS Table Property - vertical-align

Aligns content vertically. top- bottom- middle

CSS Table Property - text-align

Aligns text horizontally. -left-center-right-justify

In a raw text string, which of the following is used to delimit name=value pairs?

Ampersands ( & )

SGML (Standard Generalized Markup Language)

An ISO-standard language used to describe data and context as opposed to its appearance. metalanguage

These formats are GIF 89a and PNG.

Any element in an image that is a single specific color can be made transparent, provided that the image file format supports image transparency

What is a CSS selector?

Any element to which designated styles are applied

rowspan

Attribute that identifies the number of table rows a single cell can occupy.

Why should you avoid adding spaces or hard returns within an <img> tag?

Because XHTML will render the additional spaces or hard returns, which may affect the placement of the image on the page

If you want to specify default text for a text area box, where should you add the text that will appear as default text?

Between the <textarea> tags

To which of the following do raster graphics refer?

Bitmap graphics

<footer>

Bottom of the Web page, similar to the footer in a word-processing document.

Which choice correctly describes the relationship between tables and borders?

By default, borders do not appear around tables.

Browsers that support video WebM/VP8

Chrome, Firefox and Opera

Browsers that support video MP4/H.264

Chrome, IE9 and Safari

Browsers that support audio Wav

Chrome, Safari, Firefox and Opera

<tr>...</tr>

Contains all data for a table row. REQUIRED

<aside>

Content that is "aside" from the article content, such as advertisements or news feeds.

What is the relationship between hot spot coordinates and the pixel size of an image?

Coordinates are dependent upon the pixel size of an image; if an image is resized, you must change the coordinates.

If you are conducting search engine optimization (SEO), consider the following strategies related to forms:

Create as simple a form as possible. Each additional field you use may reduce your score. Some search engines may score pages lower if a CAPTCHA is used. The problem with a CAPTCHA, or any other element that requires human input, is that a bot that encounters it will not take time to read and process all of the page. This can cause the page to be scored lower. Give form fields informative, descriptive labels. Provide a clear call to action. Do not assume that a Submit button will inform users (or search engine bots) about what they should do. Provide alternative text navigation.

<br>

Creates a line break. Empty tag.

<table>...</table>

Creates a table. Contains all other table elements. REQUIRED

When discussing databases, three elements are generally involved:

Data - the database file or multiple database files. Business logic - the SQL coding necessary to create relationships with the data stored in the database. event handler Presentation - the way that data and business logic are presented on the user screen. Presentation includes Web forms created with HTML, and application-specific interfaces such as Microsoft Access or a Web browser.

<nav>

Defines navigation links, such as hypertext menus to access various pages of the Web site.

<td>...</td>

Designates table cell contents. By default, the data is left-justified. REQUIRED

CSS Table Property - width

Determines how far the table or cell will extend horizontally across the page. Number of pixels- Percentage of the browser window - number followed by percent symbol ( % )

CSS Table Property - border-spacing

Determines the amount of space between the borders of adjacent cells. Number of pixels

CSS Table Property - border

Determines the style of the border. border width (e.g., 1px)- border line style (e.g., solid)- border color (e.g., gray)

Which of the following is the most common type of bitmap seen on the Web?

Digitized photographs

ftps

File Transfer Protocol Security

method - get

Form data is appended to the URL of the Web page for use in a query string. This method sends information in cleartext and is thus less secure.

method - post

Form data is posted to the URL specified by the action attribute. Post is the preferred method for sending form data. It can send more characters, although sometimes post requires more processing by the CGI script.

Interlacing is supported by

GIF 87a and GIF 89a formats

The only Web-ready image file formats that support interlacing are:

GIF 87a, GIF 89a and PNG.

The only Web-ready image file formats that support animation

GIF 89a and PNG

The only Web-ready image file formats that support transparency are:

GIF 89a and PNG.

poster attribute

Identifies an image to be displayed until the play button is clicked or while the video is downloading. If the poster attribute is not specified, the first frame of the video is displayed instead.

type attribute

Identifies the format, or MIME type, of the video. The <video> element supports three formats: MP4, WebM and Ogg.

Non-relational

Information is stored statically. Information can be searched, but cannot be reorganized or placed into another database.

Pay per click (PPC)

Internet marketing technique that enables you to list your site high in search engine rankings by advertising on keywords that describe your product or service.

Which term describes a style of programming that uses subprograms to accomplish tasks?

Procedural

padding

Property used to manipulate the amount of space between cell content and the cell's inner border.

Interlaced Images

Read from left to right Appears to fade in as it renders Will at first appear fuzzy, but will continuously sharpen The first pass will render roughly 13 percent of the entire image. The second pass delivers 25 percent, and then continues in 25-percent increments until the image renders completely.

Non-Interlaced Images

Read from top to bottom Appears invisible or incomplete until entire image is read The top appears after the browser has read 50 percent of the image appear after the browser has read 50 percent of the image. The bottom half will render some time later.

<textarea> rows

Specifies the number of rows of text to display in the box. Integer value

<textarea> cols

Specifies the width in characters of the scrolling text box. Integer value

<textarea> wrap

Specifies whether user-entered text can wrap to new lines when submitted. This advanced attribute is used in conjunction with server-side scripts (such as PHP) that process form data. If "soft" is specified, text in the textarea is not wrapped when submitted. This setting is the default. If "hard" is specified, text in the textarea will wrap (adding newline characters) when submitted. The cols attribute must be specified when using wrap="hard".

What is the term for a logical construct in programming that allows you to control the way information flows in the application?

Statement

Which of the following occurs when you specify the wrap="soft" attribute and value for the <textarea> tag?

Text you enter will continue on one line beyond the scrolling text box border.

Difference between text-level and block-level?

Text-level elements can affect a section of text as small as a single character. Markup elements that affect an entire paragraph or multiple paragraphs are referred to as block-level elements.

Difference between <b> and <strong> bolding?

The <b> element applies the bold font style, whereas <strong> applies a heavier weight to the text relative to the surrounding text.

<blockquote>

The <blockquote> tag centers and indents a block of text.

<body>

The <body> tag begins the body of the document.

<head>

The <head> tag allows you to insert <meta> tags, link to style sheets, and assign a title to the document with the <title> tag.

<html> tag

The <html> tag is used as a container for the entire HTML document. It nests all code except for the <!DOCTYPE> declaration.

<link> tag

The <link> tag references a style sheet and is recommended for HTML5. A style sheet usually has a .css file name extension and a file name similar to the page to which it is linked (e.g., syb.css for the HTML page named syb.html). Style sheets are often placed in a subdirectory for the Web page. This subdirectory contains all images and associated files for the page. The <link> tag is placed within the <head> container tags.

<p>

The <p> tag defines the start of a new paragraph.

<pre>

The <pre> tag allows you to display plain text files with their original formatting. It is commonly used to display tabular data.

<title>

The <title> tag is the first tag that allows you to specify content that will appear on the page. Any text you enclose with this tag appears as the page title bar at the top of a browser. This text also appears in the history list and on the page when printed. Title text becomes the Bookmark name if the page is bookmarked or added to a browser Favorites folder.

&nbsp;

The HTML special character code for a non-breaking space is &nbsp;.

N-tier model

The business logic, data and presentation are completely separated. An upgrade in one of the layers does not necessarily mean the others are affected.

Two-tier Model

The client is responsible for presentation and business logic, and a server houses only the data. Called a client-server relationship. Any change to the database requires client upgrade.

When you are ready to publish your Web site files to your Web host, which choice lists all the information you must specify in order to publish your files?

The destination server's name or IP address, authentication information, and the file location on the remote server

<!DOCTYPE>

The document type declaration, or <!DOCTYPE> tag, describes the markup language and version of your code. It is placed at the very top of your document.

In Microsoft Internet Explorer, what occurs on a Web form if you omit the closing </form> tag?

The form fields will render but users will not be able to submit any information.

Which <input> tag attribute organizes Web form information submitted by the user into the basic elements for a raw text string, which is then processed by the Web server?

The name attribute

Question 44 : What happens if you omit the size attribute when you use the <select> tag to create a select list?

The number of items that will appear in the list by default will depend on the browser.

<select name="Countries" multiple="multiple" size="8"> What does the size attribute control?

The number of items that will appear in the scrolling list box

Radio buttons are reserved for two or more mutually exclusive options on a Web form. How do you ensure this exclusivity?

The radio buttons must share the same name attribute.

What happens when you place a CSS rule between the /* and */ characters?

The rule will be ignored.

<header>

Top of the Web page, similar to the header in a word-processing document.

Which choice correctly describes polygon hot spots on image maps?

You can use up to 100 pairs of x,y coordinates to define a polygon.

Electronic Funds Transfer (EFT)

a generic term that describes the ability to transfer funds using computers, rather than using paper

event handler

a line of code that allows a language to respond to a specific event or user input.

external hyperlink

a link you create from a file on your system to a separate file on the Internet

local hyperlink

a link you create from one file on your local system to another file on your local system

Canvas is an HTML API that provides

a place on a Web page (a "________") where developers can display graphics, animation, video and games "on the fly" without the need for a plug-in. _________is described by the W3C as an HTML5 element that "provides scripts with a resolution-dependent bitmap ________, which can be used for rendering graphs, game graphics, or other visual images on the fly." By itself, _______is a simple pixel-based drawing API that produces a bitmap image.

The controls="controls" attribute

adds video controls such as the play, pause, rewind, fast forward and volume controls

Server-Side Include (SSI) on a Web page

an SGML statement processed by the server. The server reads the statement on the Web page and then includes the results of the instruction on the page for the end user to see

Microstock photography

an offshoot of stock photography. _________ providers deal almost exclusively over the Internet, accept photographs from amateur photographers as well as professionals, and sell their images at a very low cost (generally from US$0.20 to $10).

Push technology

automatically provides information to a customer list.

hexadecimal value #000000

black

<strong>

bold text

The <ol> element

can be used similarly to create a numbered, or ordered, list.

<meta>

can include a document description, revision dates, and keywords to help search engines index the page. It also specifies the HTML5 character set used, which is usually UTF-8.

.NET

can use several languages, including C# and VBScript.

stock-photography Web site

contains photographs for which you can purchase the rights to use in printed material or on a Web site. Photographers file their images with an agency that negotiates licensing fees on the photographer's behalf.

The <ul> element

creates a bulleted, or unordered, list

The <li> tag

creates a list item within the list

HTML <form> tag

creates a user-input Web form by encompassing all the content and fields of the form on the page

The <textarea> container tag

creates scrolling text area spaces. Users can enter multiple lines of text into a text area; it is larger and allows more input than a text box. Because it is a container tag, you can enter default text between the opening and closing tags, and it will appear in the text area until the user types their input into the field.

trademark

describes a unique word, phrase or symbol that is claimed or officially registered by an organization

Copyright

describes legal ownership of an expression created by an author

<img>

displays a graphical image on your page. The key attributes that are required in this tag are src (abbreviation for source) and alt (alternative text for the image if it cannot be seen)

Americans with Disabilities Act (ADA)

enacted by the U.S. government in 1990 to protect the civil rights of disabled people. This law has many sections, and includes mandates for equal employment opportunities and public accommodations for disabled people. It also includes mandates that electronic information be accessible to disabled people. Significant compliance failures are subject to financial penalties.

A value

gives value to the element and its attribute. For example, <a href="http://www.ciwcertified.com"> has a value that instructs the hyperlink to access the CIW Certified Web site. Like attributes, values are optional in a tag unless required by a specified attribute to the element. Values are used only with attributes; elements do not take values directly. Values should be surrounded by quotation marks; they are not required, but placing values in quotation marks is considered good coding practice.

Vector

graphics that use mathematical coordinates with lines, curves and shapes to create images and specify colors.

Vector Graphics

graphics that use mathematical coordinates with lines, curves and shapes to create images and specify colors. Their presentation size can be enlarged or shrunk (i.e., scaled) without losing image quality.

Bitmap Graphics

graphics that use small dots (usually thousands) to create images and specify colors. Each dot is mapped to bits stored in a computer's memory. _______are also called raster graphics, and they include the JPEG, GIF and PNG formats. Removing pixels and compressing files will decrease file size, but will also reduce image quality.

<hr>

horizontal rule Line across the page with a 3-D shading effect.

The CSS "width" property used with the <table> element determines

how far the table will extend horizontally across the Web page. This property is most often used to control a table's size, regardless of the end user's screen size.

Flat file

information is stored in a single table, often in a simple text file. The Windows registry

Licensing

involves legally authorizing a party to use copyrighted or trademarked intellectual property.

Perl

is a traditional CGI technology that is platform-independent.

PHP Hypertext Preprocessor (PHP)

is an interpreted server-side scripting language used for creating dynamic Web pages. It is embedded in HTML pages but is usually executed on a Web server.

Python

is an open-source CGI technology that emphasizes code readability by employing minimalistic code syntax and semantics.

<em>

italic text

internal hyperlink

links areas within the same Web page file

manifest

list of the files that are needed for the Web application to work offline

The <input> tag

not a container tag; it stands alone. You use <______> to create text boxes, check boxes, radio buttons, and the Submit and Reset buttons. Takes the "type" attribute

A CGI script

passes information from the Web form to the database server

photo-sharing Web sites

photographs on these Web sites are copyrighted to the photographer and you must contact the photographer or owner of the photo to obtain permission to use the images.

By adding the checked="checked" attribute and value into the <input> tag for a group of check boxes, you can

preselect as many check boxes as you like.

hexadecimal value #FFFFFF represents the highest possible value for all three RGB colors

produces white

Pull technology

provides information to a customer only upon request. Because the customer asks for information and content, this technique is demand-based and immediate.

An element

provides the main instruction of the tag. An element is required in every tag. Elements include <body>, <p>, <h1>, <title>, <table> and many others.

Section 508 of the Rehabilitation Act

requires that all electronic and information technology developed, procured, maintained or used by federal agencies be comparably accessible to users with disabilities.

Creating a file upload button

requires the use of the <input> tag and the type="file" attribute and value.

Animated GIF programs allow the user to:

set the interval of appearance between multiple GIF 89a images.

An attribute

specifies a quality or describes a certain aspect of the element. For example, a hyperlink is added to a Web page by using the <a>, or anchor, element. The href attribute is added, which identifies the hyperlink reference. Many elements require specified attributes, but some do not. An attribute is required in a tag only if the element requires it.

The action attribute

specifies the name and location of the CGI script used to process the form. The contents of the form will be processed by the script and acted upon according to the instructions in the script.

When you create a text box field, you should use the size attribute to:

specify the visual width of the text box in characters

The <area> tag

stand-alone tag that defines a hot spot region on an image map. You can define as many or as few hot spot regions as you like within an image map.

PNG file format

supports image layers

Scalable Vector Graphics (SVG)

text inside the image can be indexed and searched. Additional benefits include compression capabilities and zooming.

dithering

the ability for a computer to approximate a color by combining the RGB values.

Enterprise resource planning (ERP)

the ability to automate the planning and operations of an entire organization

If you mistakenly set multiple values in multiple cells?

the highest value will take precedence; the order of entries does not matter.

Wireframing

the process of developing an outline for a Web presence. Steps in the wireframing process usually include: Determining the purpose and objective of the Web site. Is this an e-commerce Web site? An informational Web site? A company intranet? Identifying all stakeholders for the site. Outlining the basic steps of the development process. Identifying steps for managing the project. Outlining site navigation. Identifying the technologies that are invoked with each user request.

Web Content Accessibility Guidelines (WCAG)

were created under the Web Accessibility Initiative (WAI), which was formed by the World Wide Web Consortium (W3C), an international technology standards organization that is not part of the U.S. government.

dithering

which is the ability for a computer to approximate a color by combining the RGB values. - Happens when the browser cannot support the RGB values.

When using the <img> element

you can use the width and height attributes to adjust the size of an image. You must ensure the proper proportions, however, or you may distort the image.


Ensembles d'études connexes

Accounting Test 2 (Chapters 5-8)

View Set

Chapter 50 - Musculoskeletal Problems

View Set

Muscles (Origin, Insertion, Action, Innervation)

View Set

Adverbios de tiempo (a veces, a menudo, etc.)

View Set

Leadership in Context Chapter 3: Skills for Developing Yourself as a Leader

View Set

Chapter 41 Fungal Skin Infections

View Set

Biology 101 study guide (ch 6-7)

View Set

(Exam 1) Stretching and Flexibility

View Set