ITSE1311 Final Exam

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

Indicates the start and end of a webpage summary area.

<summary> ... </summary>

Identify a correct format to insert the table header element "Days."

<th>Days</th>

Used for business or commercial purposes.

.co

Used for commercial applications.

.com

Used by educational organizations.

.edu

Which a top-level domain (TLD) for schools and colleges?

.edu

Restricted for use by the U.S. government.

.gov

Used for personal websites.

.me

Which top-level domain (TLD) is used for personal websites?

.me

Restricted for use by the U.S. military.

.mil

Used by network-related domains.

.net

Which is a network-related domain?

.net

The HTML 5 audio element supports the _____ audio file format.

.ogg .mp3 .wav

Used for nonprofit organizations.

.org

Flash files have the _____ file extension.

.swf

A marketing deal was struck with Sun Microsystems to adopt the Java name and change LiveScript to _____.

JavaScript

A web framework is a development tool that consists of HTML, CSS, and _____.

JavaScript

Standard audio file format that is based on QuickTime format and is used for audio and video.

MP4

Audio file format developed by Apple.

AAC

Identify the correct format for inserting an aside element within an article element.

<article> ... <aside>...</aside> ... </article>

Identify the correct code to embed an audio file named music.mp3 on the webpage.

<audio controls="controls" autoplay="autoplay"> <source src="music.mp3" type="audio/mp3"> <p>Your browser does not support the HTML5 audio element.</p> </audio>

Tag that contains additional information that the user can display or hide.

<details> ... </details>

Which are HTML 5 semantic elements?

<details> ... </details> <figure>...</figure> <time> ...</time>

Which code specifies the starting and ending tags for a figure caption element?

<figcaption> ... </figcaption>

Identify the code used to create submit controls.

<input type="submit" value="Submit">

Identify the code that adds a label and a textarea element to a form to provide an opportunity for customers to ask questions.

<label for="questions"> Questions?</label> <textarea id="questions" name="questions" rows="3" cols="25"></textarea>

The _____ HTML 5 semantic element contains a specific grouping of content on a webpage.

<section> ... </section>

Can be used to create animations or movie files.

Adobe Flash

Can be used by an audio editor to reduce the size of an audio file, while maintaining enough quality to play the audio file on a computer.

Codec

The use of a(n) _____ lets media content authors share their work with others while maintaining ownership of their work.

Creative Commons license

Attribute that specifies the resource file.

Data

The Mac operating system comes with this for playing movies.

QuickTime Player

It is helpful when one needs to provide a lot of content in a compact form.

Table

In JavaScript, _____ must have a unique name and must follow the same naming conventions as user-defined functions.

Variables

A _____ analyzes current content, performs in-depth research, and then drafts recommendations for content to attract new clients.

Web content strategist

It is used to save space in tables.

ampersand (&)

You can use the jQuery _____ method to create animations on a webpage.

animate()

A parameter or _____ is a value given to a method.

argument

Commonly used to contain news articles, blog and forum posts, or comments.

article element

A(n) _____ element, as described by the World Wide Web Consortium (W3C), is an element that "represents a section of a page that consists of content that is tangentially related to the content around that element, and which could be considered separate from that content."

aside

Using the _____ value allows the column to grow and shrink, depending on the size of the viewport.

auto

On YouTube, business ads can be a(n) _____ image that is displayed on the lower part of a video or a full-length commercial that plays before the selected video.

banner

Optional value for the text-shadow property.

blur radius

The _____ property allows any specified padding or border to be included within the element's total size.

box-sizing

A table includes features such as _____.

captions headers borders

It is the intersection of a row and a column and usually contains data.

cell

It allows a webpage visitor to select items from a list of one or more choices.

checkbox control

Which compression technology consists of an encoder, which compresses the file, and a decoder, which decompresses the file?

codec

The process of testing webpages in several browsers to verify that the pages appear correctly is referred to as _____ testing.

compatibility

These media files appear within the webpage along with the audio or video player controls.

embedded media

Small image that appears on the browser tab that represents the business.

favicon

Element used to group content, such as illustrations, diagrams, and photos.

figure

Incorporating this was popular on websites before using smartphones and tablets became widespread.

flash animation

It provides a structured way to collect information from webpage visitors.

form

A web _____ is a development tool that provides a standard foundation on which to build a website and simplifies the coding process by providing access to predefined style sheets and script files.

framework

A CDN is a network of servers that provides web content based on the user's _____.

geographic location

A data input control can be a _____.

radio button Reset button Submit button

Which color in Bootstrap is used to indicate danger?

red

Since browsers that do not support the video element ignore the <video> tag, one needs to _____.

insert text content between the <video> and </video> tags to alert users

As you develop a webpage, you might want to include a large box of content on the page to grab the user's attention; Bootstrap provides this feature with the _____, which is a large, responsive box used to contain webpage information.

jumbotron

It is the text that describes the type of information to enter with an input control.

label

A(n) _____ is a file that lists all of the webpages that have been requested from a website.

log

Graphical representation of a business, used to promote the business brand and market presence.

logo

It displays only the most important table content in a form such as a list.

mobile viewport

Which term is used for a combination of text, images, sound, and video that expresses an idea or conveys a message?

multimedia

Which Bootstrap class horizontally centers an element?

mx-auto

In a meta tag, the _____ attribute identifies the type of information in the content attribute.

name

You can use the _____ element to embed plug-ins on a webpage, including Flash Players, PDF readers, and Java applets.

object

User stopped loading the page.

onabort

User left the page.

onblur

User changed the object.

oncharge

User clicked the object.

onclick

Script encountered an error

onerror

User made an object active

onfocus

Object finished loading

onload

Mouse moved off an object.

onmouseout

Mouse moved over an object.

onmouseover

User selected contents of an object.

onselect

User submitted a form

onsubmit

User left the object.

onunload

The Cascading Style Sheet (CSS) _____ property specifies the transparency of an element.

opacity

A series of audio or video clips released in a sequence that is popular in home, academic, and corporate settings is called a(n) _____.

padcast

Element used to define parameters for plug-ins embedded with an object element.

param

It is like a text control because it provides a text box for a single line of input.

password control

Extra software added to a browser to provide a capability that is not inherent to the browser.

plug in

When a website is _____, its files are transferred to a web server.

published

Which CSS transform property value rotates an element a specified number of degrees clockwise or counter-clockwise?

rotate( )

If you want to apply rounded corners to an image, add a class attribute with the value _____ to an img element.

rounded

JavaScript is a(n)_____ language used to provide various types of functionality to webpages, such as the ability to interact with the user.

scripting

When this is applied, it makes the table appear to be using double lines between each table data cell.

separated border

The attributes frequently used with text input controls such as text, password, email, tel, and date controls are _____.

size max length

It is formatted with bold, centered text that indicates the purpose of the row or column.

table header

Identify a style rule that should be used to set the height of a table data cell to 2em.

td { height: 2em; }

To create a textarea control, one needs to use the _____ instead of the input element.

textarea element

Identify a style rule that applies only to the th element, and not to the td elements, and uniquely formats the table header elements to have a dark gray background and white text.

th { background-color: #1D1D1C; color: #FFFFFF; }

Layout used for tablet and desktop viewports.

three-column

Which CSS animation property specifies the time it should take for the animation to complete?

timing

Which CSS animation property specifies the speed of the animation?

timing-function

The CSS _____ property allows block elements to be transformed or changed within two-dimensional or three-dimensional space.

transform

Adobe Premiere Pro is a highly rated application for movie editing that can be used on the _____ operating system.

windows mac


Set pelajaran terkait

itf+ Test Prep errors FULL LENGTH TEST SET 11

View Set

Hesi Leadership Exit Exam version 1

View Set

therapeutics exam 2 practice q's--wound care

View Set

Unit7_Chapter8_Flashcards_Branch

View Set

Business Ethics Classes 10-13 (Ch. 3, 10, 11, 12)

View Set

Gardner's theory of multiple intelligences

View Set

1.6 Global Economy & Economic Interdependence:

View Set

Chapter 20: Pediatric Variations of Nursing Interventions

View Set