ITEC 231 Final
This is the larger, overall model representing and defining every object and element on a web page.
Document Object Model
these are the two values for the form method attribute
Get (faster) and Post (slower)
Two-dimensional bar code in a square pattern
QR code
jQuery is __________.
a free open-source JavaScript library
The _________ method displays a message to the user and contains one button.
alert()
Encrypted data is called _________.
ciphertext
the attribute to the audio and video tag needed to display
<audio controls = "controls">
what section of the HTML document <meta> tags are placed in?
<head> section
Select the HTML tag below that configures a textbox with the name "email" and a width of 40 characters.
<input type="text" name="email" size="40" >
this form control is appropriate for users in their first name last name and email.
<input>
A container tag used for form control tags to increase the accessibility of web sites
<label>
a combination of different technologies which are not new but have been used together to provide a better experience
AJAX
Use the ___________ attribute on the <form> tag to specify the name and location of the script that will process the form control values.
Action
How many scripts can be embedded in an HTML document?
As many as you need
In the _________ Phase a prototype of the website will often be created.
Design
True/False: Commercial businesses should register a domain name with an .org TLD.
False
True/False: There is no reason to consider the operating system of the web server when selecting a web host.
False
This is what text boxes, buttons, and other fields accepting information from a web page visitor are also called
Form control
Select the type of form control that "disguises" the characters that are typed.
Password
Use the __________ attribute on a <video> tag to display user controls for the video player.
Poster
Form control appropriate for selecting exactly one option from a list of predetermined option
Radio buttons
Select a reason why a business would use E-Commerce.
Reduced costs
Select the components of a search engine.
Robot, database, search form all of them
_____________ are the most popular method used by visitors to find websites.
Search Engines
A long-standing methodology used to develop information systems is the
System Development Life Cycle
Select a major function of E-Commerce.
The buying and selling of goods
True/False: Get and Post both send data to the server they just have different ways of doing it. Get is faster, post is slower.
True
The type of testing that observes how actual web page visitors use a website is called:
Usability Testing
The file extensions .avi, .m4v, and .ogv are used for:
Video Files
This is the type of encryption using a key pair (public and private key)
asymmetric encryption
The ___________ operating system(s) treat uppercase and lowercase letters differently.
both UNIX and Linux
____________ is a JavaScript library intended to simplify client-side scripting.
jQuery
A ________ is an action that can be performed with an object.
method
When configuring a group of radio button form controls, the value of the __________ attribute on each radio button must be the same
name
The _________ event handler is triggered when the visitor places their mouse on an object.
onmouseover
A _________ is an attribute or characteristic of an object.
property
Click thru rate (CTR) is the __________.
ratio of the number of times an ad is clicked to the number of times it is viewed.
Use the _________ element to associate JavaScript with a web page.
script
The term ______________ refers to configuring a web page so that it can be easily linked to from social bookmarking and social networking sites.
social media optimization
The ability to keep web page visitors at your site is called ___________.
stickiness
Select recommended usability and accessibility practices:
supply text descriptions of audio and video files that appear in your web pages.
True/False: Decryption is the conversion of data into an unreadable form.
true