Font size
WorksheetsN5 WDD: Analysis Design and HTML
Total questions: 15
Worksheet time: 9mins
Users should see the photos of products on sale within website. What kind of requirement it is?
End User
Functional
A list of items on sale listed within website should be updated with its current number of available items within the shop database after purchase is made. What kind of requirement it is?
End User
Functional
Wireframe is a graphical design where hierarchy of all pages within website can be set up.
TRUE
FALSE
When creating a wireframe for website - it is important to include:
Type of objects used and specific setting(s) like text font size, object alignment
File format used for website objects
List of all objects' features designed to implement during implementation phase
Structure Diagram showing hierarchy of pages within website
In Website's Structure Diagram when including External Link one way arrow is used coming from the subpage of the website which is being developed.
TRUE
FALSE
When being asked about data types you should list:
video
audio/sound
graphic/image
file extension(s) associated with this data type(s)
Select answers including file formats:
JPEG, GIF, PNG
MPEG, MP4
MP3, WAV
Audio/sound
Graphic/Image
Video
The legislation which protects creator's intellectual property is called:
Data Protection Act
Copyright Designs and Patents Act
Equality Act
Computer Misuse Act
Select all answers which include ways to avoid being prosecuted under the Copyright Designs and Patents Act when using files within your website - downloaded from the Internet:
Seek permission for use from the owner/creator of the file
Buy copyrights to files by paying for licence
Make sure files are copyright-free
Change the name of the file and saved them in double nested folder in your private drive
What makes bit-mapped graphics suitable for use within the website?
Presence of compression which results in less memory space taken to save these graphics
Bit mapped graphics are always copyright-free
Because files are compressed - the download rate is faster when saving graphics from website to your storage
They can be edited in any photo editing software
What is the file extension for the graphic which has lossy compression?
GIF
JPEG
PNG
MP4
What is the name for the only file extension which supports animation?
GIF
JPEG
PNG
WAV
What will you see when you run these lines of code:
<ul>
<li> Computing Science</li>
<li> Games Development </li>
</ul>
1. Computing Science
2. Games Development
Computing Science
Games Development
# Computing Science
#Games Development
*Computing Science
*Games Development
Where within website will be visible text included within <title> .... </title> tags?
Bottom of the website
First paragraph on Home Page
Top of the website - within it's tab/ribbon
Under every graphical file inserted into page
What is the purpose of this code?
It specifies the width of the video which is 400 pixels
It specifies the height of the video 250 pixels
It locates/displays the video file with filename “starFrostFree.mp3”
It shows the video within website with control buttons
