NEW
Font size
WorksheetsWeb Design - Final Exam Review
Total questions: 50
Worksheet time: 25mins
Which of these statements is correct?
The client is the computer that is seeking information; the server is the computer that has the information.
The client is the computer that has information; the server is the computer that is seeking information.
The client is a laptop, and the server is a desktop.
The client is the purchaser, and the server is the seller.
What is the purpose of a markup language?
to edit a written document
to do mathematical operations
to indicate the structure of a document
to access the internet
The purpose of HTML is to:
increase the speed of data transmission.
create hypertext documents.
allow computers to communicate with each other.
create website addresses.
What is the purpose of a web browser?
to interact with the web
to assign addresses to websites
to serve web pages
to create client pages
What is the purpose of CSS?
to define the structure of a web page
to manage a database
to describe what a web page will look like
to allow JavaScript to run successfully
Which of these is used to indicate which version of HTML is being used?
header
definer
doctype
filetype
Which of these is a properly formatted closing tag?
<p>
(p)
</p>
(/p)
The <head> tag contains:
database data.
metadata.
user data.
consumer data.
Which tag is used to link to another web page?
<l>
<link>
<get>
<a>
What will appear on the webpage as a result of this line?
<! --Title: My Ten Favorite Books -->
Title
My Ten Favorite Books
Title: My Ten Favorite Books
Nothing
Which of these statements is accurate?
HTML creates structure; CSS creates style.
HTML creates style; CSS creates structure.
HTML creates portability; CSS creates stability.
HTML creates stability; CSS creates portability.
How can CSS be added to an entire HTML document using an internal style sheet?
by using the style attribute within another HTML element
by placing the CSS code in a file that is linked to an HTML document
by importing part of a style sheet
by creating an HTML element called style
What is the selector in this CSS rule?
h2 {
color: red;
font-size: 18px;
font-style: italic;
font-weight: bold;
}
h2
color
red
font
What is the property in this CSS rule?
h2 {
color: red;
}
h2
{}
color
red
What will this CSS rule do?
a:hover { color: blue; }
When the user hovers over the link, the link will open in a new window.
The link will appear blue until the user hovers over it.
When the user hovers over the link, the link will turn blue.
When the user hovers over the link, it will blink blue and its original color.
In this statement, what is the name of the variable?
var newCode = ‘Hector’;
var
newCode
Hector
variable
Each line in JavaScript needs to end with a:
period
closing parentheses
semi-colon
colon
What is the output of this program?
var a = 4;
var b = 2;
var num = a ** b;
console.log(num);
4
8
num
16
What happens to the block of code that follows an if statement when the if statement is false?
It executes once
It executes in a loop
It does not execute
It changes the variable's value
The purpose of a loop is to:
define a variable
run a block of code only once
run a block of code more than once
define a function
Most websites are hosted:
in a way that does not have any physical components.
on a hard drive in a home or office.
in the cloud.
on servers in large facilities.
The hardware that hosts a website usually consists of:
pixels, vectors, and binary code.
a CPU, RAM, and memory.
a hard disk, wires, and cables.
a laptop, desktop, and tablet.
What is the purpose of an HTTP server?
It removes the need for a solid-state drive.
It serves the HTML, CSS, and JavaScript files when a browser asks for them.
It creates a browser from JavaScript.
It implements a redundant array of independent disks.
What is the purpose of an SSL certificate?
to process HTTP requests
to issue domain names
to allow a web developer to encrypt communication
to increase the memory of a server
What is the purpose of the domain name system?
to issue domain names
to verify domain names
to map domain names to a number-based address
to generate new domain names
What is the first step in the web development planning process?
gathering requirements
designing content and navigation
creating a statement of purpose
creating wireframes
Which step in the web development process should happen immediately after a design has been created?
It should be delivered to the client.
It should be coded, tested, and iterated.
Requirements need to be gathered.
Wireframes should be created.
Which step in the web development process should happen immediately after requirements have been gathered?
Wireframes should be created.
The product should be delivered to the clients.
A statement of purpose should be created.
The site’s content and navigation should be designed.
Which one of these steps needs to occur before a site’s content and navigation are designed?
Wireframes need to be created.
Requirements need to be gathered.
The website should be coded.
The product should be delivered.
What is the final step in the website development process?
iterating the design
revising the statement of purpose
iterating the wireframes
delivering the product to the client
The _____ of a website concerns the placement of elements such as the title, images, text, links, etc.
database
layout
typography
fontography
A balanced layout can be created by using the rule of:
fonts
lines
thirds
fourths
Jamal is administering a study to a focus group. They will use eye-tracking software that monitors which part of a web page members of the focus group are looking at. The most likely use for this information is to improve the web page’s:
fonts
flow
thirds
colors
Which of these will increase the visual weight of an element on a web page?
reducing color contrast
increasing the height
using the rule of fourths
reducing the size
Christa is designing a web page. She wants an image that reads “100% Natural!” to be associated in the user’s mind with a picture of a new fruit snack. What is the best way for her to do this?
use the rule of thirds
place the images in close proximity
increase the color contrast
increase the whitespace
Whitespace will:
decrease readability
increase readability
require the rule of thirds
require ignoring the rule of thirds
Which of these is a secondary color?
blue
red
green
yellow
Marco wants to learn about the source code used to format text in a word processing document. Which of these languages will he need to understand?
HTML5
CSS
XML
JavaScript
Clarita wants to embed another web page within the web page that she is designing. What tag will accomplish this?
a
link
iframe
insert
In order for <iframe srcdoc="example.html" width="600px" height="550px"></iframe> to work properly, where must the document be stored?
on the homepage
on the same server
in the cloud
at example.com
Which element will make text automatically scroll across the page?
<scroll>
<roll>
<marquee>
<rotate>
Lei needs a markup language that is easy for people to read to encode and transfer some data. Which of these would be her best option?
XSL
XML
a validator
a parser
Ursula is working with a markup language that requires attribute values to be in quotation marks, prefers ids over names, and is case-sensitive. Which one of these is she working with?
HTML5
XHTML
CSS
JavaScript
One advantage of XML is:
the ability to define tags
it is less expensive than HTML5
it doesn't require a DOCTYPE
it doesn't have a root element
Which of these events would be most likely to be sponsored by a CTSO?
a lecture on ancient Rome
a coding competition
a math class
a debate by two philosophers
A student participating in an event hosted by FBLA is most likely to participate in which of these events?
a portfolio creation workshop
a semester-long Theory of the Scientific Method course
a dance party
a debate about a historical topic
What is the purpose of technical questions during an interview?
to examine and validate professional credentials
to see what the candidate knows and can do
to learn about the candidate’s professional network
to see selected samples of previous work
An interviewer asks a job candidate what she sees herself doing in five years. This question is from which part of the interview?
personal presentation
technical questions
portfolio
resume exame
A project manager with a “CAT” style approach will emphasize:
communication, accountability, and teamwork.
cooperation, analysis, and togetherness.
communication, analysis, and teamwork.
cooperation, accountability, and togetherness.
Which statement about non-verbal communication during interviews is accurate?
It only matters during the technical interview.
It only matters during a portfolio presentation.
It generally does not matter.
It is important to be alert, maintain eye contact, and otherwise communicate interest.
