csit 121 mid term prep no ch 2

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

Select the code below that uses CSS to configure an id named "example" that configures small, italic text. .example { font-size: small; font-style: italic; } #example { font-size: small; font-style: italic; } .example { font-size: small; font-weight: italic; } #exampe { font-size: small; font-weight: italic; }

.example { font-size: small; font-style: italic; }

How would you define a fragment identifier at the top of a page, called "top"? <div id="top"> <div href="top"> <div id="#top"> <div bookmark="top">

<div id="top">

Select a good design recommendation for text hyperlinks. Use a key phrase as a hyperlink. Create the entire sentence as a hyperlink. Include the words "Click here" in your text. None of the above.

Use a key phrase as a hyperlink.

A network that is geographically dispersed and may use some form of public or commercial communications network is called a(n) ________. WAN Internet WWW LAN

WAN

A language using a text-based syntax intended to extend the power of HTML by separating data from presentation is called ________. XHTML SGML XML HML

XML

A ________ is a high-capacity communication link that carries data gathered from smaller links that interconnect with it. backbone media client TLD

backbone

The ________ is the area between the content and the border. spacing padding border None of the above

padding

The ________ is the area between the content and the border. spacing border padding None of the above

padding

When configuring the background color of an element, the background color is applied to both the content and ________ areas. margin extra border padding

padding

A page layout technique where the background images vertically scroll at a different speed than the text page content is called ________. fragment identifier fixed positioning single page website parallax scrolling

parallax scrolling

What is the informal language, used by programmers use to create models of programs, that has no syntax rules and is not meant to be compiled or executed?

psuedocode

A ________ of a color is darker than the original color and is created by mixing the color with black. tint shade tone complement

shade

The ________ property configures a shadow effect on the text displayed within an element. font-style text-shadow shadow font-weight

text-shadow

A(n) ________color scheme consists of three colors that are equidistant on the color wheel. complementary tetradic analogous triadic

triadic

A(n) ________ is an image that is configured so that parts of the image can be used as one or more hyperlinks. navigation image hyperimage image map None of the above

image map

When CSS is coded in the body of the web page as an attribute of an HTML tag, it is called ________. embedded imported external inline

inline

Select the code below that uses CSS to configure a class called "offer" with blue text that uses the Arial or sans-serif font typeface. .offer { color:blue; font-family:Arial,sans-serif;} .offer { text:blue; font-family:Arial,sans-serif;} #offer { text:blue; font-family:Arial,sans-serif;} #offer { color:blue; font-family:Arial,sans-serif;}

.offer { color:blue; font-family:Arial,sans-serif;}

The default value for the border property for an element is ________. 1 pixel 0 pixels 10 pixels 3 pixels

0 pixels

Select the most popular screen resolution from those listed below. 240 by 320 800 by 600 1366 by 768 1024 by 768

1366 by 768

Select the code below that associates a favorites icon named favicon.ico with a web page document. <img href="favicon.ico" alt="favorites" width="16" height="16"> <link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="favicon" type="image/gif" href="favicon.ico"> <a href="favicon.ico"> <img href="favicon.ico" alt="favorites" width="16" height="16"></a>

<link rel="icon" type="image/x-icon" href="favicon.ico">

Use the ________ tag to associate a web page with an external style sheet. <include> <a> <target> <link>

<link>

Use the ________ tag to configure a generic area on a web page that is embedded within a paragraph or other block display element. <span>...</span> <meta>...</meta> <title>...</title> <div>...</div>

<span>...</span>

Consider ________ when designing for display on a mobile device. font size small screen size contrast All of the above

All of the above

Select the tasks that should be performed when a website is tested. Check all of the hyperlinks within the site. View the site in a variety of screen resolutions. View the site in a variety of Web browsers. All of the above

All of the above

Select the items below that can help to appeal to the intended or target audience of a site. The font size and styles used on the site. The amount of color used on the site. The overall look and feel for the site. All of the above.

All of the above.

Characteristics of WebP images include ________. a. transparency b. animation c. interlacing Both a and b

Both a and b

The on-demand use of software and other computing resources hosted at a remote data center (including servers, storage, services, and applications) over the Internet is called ________. RSS TLD Cloud Computing TCP

Cloud Computing

CSS sticky positioning ________. Combines features of relative and fixed positioning configures the location of an element within the browser viewport; the element does not move when the page is scrolled configures the location of an element relative to where it would otherwise render in normal flow precisely configures the location of an element outside of normal flow

Combines features of relative and fixed positioning

Select the browser's action when you configure BOTH a background color and background image for the body selector. Display the background color while the background image loads and before the background image is displayed. Will display no background for the page because it is "confused." Display the background color instead of the background image. You cannot configure both a background color and a background image.

Display the background color while the background image loads and before the background image is displayed.

There is no reason to consider the operating system of the web server when selecting a Web host. True False

False

A(n) __________ is a diagram that graphically depicts the steps that take place in a program?

Flowchart

Which CSS property configures the font typeface? Font-type Font-style Font-face Font-family

Font-family

Which CSS property configures the size of text? Size Font-weight Font-size Text-size

Font-size

________ is a set of rules for exchanging files such as text, graphic images, sound, video, and other multimedia files on the Web. IP FTP TCP HTTP

HTTP

A domain name is a unique text-based Internet address corresponding to a unique ________. domain name URL user name IP address

IP address

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

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

Which of the following configures a margin for an element with the following values: top margin 30 pixels, left margin 150 pixels, right margin 0 pixels, and bottom margin 0 pixels? Margin: 30px 0 0 150px; Margin: 150px 20px 0 300px; Margin: top-30, left-150, right-0, bottom-0; None of the above

Margin: 30px 0 0 150px;

Select the true statement from the list below. A country code domain name can only be owned by someone who resides in that country. Only non-profit organizations can purchase a .org domain name When a domain name ends in .com it indicates that it is a computer company. None of the statements above are true.

None of the statements above are true.

The concept of ________ relates to providing a single resource that is configured for optimal display on multiple types of devices. accessibility fluid layout One Web hierarchical

One Web

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

Optimization

The four principles of WCAG are as follows. Contrast, repetition, alignment, proximity XHTML, CSS, HTML, Notepad Perceivable, operable, understandable, robust Linear, hierarchical, random, sequential

Perceivable, operable, understandable, robust

Select protocols that are used for e-mail processing. SMTP, POP3 ETP, FTP, SMTP SMTP, POP3, IMAP ETP, FTP

SMTP, POP3, IMAP

What is the term used to describe an image file that contains multiple small graphics? Image link Position Sprite Thumbnail image

Sprite

________ invented the World Wide Web. Marc Andreessen The Internet Architecture Board (IAB) Tim Berners-Lee Tim O'Reilly

Tim Berners-Lee

To apply a style to a certain group of elements on a web page, configure a CSS ________. class group id None of the above

class

Use the ________ or ________ property to clear a float. overflow; float clear; overflow position; clear float; clear

clear; overflow

The declaration property used to set the text color on a web page is ________. color text-color bgcolor None of the above

color

Select the item below that lists the top level domain name for the URL http://www.yahoo.com. com www yahoo http

com

CSS sticky positioning ________. combines features of relative and fixed positioning configures the location of an element within the browser viewport; the element does not move when the page is scrolled configures the location of an element relative to where it would otherwise render in normal flow precisely configures the location of an element outside of normal flow

combines features of relative and fixed positioning

Applying the design principle of ________ serves to add visual interest and draw attention. linear proximity alignment contrast

contrast

The Web Safe Color Palette is a collection of 216 colors that ________. display quicker than other colors relate to the fashion industry and change each year display the most similar on both the Mac and PC platforms None of the above

display the most similar on both the Mac and PC platforms

If an element is configured with ________, the other content on the page will appear to its left. float:left; position:relative; float:right; position:left;

float:right;

A type of graphic that can be made transparent and is commonly used on the Web is ________. gif jpg photo bmp

gif

A ________ is a smooth blending of shades from one color to another. gradient shadow transform transition

gradient

The main site navigation or a section offering navigation choices should contain ________. only the most important pages visually grouped sections of hyperlinks only four hyperlinks as many hyperlinks as you need

visually grouped sections of hyperlinks


Set pelajaran terkait

CS 319 Software Engineering Midterm Study Guide

View Set

Topic 6.1 Rationales for Imperialism

View Set

Supply Chain management 385 test 2

View Set

Time Value of Money Concepts: Chapter Six

View Set

Chapter 16: Outcome Identification and Planning - Gerontology

View Set

PrepU Ch 15: Oncologic Disorders

View Set

BIO 160 exam 1 Mastering Biology

View Set

Chapter 5 - Product Differentiation

View Set