Font size
S
M
L
XL
WorksheetsFoundations of Web Design Review
Total questions: 106
Worksheet time: 53mins
Name
Class
Date
1.
a step-by-step website structure with no navigation
a)
hierarchy
b)
navigation
c)
linear structure
2.
invented the internet
a)
CERN
b)
ARPANET
c)
Bill Gates
3.
transfers your computer website files to remote server to put your website on the internet
a)
FTP (File Transfer Protocol)
b)
Flash Drive
c)
Cloud
4.
HTTP stands for...
a)
hypertext transfer protocol
b)
how to transfer places
c)
hyper transfer text protocol
5.
In this type of markup all the tags are lowercase, the values are surrounded in quotations
a)
HTML
b)
CSS
6.
This is the tag used for a line break
a)
<break>
b)
<line>
c)
<br>
7.
Which is the tag for an image
a)
<img>
b)
<pic>
c)
<photo>
8.
A type of CSS file that is applied to a specific tag and is in the body sections
a)
Inline
b)
Embedded/Internal
c)
External
9.
This type of CSS file is on a separate file and applies to the entire website (styles.css)
a)
Inline
b)
External
c)
Internal/Embedded
10.
What does CSS stand for?
a)
Common Style Sheet
b)
Cascading Style Sheets
c)
Can't Sit Still
11.
This type of CSS file is added in the <head> and applies only to that specific PAGE (not the entire site)
a)
Inline
b)
Embedded/Internal
c)
External
12.
This allows for greater typography/page layout controls; style is separate from structure and can be stored separately; smaller docs; easier site maintenance
a)
Advantages of CSS
b)
Dreamweaver
13.
Dreamweaver is a What You See Is What You Get Software
a)
True
b)
False
14.
WYSIWYG stands for...
a)
What You See Is What You Grab
b)
What You See Is What You Get
15.
How many colors can html address by name only (ex: bgcolor="red")
a)
10
b)
16
c)
256
16.
In the code, <body bgcolor="red"....., bgcolor is the....
a)
Selector
b)
Tag
c)
Attribute
17.
CSS styles are separated by a...
a)
;
b)
=
c)
space
18.
The governing body of web design
a)
W3C
b)
.gov
c)
CERN
d)
ARPANET
19.
What does W3C stand for?
a)
World Wide Web Consortium
b)
World Three Countries
c)
World Wide Web Creators
20.
This image format is best for line art, animations and logos; uses lossless compression; max of 256 colors; 1 color can be transparent
a)
.gif
b)
.jpeg
c)
.png
21.
This image format uses lossy compression; up to 16.7 million colors; cannot be animated or transparent
a)
.gif
b)
.jpeg
22.
Section 508 of the Rehabilitation Act ensures that disabled individuals have a comparable level of access to information.
a)
True
b)
False
23.
The term for legal ownership of expression by an author
a)
Trademark
b)
Copyright
c)
Logo
24.
Which of the following can you use to create markup language in (html code)?
a)
Microsoft Paint
b)
Photoshop
c)
a text editor
25.
What does HTML stand for?
a)
hypertext markup language
b)
hypertext machine translated language
c)
hypertext makes my links
26.
A container tag that encloses the main portion of the document; text in this section will appear in the browser
a)
<body>
b)
<container>
c)
<main>
d)
<div>
27.
A container tag that creates a numbered list
a)
<ul>
b)
<li>
c)
<ol>
d)
<div>
28.
this container tag creates a bulleted list
a)
<ul>
b)
<ol>
c)
<li>
29.
A container tag that encloses the text that will appear at the top of the browser window, and as the page name in Bookmarks and Favorites.
a)
<link>
b)
<body>
c)
<title>
30.
Specifies or tells the internet what markup language or version of html your site uses
a)
<link>
b)
<meta>
c)
<!DOCTYPE>
31.
to make your text bold
a)
<b>
b)
<em>
c)
<strong>
32.
to make your text italic
a)
<b>
b)
<em>
c)
<strong>
33.
primarily used for body text (paragraph text)
a)
<h2>
b)
<h1>
c)
<p>
34.
the largest headline text
a)
<h1>
b)
<h6>
c)
<strong>
35.
the smallest headline text
a)
<h1>
b)
<h6>
c)
<strong>
36.
the home page of a website
a)
default.htm
b)
index.html
c)
home.html
37.
Which HTML tag should you use if you want to center and indent a block of text?
a)
<blockquote>
b)
<quote>
c)
<em>
38.
What is this part of a <form> called?
a)
textarea
b)
comments
39.
What are these buttons called?
a)
Round buttons
b)
Radio buttons
c)
Selection but
40.
the parent tag for a table
a)
<table>
b)
<form>
c)
<tr>
d)
<td>
41.
the tag used for the information in each single table cell
a)
<tr>
b)
<td>
c)
<table>
d)
<th>
42.
Controls the look and formatting of a website
a)
CSS
b)
javascript
43.
The tag used for a table row
a)
<th>
b)
<td>
c)
<tr>
d)
<table>
44.
A design element that separates sections of Web Pages
a)
<hr />
b)
<br>
c)
<p>
45.
Computers and printers located near one another (in the same building)
a)
LAN
b)
WAN
46.
An example of this Website navigation is: Step-by-step directions to build a car engine
a)
Linear
b)
Hierarchical
47.
Special Characters
a)
$, #, ©
b)
1,2,3,4
c)
a,b,c,d
48.
These are requirements for html coding
a)
uppercase letters, use parentheses
b)
<!Doctype>, values surrounded in " ", lowercase letters for tags
49.
Extensible Hypertext Markup Language
a)
html
b)
ddml
c)
xhtml
50.
<ol><li></li><li></li><li></li></ol>
a)
Ordered List
b)
Unordered List
51.
Networked computers located far away from one another (i.e. - our school district)
a)
LAN
b)
WAN
52.
▪ Freshman
▪ Sophomore
▪ Junior
▪ Senior
▪ Sophomore
▪ Junior
▪ Senior
a)
<ul>
b)
<ol>
53.
Instructions or notes seen by other Web page coders explaining sections of the Web page
a)
<!--comment-->
b)
<meta>
c)
keywords
54.
This tag is used by search engines
a)
<meta>
b)
<head>
c)
<body>
55.
Causes linked pages to open in a new Internet
a)
target="_blank"
b)
<target>
56.
the attribute used to reference a website link
a)
herf
b)
href
57.
Is this the correct format for an email link?
<a href="mailto:bob@aol.com">
<a href="mailto:bob@aol.com">
a)
True
b)
False
58.
Presentation to a client a detailed sketch of Web pages elements, colors, links
a)
Storyboarding
b)
Final Draft
59.
A very early step in the planning phase to determine the client's needs, wants, expectations
a)
Client Interview
b)
Design Phase
c)
Budgeting Phase
60.
What does URL stand for?
a)
United Real Legit
b)
Uniform Resource Locator
c)
Uniform Resource Location
61.
SECURE communication protocol (like when you are entering CC info online)
a)
http:
b)
https:
62.
Areas on an image map that act as hyperlinks
a)
image map
b)
hotspots
c)
img
63.
Websites must be developed and designed for these customers
a)
Clients
b)
Target Audience
c)
Ourselves
64.
Makes the Web pages look uncluttered. Gives space between elements.
a)
True
b)
Falso
65.
GRAPHIC DESIGN: Hold this button to draw a perfect circle
a)
CTRL
b)
Shift
c)
Alt
66.
GRAPHIC DESIGN: Use to smooth edges of rounded shapes - text
a)
Anti-Aliasing
b)
Smooth tool
c)
Eraser tool
67.
GRAPHIC DESIGN: What are the ways you can fill a shape/object?
a)
Solid, Gradient, Pattern, None
b)
Only Solid Colors and Gradients
68.
GRAPHIC DESIGN: Feature that a shape (or text) reveals a graphic underneath
a)
Shadow
b)
Masking
69.
IMAGES: Series of colored pixels that make up a graphic
a)
bitmap
b)
pixels
70.
IMAGES: graphics made with mathematical formulas and don't get distorted or blurry
a)
Vectors
b)
Bitmap
71.
Series of 3 - 5 colors that set the mood of the graphic/ad/Website (bucs colors in image)
a)
Swatches
b)
Color Scheme
72.
GRAPHIC DESIGN: The outer edge of a shape
a)
Fill
b)
Stroke
73.
GRAPHIC DESIGN: The color of the inside of the shape is called the....
a)
Fill
b)
Stroke
74.
Use to precisely align objects on a graphic
a)
Grids/Guides
b)
Your hands
75.
Black Times New Roman font with white or light gray background
a)
Default web page settings
b)
Just some stuff on the computer
c)
Notepad
76.
Red, Green, Blue colors used to create all colors on monitors
a)
RGB triplet
b)
CMYK colors
77.
Use for photographs, has 16.7 million colors
a)
.jpg
b)
.gif
78.
Use for SIMPLE line art and logos, has 256 colors
a)
.jpg
b)
.gif
79.
Graphic that is saved in layers
a)
.jpg
b)
.gif
c)
.png
80.
The number of basic color names
a)
16
b)
10
c)
16.7 million
d)
256
81.
This is a specific SERIF fonts name
a)
Times New Roman
b)
Wingdings
c)
Arial
82.
Specific San-Serif Font Example
a)
Times New Roman
b)
Arial
c)
Edwardian Script
83.
Tags that are outdated and should NOT be used. Examples are align="center" or color="red"
a)
Extinct
b)
Deprecated
c)
Lost
84.
Space between the graphic and surrounding text (example: the hallway between my class and mr. collins' class)
a)
Margin
b)
Paddin
85.
Identifies (or names) an element. Use this to apply unique CSS declarations to it
a)
ID and class
b)
div
86.
Place within the <head> area of a Web page. Use for CSS declarations applied just to that page within a site
a)
Internal (Embedded)
b)
Inline
c)
External
87.
Style attached to just one element (tag) within a Web page
a)
Inline
b)
External
c)
Embedded/Internal
88.
Background image is repeated until it fills the entire Web page
a)
Repeat
b)
Tiling
c)
Pattern
89.
Used for consistent formatting throughout a Website
a)
Purpose of CSS
b)
Purpose of HTML
90.
Tag in <head> area of Web page that attaches an external style sheet to that Web page
a)
<link>
b)
<meta>
c)
<title>
91.
Space between cells in a table
a)
cellspacing
b)
cellpadding
92.
Space within the cell between the text (or graphic) and inner edge of the cell
a)
cellspacing
b)
cellpadding
93.
width="700px"
a)
fixed
b)
relative
94.
width="60%"
a)
fixed
b)
relative
95.
What does this show
a)
rowspan
b)
colspan
96.
What does this show
a)
rowspan
b)
colspan
97.
This does NOT automatically show on a table. You must have at least 1 pixel
a)
border
b)
width
98.
An image file format that can have transparent backgrounds or animation
a)
.jpg
b)
.gif
99.
GRAPHIC DESIGN: Use to darken an area of a graphic
a)
Eyedropper tool
b)
Magic Wand
c)
Burn Tool
100.
What is this called?
#ff22cc
#ff22cc
a)
hex code
b)
color scheme
101.
Use this to compare your graphic or Website with those of the competition
a)
competitive analysis
b)
Browsing
102.
GRAPHIC DESIGN: Use to select a specific color on a graphic clone tool Use to replace a spot on a graphic with a "snapshot" of another spot on the graphic
a)
Wand
b)
Eyedropper
c)
Burn
103.
GRAPHIC DESIGN: Use to select similar colors on a graphic
a)
Magic Wand
b)
Burn tool
c)
Eyedroppe
104.
GRAPHIC DESIGN: Use to remove a portion of a graphic (Prefer using masks instead)
a)
Eraser
b)
Delete button
105.
In a style sheet, any element to which designated styles are applied.
a)
tag
b)
selector
c)
html
106.
This tag starts a new line without a return. Also known as a line break.
a)
<br>
b)
<line>
c)
<break>
Reset
