WorksheetsW07 WorkSheet 1
Total questions: 60
Worksheet time: 39mins
System that allows third parties to develop products for it. You can add components from any manufacturer.
Open architecture
API
Open source
Web-based application
CMS (Content Management System)
Display information from another website, without having the user click away.
Open architecture
API
Open source
Web-based application
CMS (Content Management System)
Freely available to be used or modified as a person sees fit. In a collaborative spirit.
Open architecture
API
Open source
Web-based application
CMS (Content Management System)
Uses the internet for part or all of its functions.
Open architecture
API
Open source
Web-based application
CMS (Content Management System)
Allows a user to manage the «behind the scenes» assets of a website.
Open architecture
API
Open source
Web-based application
CMS (Content Management System)
Application embedded in a web page.Information updates automatically.
Widget
Plugin
Post
Thread
Avatar
Mini-application that is «plugged in», or added, to the main website software.
Widget
Plugin
Post
Thread
Avatar
Add content to a website.
Widget
Plugin
Post
Thread
Avatar
Group of sequenced posts, related to one topic like blogs, forums, etc.
Widget
Plugin
Post
Thread
Avatar
Visually represent people in online forums, chats, blogs, etc.
Widget
Plugin
Post
Thread
Avatar
Which area of the page have visitors come to expect the main navigation to appear?
a)
At the top and/or down the right side of the page
b)
At the bottom and within the page content
c)
At either the right or left side of the page
d)
At the top and/or down the left side of the page
Hans is working on the navigation for a Web site. He wants to use a simple interface that can be used on every page to help quickly orient visitors about their position in the Web site. What should Hans add?
a)
breadcrumb trail
b)
drop-down menu
c)
hierarchical trail
d)
card sorting method
A new client of Jessie's has a specific layout in mind for their Web page. Jessie has had several meetings with the client and many decisions have been made on content, navigation and such. Jessie meets again with the client and presents the client with a skeletal layout "blueprint" for the homepage. The client confirms that this is the layout that they have imagined. This "blueprint" is known as:
a)
a wireframe
b)
a breadcrumb
c)
a mind map
d)
a brainstorm
Kelly is a novice Web designer. She has created a massive site built around a large hierarchical structure. She has placed a breadcrumb trail at the bottom of each page. Her experienced co-worker sees what she is doing and suggests placing the breadcrumb trail at the top of the pages. Why?
a)
Visitors expect to find navigation tools at the top and/or down the left side of the page.
b)
Drop-downs go at the bottom of the page.
c)
Her co-worker understands the physical demographics.
d)
Visitors do not want to scroll down to find a home button.
Which type of Web site creation tool requires you to create Web pages by typing in markup language tags into a document and does not offer pre-designed templates?
a)
Offline site builders
b)
Online site builders
c)
Web editors
d)
Text editors
Which of the following is an advantage offered by online or GUI Web editors for creating a Web site, which text editors do not offer?
a)
Ability to link Web pages
b)
Ability to create Web pages
c)
HTML coding practice
d)
Pre-designed templates
Jamar is a student exploring tools for Web site building. He notices that one tool includes several layout options where he can simply add text and then customize the pages. For his current skill level, Jamar decides this will be the best for building his Web site. What kind of tool is he using?
a)
templates
b)
WYSIWYGs
c)
wireframes
d)
mind maps
Which term describes the pre-designed Web pages that a designer can use as a starting point?
a)
Mind map
b)
WYSIWYG
c)
Wireframe
d)
Template
Which type of Web page creation tool requires you to create Web pages by typing markup language tags into a document?
a)
GUI applications
b)
Web editors
c)
Online site builders
d)
Text editors
Which Web site creation tool enables you to create Web pages directly on the Web host's computer and automatically update the site, without the need to upload files?
a)
A WYSIWYG editor
b)
An HTML text editor
c)
An offline site builder
d)
An online site builder
Carrie has completed an online class on coding HTML5. She wants to show-off her new skills to her professor. Which type of editor should she use to create a simple Web page that best demonstrates her new skill without using a WYSIWYG?
a)
plain text editor
b)
content management system
c)
online site builder
d)
GUI application
12.
Which following statement about using online site builder templates is true?
a)
Online site builder templates can be modified for usability and search engine optimization easily.
b)
Online site builder templates are copyrighted and licensed for use on any Web host.
c)
Online site builder templates allow maximum flexibility and design control.
d)
Online site builder templates are copyrighted and licensed for use only by sites that are using that Web host.
Which term describes a pre-designed Web page that you can use as a starting point for your own Web pages?
a)
a site map
b)
a wireframe
c)
a persona
d)
a template
Ariel is hired by a small company to help create a Web site. She is comfortable using an online site builder because of cost, template choices and ease of publishing. However, Ariel's client plans to grow in the near future and may want to add features, customize layouts, and change Web servers to better service their customers. Ariel decides to create the site using Dreamweaver instead. Why?
a)
Online site builder templates are copyrighted and licensed for use only by sites that are using that Web host.
b)
Online site builder templates can be modified for usability and search engine optimization easily, but Ariel will not be able to add features.
c)
Online site builder templates are copyrighted and licensed for use on any Web host, but are not customizable.
d)
Online site builder templates allow maximum flexibility and design control, but can not be moved to another Web server
Victor is a blogger who wants to create a Web site. He does not need to extensively modify his content through a GUI Web editor. Victor simply wants something that will work well with blogs. What GUI Web editor should Victor use?
a)
content management system
b)
plain text editor
c)
online site editor
d)
offline site builder
Which one is the correct syntax for CSS?
a)
property {selector : value}
b)
value {property : selector}
c)
selector {value : property}
d)
selector { property : value}
Who is making the Web standards?
a)
Microsoft
b)
Mozilla
c)
World Wide Consortium
d)
World Wide Web
An internal cascading coding would appear
a)
inside external *.css file
b)
inside the <head> tag
c)
inside the <body> tag
d)
inside an HTML element
What is the correct HTML for referring to an external style sheet?
a)
<link rel="stylesheet" type="text/css" href="mystyle.css">
b)
<style src="mystyle.css" />
c)
<stylesheet>mystyle.css</stylesheet />
What symbol is used to indicate an end tag?
>
/
}
;
JavaScript was designed to add____________________ to a web page.
a)
Pop up box
b)
Style
c)
Interactivity
d)
Flash
padding: 50px 30px 44px 20px;
a)
Top, Right, Bottom, Left
b)
Left, Right, Bottom, Top
c)
Top, Bottom, Left , Right
d)
Bottom, Left, Top, Right
What is the publishing language of the World Wide Web: the standard use to create web pages?
a)
CSS
b)
HTML
c)
Javascript
d)
JQuery
Using an ________________ style sheet, you can change the look of an entire Web site by changing one file.
a)
Inline
b)
Internal
c)
Extra
d)
External
6.
An inline cascading coding would appear
a)
inside external *.css file
b)
inside the <head> tag
c)
inside the <body> tag
d)
inside an HTML element
Which is the correct CSS syntax?
a)
body {color: yellow;}
b)
body:color=yellow;
c)
{body:color= yellow;}
d)
{body;color: yellow;}
How do you display a border like this:
The top border = 10 pixels
The bottom border = 5 pixels
The left border = 20 pixels
The right border = 1 pixel?
How do you display a border like this:
a)
border-width:10px 1px 5px 20px;
b)
border-width:5px 20px 10px 1px;
c)
border-width:10px 5px 20px 1px;
d)
border-width:10px 20px 5px 1px;
HTML tag keywords are surrounded by
a)
!--tag--!
b)
<tag>
c)
/tag/
d)
{tag}
CSS stands for
a)
Code Style Sheet
b)
Coding Style Sheet
c)
Cascading Sheet Style
d)
Cascading Style Sheet
HTML stands for
a)
Hyper Text Marker Language
b)
Hyper Text Marker Lingo
c)
Hyper Text Markup Language
d)
Hyper Text Markup Lingo
Are variables containing multiple values
a)
Arrays
b)
Character
c)
Number Variables
d)
Variable
What does the following represent?
var colors = ['red', 'white', 'blue'];
a)
a string
b)
an array
c)
a function
d)
an object
Which of the following formatting tags are HTML and DO NOT need to be inside of the <script> </script> tags?
a)
<div>
b)
<h1>
c)
<h3>
d)
all
Pieces of a web page; basic features that most Web pages have in common (such as paragraphs, headings, images, and lists) are called:
a)
Elements
b)
Tags
c)
Characteristics
d)
Designs
The <th> tag marks what in a data table?
a)
column cell
b)
row
c)
heading cell
d)
table title
8.
Which form element will send all the data entered into the form to the processing script?
a)
radio button
b)
submit button
c)
button
d)
select menu
The ___________ element is used to group related data in a form.
a)
<option>
b)
<fieldset>
c)
<input type>
d)
<form>
6.
<input type="checkbox"> is used
a)
for selecting zero or more of many choices
b)
for selecting one of many choices
c)
for submitting the form
d)
for selecting all of the choices
In an HTML form, what is the purpose of the name attribute in an <input> tag?
a)
It identifies the form input received in a name=value pair by the site's administrator.
b)
It is required for the form to render in all browsers.
c)
It labels the form field so the user knows the type of input expected.
d)
It identifies the type of field or button that will appear in the form.
In the Web form you are creating, you want a multiple-option select list to appear with five options. Which line of HTML code will help accomplish this?
a)
<input type="select" name="work" multiple="yes" default="5"/>
b)
<select name="work" multiple="multiple" size="5">
c)
<select name="work" size="5">
d)
<input type="multiselect" name="work" default="5"/>
Which line of HTML code creates a scrolling text box that can display three rows of text that are each 30 characters long?
a)
<input type="textarea" name="comments" width="30" rows="3"/>
b)
<input type="text" name="comments" chars="30" rows="3"/>
c)
<text name="comments" width="30" rows="3">
d)
<textarea name="comments" cols="30" rows="3">
Consider the following code for a text box in a Web form:
<input type="text" name="UserName"/>
Which modified tag should you use if you want the text box to appear with default text that reads "Enter Name Here"?
a)
<input type="text" name="UserName" value="Enter Name Here"/>
b)
<input type="name" text="Enter Name Here" value="text"/>
c)
<input type="area" value="default" text="UserName"/>
d)
<input type="text" name="UserName" default="Enter Name Here"/>
Which is used to create a submission button?
a)
<button type="submit">Submit Here</button>
b)
There is no way to make a submission button.
c)
<input type="submit">
HTML stands for
hypertext markup language
happy text markup language
haypher text markup language
hypertext makeup language
browser can read
java
java script
c#
ruby on rails
html and css need a compiler to be readable to browsers
true
false
ruby on rails is
object oriented language
cascading styling sheet
CSS not used for styling HTML
true
false
XHTML
make websites more dynamic
are not used in web applications
XHTML
Extensible Hypertext Markup Language
Hypertext Markup Language
Dynamic Hypertext Markup Language
