NEW
Font size
S
M
L
XL
WorksheetsCamp Sequoia Part I
Total questions: 22
Worksheet time: 11mins
Name
Class
Date
1.
Relevant organization employees or contributors who can provide or help determine the purpose, the projected audience and developmental timelines for a Web site plan.
a)
Storyboard
b)
Wireframing
c)
Stakeholder
d)
Marketing
2.
The process of developing an outline for a Web presence
a)
Storyboard
b)
Wireframing
c)
Stakeholder
d)
Marketing
3.
A specific group of individuals that a web site is designed for is referred to as
a)
web users
b)
a target audience
c)
a SGI group
d)
a focus group
4.
A storyboard is a document that describes the:
a)
demographic and cultural issues your Web site will address.
b)
design elements you will use in your Web site.
c)
purpose and intended audience for a Web site, and provides a rough outline of the pages needed.
d)
organizational design standards to which your Web site must adhere.
5.
What is the programming language used to give webpages structure and content? *
a)
Javascript
b)
Python
c)
HTML
d)
CSS
6.
Where are your website files stored when published by a web host?
a)
Web browser
b)
Web server
c)
Internet service provider
d)
On your computer
7.
Which tag below is used to add a title to a webpage browser tab?
a)
<!doctype html>
b)
<tab>
c)
<title>
d)
<head>
8.
Which of the headings below would be the largest on your webpage?
a)
<h1>
b)
<h3>
c)
<h4>
d)
<h6>
9.
What is copyright?
a)
A form of protection of original works of authorship
b)
A form of protection of someone else's work that you borrowed
c)
A form of protection of original works made by my mom
d)
A form of protection of second hand creations
10.
Orville is working on a Web page for his company’s site. He wants to insert an HTML comment within the page to let other developers know that the page validates as HTML and that he is the page author. Which line of code will insert the comment Orville requires?
a)
<!- - Orville Davis, 9/17/2012. This code validates to HTML5- - >
b)
/* Orville Davis, 9/17/2012. This code validates to */
c)
// Orville Davis, 9/17/2012. This code validates to
d)
<? Orville Davis, 9/17/2012. This code validates to ?>
11.
Prior to HTML5, structuring a Web site using style sheets with the <div> tag and its id attribute has been an acceptable practice to govern the document’s structure. With the emergence of HTML5, what five new elements were introduced for more effectiveness?
a)
<nav>, <header>, <footer>, <body>, <footnote>
b)
<nav,>, <banner>, < body>, <footer>, <sideimages>
c)
<Nav>, < article>, < aside>, < header>, < footer>
d)
Nav banner article header footer
12.
provides the main instruction of the tag. An element is required in every tag. Elements include <body>, <p>, <h1>, <title>, <table> and many others.
a)
element
b)
attribute
c)
value
13.
is the first tag in an HTML document. It informs the interpreter (usually a Web browser) what version of HTML the Web page is written in.
a)
<meta> tags
b)
<link> tag
c)
<!DOCTYPE>
d)
<head> tag
14.
include a document description, revision dates, and keywords to help search engines index the page.
a)
<meta>
b)
html
c)
<head>
d)
<link>
15.
includes all the content of the Web page
a)
<body>
b)
<title>
c)
<html>
16.
HTML5 with CSS provides an effective and simple way to structure Web pages. The developers of HTML5 created specific elements to define the document structure. These elements include <header>, <footer>, <main>, <nav>, <section>, and <aside>....which one is missing?
a)
<article>
b)
<title>
c)
<h1>
d)
<p>
17.
are often referred to as the "HTML5 family" or the "Web development trifecta."
a)
Google, Microsoft, & IBM
b)
HTML5
c)
HTML5, CSS3 and JavaScript
d)
The three amigos
18.
What does the tag <h1></h1> produce on a webpage?
a)
paragraph
b)
heading
c)
image
d)
hyperlink
19.
Any content that is visible on your web page should go between these tags.
a)
<html></html>
b)
<style></style>
c)
<body></body>
20.
What is the function of the <p> tag?
a)
Defines a paragraph.
b)
Makes the text purple.
c)
It pushes the text to the right.
d)
Prints the webpage.
21.
What is the difference between HTML and CSS?
a)
CSS is one type of HTML
b)
HTML gives a webpage structure. CSS provides styling.
c)
CSS structures a webpage. HTML strictly provides styling.
d)
There is no difference.
22.
any program that allows you to type simple text and edit it, such as Microsoft Notepad and WordPad, or UNIX-based programs such as Vi and Pico.
a)
Instagram
b)
SnapChat
c)
Text Editor
d)
E-Mail
Reset
