wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Engineering Design Process

Total questions: 14

Worksheet time: 7mins

Name
Class
Date
1.

A set of steps engineers follow to complete the design of an object or idea is called the

a)

The Scientific Method

b)

The Engineering Design Process

2.

The branch of engineering that combines physical science, life science, mathematics, and economics to processes that convert raw materials into more valuable forms is called ______ engineering.

a)

industrial

b)

chemical

c)

electrical

d)

mechanical

3.

A video game company would like to test a new game controller design. Which of the following would be the BEST way for them to start testing the comfort and effectiveness of the controller?

a)

mockup

b)

prototype

c)

scale model

d)

sample

4.

What is the function of the <br> tag?

a)

Create a line break on the resulting webpage

b)

Create a horizontal line on the resulting webpage

c)

Italicize text

d)

Bold text

5.

Which of the following is the correct HTML code to create a hyperlink that displays and links to google.com?

a)

<a href="https://google.com"> Click Me </a>

b)

<a href="Click Me"> https://google.com </a>

c)

Click Me <a>https://google.com</a>

d)

<a> Click Me </a href="https://google.com">

6.

Which of the following is an example of metadata about a webpage?

a)

The title of the webpage

b)

The body of the webpage

c)

An <h1> tag on the webpage

d)

All of the above

7.

The <img> tag defines an ______ in an HTML page.

a)

image

b)

title tag

c)

break

d)

italic character

8.

A civil engineer is BEST suited to

a)

investigate the mechanics of bridges and roads

b)

study atmospheric pollutants

c)

perform pipe stress analysis

d)

develop a new model of car

9.
Which web image format supports both transparency AND animation?
a)
PNG
b)
JPG
c)
SWF
d)
GIF
10.
What symbol should precede hexadecimal color codes?
a)
ampersand
b)
semicolon
c)
number sign
d)
equal sign
11.
Which tag is used to underline text?
a)
<a>
b)
<u>
c)
<b>
d)
<I>
12.
Which tag is used to create a hyperlink?
a)
<a>
b)
<href>
c)
<b>
d)
<i>
13.
What is wrong with this code? 
<h1> Goose  <p> is really cool </p>
a)
It isn't inside of body
b)
It is missing a closing statement
c)
It is missing capital letters
d)
Goose isn't cool
14.
How can you make a text bold?
a)
<b>text</b>
b)
<strong>text</strong>
c)
Both 1 and 2
d)
Neither 1 and 2