Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

National 5 Computing Science - WDD

Total questions: 22

Worksheet time: 23mins

Name
Class
Date
1.

Which of the following would NOT be an end-user requirement?

a)

The website should contain a web page called JohnDeer5E.html

b)

The user wants to see pictures of the tractors that are being sold.

c)

The users wants to see a video of how to drive a tractor.

d)

The user wants to see some information about what each tractor can do.

2.

Which of the following is NOT a functional requirement?

a)

The web page tractors.html should contain the picture called tractor-E22.png suing the <img> tag.

b)

There should be three tractor type web pages called; JohnDeer.html, JCB.html and Sonalika.html.

c)

The web user should be able to listen to an interview given by the John Deer CEO.

d)

On the home page there should be an external hyperlink that takes you to the muscus.co.uk website using the <a> tag.

3.

Which of the following is NOT an example of effective user-interface design?

a)

Position of navigational links

b)

Consistent style across multiple pages

c)

Using lots of different colours to increase user satisfaction

d)

Using appropriate file formats for media files.

4.

What is the purpose of a wireframe?

a)

To design the layout of the website

b)

To design the layout of a web page

c)

To allow the user to test the usability of the website

d)

To To design usability tests using porotyping

5.

What is the purpose of the site structure diagram?

a)

To design the navigational links between web pages in a website.

b)

To design the layout of a web page

c)

To allow the user to test the usability of the navigational links

d)

To allow the user to create the structure of a web page

6.

Select the correct answer:

a)

Internal hyperlinks: take you from one web page to another in the same website. External hyperlinks: take you from one web page to another in a different website.

b)

Internal hyperlinks: take you from one web page to another in the different website. External hyperlinks: take you from one web page to another in a different website.

c)

Internal hyperlinks: take you from one web page to another in the same website. External hyperlinks: take you from one web page to another in a same website.

d)

Internal hyperlinks: take you from one web page to another in the different website. External hyperlinks: take you from one web page to another in a same website.

7.

The type of addressing shown in the href attribute is:

a)

Absolute Addressing

b)

Relative Addressing

c)

Domain Addressing

d)

URL Addressing

8.

What is a standard file format?

a)

A type of file that can be used with programs other than the one it was created with.

b)

A method of standardising the files used by a computer so that they are all the same file type.

c)

A method of compression to that files take up less storage space.

d)

A way to format the text in a text document so that it is displayed correctly.

9.

Which of the following standard file formats allows you to create an animation?

a)

WAV

b)

GIF

c)

PNG

d)

JPEG

10.

Which of the following standard file formats would allow you to create a high quality, transparent logo for a website?

a)

JPEG

b)

GIF

c)

AVI

d)

PNG

11.

Which standard file format should you use to transmit an audio file on a web page the fastest?

a)

WAV

b)

GIF

c)

MP3

d)

MP4

12.

Why is compression important?

a)

To increase transmission speeds.

b)

To reduce bit depth.

c)

To reduce file sizes so that transmission speed is slowed.

d)

To allow lossy compression to remove extra data.

13.

Which tag should you use to put "Glow - Launch Pad" on the web page tab?

a)

<url></url>

b)

<head></head>

c)

<tab></tab>

d)

<title></title>

14.

Which of the following examples shows the correct way to display an image on a web page?

a)

<source src=""filename.jpg" alt="A Picture"></source>

b)

<image src="filename.jpg" alt="A Picture">

c)

<img src="filename.jpg" alt="A Picture">

d)

<file src="filename.jpg" alt="A Picture">

15.

The html code above contains an error. What is it?

a)

Missing </source>

b)

The attribute type contains that wrong information.

c)

The tag should be a <video> tag not an <audio> tag.

d)

src= should be source=.

16.

Which tag is missing from the html code above?

a)

<item>__</item>

b)

<li>__</li>

c)

<ol>__</ol>

d)

<i>__</i>

17.

What does CSS allow you to do?

a)

Change the content of a web page.

b)

Add design notations to a web page.

c)

Change the style of a web page.

d)

Add interactivity to the web page.

18.

Which of the following is NOT a CSS selector?

a)

ID

b)

p

c)

color

d)

h4

19.

What background colour will "Title" be displayed as on the web page?

a)

aqua

b)

black

c)

one

d)

green

20.

Which of the following declarations would change the font of elements with the class "info" to Lucida Console?

a)

#info{font:"Lucida Console";}

b)

.info{font-family:"Lucida Console";}

c)

.info{font:family:"Lucida Console";}

d)

#info{font-family:"Lucida Console";}

21.

Which of the following CSS declarations will change the background colour of an element with the id "text" to orange (#FFA500)?

a)

#text{background-color:#FFA500;}

b)

.text{background:#FFA500;}

c)

.text{background-color:#FFA500}

d)

#text{background:#FFA500;}

22.

Which javascript function will allow you to change an element when the user's mouse moves off of the element?

a)

onmouseout

b)

onmousemove

c)

onmouseover

d)

onmouseexit