wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

SDA Review Questions 1 - 20

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which type of editor requires some knowledge of HTML programming in order to use it?

a)

GUI Editor

b)

Scripting Editor

c)

Text editor

d)

Compiler

2.

The use of an HTML standard on any website ensures that markup and elements are universal and that pages will render properly in any web browser that visitors use. Which organization creates and manages the HTML standards?

a)

WAI

b)

ISO

c)

W3C

d)

ICANN

3.

Lenora wants to use the latest version of HTML on her website. Which document type declaration should she use?

a)

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd”>

b)

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 3.2 Final//EN”>

c)

<!DOCTYPE html>

d)

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml/xhtml1-strict.dtd”>

4.

The Musthave Shoe Company recently learned that its customers have had difficulty using its website because it does not render correctly in their web browsers. The Musthave Shoe Company has a team of four website developers who work on the company's website. When examining the website the developers discovered that each person used the code he or she was most familiar with. How should they edit the code to correct this problem?

a)

To use proprietary code for each web browser.

b)

To consistently use uppercase letters.

c)

To conform to single W3C HTML standard.

d)

To follow a single W3C scripting language standard.

5.

When structuring a webpage, which tag will cause it to fail validation regardless of the HTML standard that is being used?

a)

The <table> tag

b)

The <span> tag

c)

The <div> tag

d)

The <article> tag

6.

In earlier versions of HTML, webpages were structured with the <div> tag and id attribute and CSS style sheets. HTML5 introduced five new elements that are intended to structure a webpage. What are those elements?

a)

<header>, <footer>, <nav>, <article>, and <aside>

b)

<head>, <foot>, <nav>, <body>, and <aside>

c)

<head>, <footer>, <nav>, <article>, and <sidebar>

d)

<header>, <footer>, <nav>, <body>, and <sidebar>

7.

Which tag should be used to structure the main content of a webpage?

a)

<body>

b)

<article>

c)

<content>

d)

<div>

8.

Why are comments included by web developers in their code?

a)

To communicate performance issues to site visitors.

b)

To insert server-side programs, such as JavaScript.

c)

To declare which version of HTML each part of the code is using.

d)

To explain the purpose of code sections to other developers.

9.

Harrison is working with a team of developers at the Steel Plate Mail Company. Each team member is required to leave a comment in the page to let other developers know when the page was last modified. Harrison’s comment will look like which of the following?

a)

/* Last modified 4-21-2015, Harrison Monroe. */

b)

<!-- Last modified 4-21-2015, Harrison Monroe. -->

c)

<? Last modified 4-21-2015, Harrison Monroe. ?>

d)

# Last modified 4-21-2015, Harrison Monroe. #

10.

Which of the following HTML tags is used to specify a webpage character set?

a)

<link>

b)

<title>

c)

<meta>

d)

<html>

11.

At an initial website planning meeting, whose input should be considered?

a)

website audience

b)

shareholders

c)

business owners

d)

stakeholders

12.

Jorge was hired to determine why his company's website does not receive much traffic. As Jorge speaks with the company's stakeholders he determines that the site did not have a purpose and was not set up for the company's audience. What type of document should Jorge recommend that the company create before redesigning the website?

a)

A wireframe

b)

A trade secret agreement

c)

A Story Board

d)

An Audience Survey

13.

Which of the following are parts of a wireframe?

a)

Determining website goals, outlining the development process and site navigation, and identifying required technologies

b)

Determining website goals, outlining the development and marketing process, and identifying audience requirements.

c)

Determining website goals, outlining project timelines and budget constraints, and identifying site stakeholders.

d)

Determining website goals, outlining project timelines and budget constraints, and identifying audience requirements.

14.

Which of the following statements best describes the difference between a mobile website and mobile app?

a)

A mobile website is faster because it uses the mobile phone's default browser.

b)

A mobile website cannot create an immersive experience for users.

c)

A mobile app is faster because it does not necessarily use the browser.

d)

A mobile app can be used on any operating system.

15.

Jamie's boss instructed her to create a mobile website. First, Jamie eliminated all of the websites banners and advertisements. What should she do nex

a)

Create a separate website for each mobile platform

b)

Replace the videos on the website with images.

c)

Use ample whitespace to give the impression of an uncluttered website.

d)

Replace text descriptions with Flash content.

16.

Carlos wants to establish a mobile presence for his company’s website. What should he do to ensure that he offers a mobile-friendly content to the largest possible audience?

a)

an RSS feed

b)

a mobile app

c)

a mobile website

d)

a traditional website

17.

Violating a trademark or copyright is an example of ?

a)

licensing

b)

infringement

c)

plagiarism

d)

non-disclosure

18.

In order to protect documents such as business plans and sales contracts, what type of intellectual property should be used?

a)

trademark

b)

copyleft

c)

trade secret

d)

copyright

19.

Mary Ann, a freelance website developer, was hired to redesign and update the website for Davis TV & Electronics Repair. The site currently has 27 pages and the company wants Mary Ann to launch the website in just three weeks. Mary Ann plans to rewrite most of the code so that it is HTML5 compliant. She is concerned that she will not have enough time to develop and test the website, so she needs to complete the website planning and select the images for the website within the next 3 days. What should she do to acquire all of the images she will need?

a)

Hire a photographer to take pictures of the Davis TV & Electronics Repair business.

b)

Download images of Televisions from Google.

c)

Purchase stock photos of televisions and electronics from online resources.

d)

Take pictures of the Davis TV & Electronics Repair herself.

20.

What does a royalty-free license allow you to do when using stock images on a website?

a)

Takeover copyright of the images.

b)

Resell the images without paying a fee.

c)

Use the images without paying a fee for each use.

d)

Use the images without requesting the owner’s permission.