wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

cgs1821 final exam

Total questions: 99

Worksheet time: 50mins

Name
Class
Date
1.
What does CSS stand for?
a)
Centered Style Sheets
b)
Cascading Style Sheets
c)
Coordinating Style Sheets
d)
Concentric Style Sheets
2.
 How many ways can you insert a CSS style sheet?
a)
1
b)
2
c)
3
d)
4
3.
 CSS declaration blocks are enclosed by __________.
a)
parenthesis
b)
square braces
c)
semi-colons
d)
curly braces
4.
External Style Sheets should always have HTML tags.
a)
 True
b)
False
5.
1.  A Style Sheet file MUST have the .css extension.
a)
True
b)
False
6.
1.  What MP3 downloading service was banned on many colleges for overloading networks in 1999?
a)
Apple Music
b)
Napster
c)
Google Play
d)
Spotify
7.
1.  What operating system where web browsers originally only available for?
a)
NeXT
b)
Linux
c)
Windows
d)
Sun
8.
1.  In what year is the term "Surfing the Internet" coined and popularized?
a)
1990
b)
1991
c)
1992
d)
1993
9.
1.  In what year was the first Web browser developed on the World Wide Web?
a)
1992
b)
1993
c)
1990
d)
1991
10.
1.  Who manufactured the first phone with Internet capabilities?
a)
Verizon
b)
ATT
c)
Nokia
d)
Motorola
11.
1.  The alt attribute is NOT required.
a)
True
b)
False
12.
1.  A/An _________ is a collection of images put into a single image.
a)
gif sheet
b)
sprite table
c)
sprite sheet
d)
image sprite
13.
1.  The _______ attribute provides alternate text for an image just in case the user cannot view the image.
a)
blank
b)
none
c)
style
d)
alt
14.
1.  Responsive images will automatically adjust to fit the size of the screen.
a)
True
b)
False
15.
1.  Which HTML tag would you use to define an image?
a)
<img> 

b)
<image> 

c)
<picture> 

d)
<jpg> 
16.
1.  CSS stands for Cascading Style Sheets
a)
True
b)
False
17.
1.  What type of CSS selector is the following code: #main { color: blue; }
a)
Id
b)
Class
c)
Color
d)
Element
18.
1.  When would you use an id vs class in CSS?
a)
id if using local computer, class when hosted on server
b)
id if content is unique, class when may be reused
c)
class if content is unique, id when may be reused
d)
id when content is encrypted, class when unencrypted
19.
1.  Who is considered the creator of the web?
a)
Tim Berners-Lee
b)
Bill Gates
c)
Tom from myspace
d)
Bill Clinton
20.
1.  What is wrong with the following code: <p style="color=blue">Hello</p>
a)
Should be color:blue
b)
Should be Color=Blue
c)
Should be Style=
d)
Slash is in the wrong direction
21.
1.  What is HTML code supposed to define?
a)
Structure
b)
Style
c)
Function
d)
Javascript
22.
1.  <a href="http://www.google.com">Google</a> is an example of what?
a)
Relative path
b)
Hyperlink
c)
Structure
d)
Javascript
23.
1.  What is the purpose of using index.html as a webpage name?
a)
Page loads faster
b)
Automatically inserts headers
c)
Automatically inserts footers
d)
Webserver treats it differently
24.
1.  What technology made fixed width designs less practical?
a)
Servers
b)
Firefox
c)
Chrome
d)
Mobile
25.
1.  What is lorem ipsum?
a)
A type of HTML coding style
b)
A type of HTML coding style
c)
Psuedo Latin text used for layout
d)
The text editor used in class
26.
1.  What is wrong with the following code: <div><p>Hello</p>
a)
Not supposed to be indented
b)
Slash is in wrong direction
c)
Unclosed div tag
d)
Unclosed paragraph tag
27.
1.  <em> and <strong> are block level elements
a)
True
b)
False
28.
1.  What is wrong with the following code: <p>Hello<\p>
a)
Incorrect tag name
b)
Should be <P> instead of <p>
c)
Needs an additional HTML attribute
d)
Closing tag slash incorrect
29.
1.  What was the original purpose of the web?
a)
Business
b)
Scientific
c)
Sports
d)
News
30.
1.  Which of the following contains an HTML attribute?
a)
<img src="test.png" width="400">
b)
<p>Hello</p>
c)
<div>Goodbye</div>
d)
<html>
31.
1.  Where is the <style> tag typically placed?
a)
In the body of the page
b)
In the footer of the page
c)
In a separate file
d)
In the head section of the page
32.
1.  What is the most current version of HTML?
a)
HTML 4.01 Transitional
b)
HTML 5
c)
CSS 3
d)
xhtml 1.0
33.
1.  What type of CSS selector is the following code: .summary { color: blue; }
a)
Id
b)
Class
c)
Color
d)
Element
34.
1.  What type of CSS selector is the following code: p { color: blue; }
a)
Id
b)
Class
c)
Paragraph
d)
Element
35.
1.  Which of the following is an improper tag name?
a)
<div>
b)
<strong>
c)
<em>
d)
<paragraph>
36.
1.  What is the most common file extension for web pages?
a)
.html
b)
.txt
c)
.web
d)
.doc
37.
1.  Why is "My Home Page.html" not a good file name?
a)
Not descriptive
b)
Spaces
c)
Capitalization
d)
Spaces and capitalization
38.
1.  Which of the following was once a popular layout method that is now discouraged?
a)
Graphs
b)
Internet Explorer
c)
Tables
d)
Netscape
39.
1.  CSS3 allows greater control over the background element.
a)
True
b)
False
40.
1.  In the @font-face rule, the font descriptor, src, defines:
a)
The URL of the font file.
b)
The URL of the font file.
c)
How the font should be styled.
d)
The boldness of the font.
41.
1.  Web fonts allow web designers to use fonts that are not installed on the user's computer.
a)
True
b)
False
42.
1.  The ______ property determines whether or not an element can  be resized by the user.
a)
overflow
b)
horizontal and vertical auto size
c)
resize
d)
redo
43.
1.  Word Wrap will allow you to force text to wrap.
a)
True
b)
False
44.
1.  An empty tag has no end tag.
a)
True
b)
False
45.
1.  What is HTML?
a)
The standard markup language for creating Web pages.
b)
The standard markup language for Google.
c)
The standard markup language for File Transfer Protocol.
d)
None of these are correct.
46.
1.  Headings are defined using the <h1> to <h10> tags.
a)
True
b)
False
47.
1.  HTML tags are case sensitive.
a)
True
b)
False
48.
1.  HTML tags usually come in pairs were the end tag has a __________ before the tag name.
a)
back slash
b)
forward slash
c)
dash
d)
under-score
49.
1.  A content management system does not allow more than one user/person to add or update content.
a)
True
b)
False
50.
1.  You should Always choose a CMS with a large developer community which is active.
a)
True
b)
False
51.
1.  A ______ solution is one that is maintained for you.
a)
maintained
b)
serviced
c)
hosted
d)
paid
52.
1.  What in addition to the Core Components of the Content Management System (CMS) should you look at before considering adoption of that CMS?
a)
styles
b)
C++
c)
plugins
d)
architechture
53.
1.  All CMS are expanded using modules/plugins/add-ons.
a)
True
b)
False
54.
1.  It is usually easy to migrate an existing CMS to another CMS.
a)
True
b)
False
55.
1.  Content Management Systems allow you to create web pages without the knowledge of HTML.
a)
True
b)
False
56.
1.  There are only a few Content Management Systems to choose from therefore it is very difficult to find one to use.
a)
True
b)
False
57.
By 1998 how many Americans get news from the internet?
a)
40%
b)
15%
c)
20%
d)
30%
58.
When was Safari vs.1 released?
a)
June 23, 2003
b)
August 13, 2004
c)
April 15, 2005
d)
February 2, 2004
59.
What was ebay originally named?
a)
ebay
b)
AuctionWeb
c)
AutoBuy
d)
BiddingWar
60.
You can use a simple text editor to create HTML pages
a)
True
b)
False
61.
What does HTML stand for?
a)
Hyper Text Markup Language
b)
High Textual Main Language
62.
what is HTML?
a)
A space holding language
b)
the standard markup language for creating Web pages
63.
Which HTML tag is the root element of an HTML page?
a)
<body>
b)
<head>
c)
 <html>
d)
<h1>
64.
What is the purpose of a web browser?
a)
to read HTML documents and display them
b)
to look at cat videos
65.
1.  CSS declaration blocks are enclosed by __________.
a)
parenthesis
b)
square braces
c)
semi-colons
d)
curly braces
66.
1.  Internal style sheets are defined with which element?
a)
<link>
b)
<css>
c)
<head>
d)
<style>
67.
1.  An external style sheet can be used to change the look of an entire website by just changing ______ file(s).
a)
one
b)
two
c)
three
d)
four
68.
1.  Why was CSS created?
a)
To remove code from HTML pages and modularize the page.
b)
To simplify HTML code by making it more readable.
c)
To remove the style formatting from HTML pages.
d)
To remove the content from the HTML pages.
69.
1.  When using an external style sheet you must include a reference to the external style sheet file inside which element?
a)
<link>
b)
<ref>
c)
<href>
d)
<rel>
70.
1.  A CSS declaration always ends in a ________.
a)
period
b)
colon
c)
semi-colon
d)
curly braces
71.
In the @font-face rule, the font descriptor, src, defines:
a)
The URL of the font file.
b)
The name for the font.
c)
How the font should be styled.
d)
The boldness of the font.
72.
1.  Which property allows you to set an image as a border?
a)
image-margin
b)
image-border
c)
img-border
d)
border-image
73.
1.  The ______ property determines whether or not an element can  be resized by the user.
a)
overflow
b)
horizontal and vertical auto size
c)
resize
d)
redo
74.
1.  You can use the button-shadow property to add a shadow to a button.
a)
True
b)
False
75.
1.  A _________ accommodates different screen sizes/display devices.
a)
box sizing
b)
flexbox
c)
media queries
d)
pagination
76.
1.  CSS3 allows greater control over the background element.
a)
True
b)
False
77.
1.  The font descriptor font-family is Not Required (this defines the name for the font).
a)
True
b)
False
78.
1.  The alt attribute is NOT required.
a)
True
b)
False
79.
1.  You can use an image as a link by nesting the <img> tag inside the <a> tag in HTML.
a)
True
b)
False
80.
1.  The CSS _______  property adds visual effects.
a)
screen
b)
filter
c)
effect
d)
blur
81.
1.  Which CSS property can you use to create thumbnail images?
a)
thumbnails
b)
link
c)
border
d)
border-radius
82.
1.  GIF standard does NOT allow animated images.
a)
True
b)
False
83.
1.  Responsive images will automatically adjust to fit the size of the screen.
a)
True
b)
False
84.
1.  A/An _________ is a collection of images put into a single image.
a)
gif sheet
b)
sprite table
c)
sprite sheet
d)
image sprite
85.
1.  WordPress is an/a ______________ CMS.
a)
open technology
b)
open source
c)
freeware
d)
software
86.
1.  You cannot edit plugins.
a)
True
b)
False
87.
1.  __________ allows you to customize your website with menus, widgets and headers.
a)
Forms
b)
Widgets
c)
Settings
d)
Themes
88.
1.  FTP stands for:
a)
File Transfer Protocol
b)
Foreign Transfer Protocol
c)
File Token Protocol
d)
File Token Process
89.
1.  You are allowed to also add your own HTML code in WordPress.
a)
True
b)
False
90.
1.  Plugins allow you to expand the functionality of your webpage.
a)
True
b)
False
91.
1.  WordPress is based on what language?
a)
C++
b)
Java
c)
PHP
d)
Perl
92.
1.  To add a new page in WordPress you can select _________ from the Pages option.
a)
Add New
b)
Add Page
c)
Add Content
d)
Add Web page
93.
1.  An _________ is something that appears by your name on a blog or website.
a)
avatar
b)
picture
c)
median
d)
object
94.
1.  Using comments is a good way for users to reach out to you and for your visitors to communicate with you on your website.
a)
True
b)
False
95.
1.  Share buttons are a good way for users to be able to share content from your WordPress site.
a)
True
b)
False
96.
1.  The _________ section is probably the most important area of WordPress.
a)
Dashboard
b)
Settings
c)
Tools
d)
Device
97.
1.  You can use Google Analytics to see how many visitors have visited your website on an hourly, daily, weekly or monthly basis.
a)
True
b)
False
98.
1.  Which of the following is a WordPress Media Library image size.

a)
small
b)
thumbnail
c)
extra large
d)
thumbsize
99.
1.  You cannot setup Facebook or Twitter on a WordPress web site.
a)
True
b)
False