WDD - Theory Flashcards
Evaluate a website solution in terms of fitness for purpose
A website is fit for purpose if it meets the end-user requirements and the functional requirements set out at the analysis stage.
What should you check/look for when testing a website
- checking that the web pages match the user-interface design
- ensuring that all links and navigation work correctly
- ensuring that all text, graphics and video display correctly
- checking that pages are consistent
What type of code is used to provide interactivity on a website?
Javascript
What are the 2 javascript events you need to know for national 5
onmouseover
onmouseout
When a user moves the cursor over a title, a popup message appears. What has caused this to happen?
A javascript(code) onmouseover event.
When a user moves the cursor off an image, it changes to a diffrent image. What has caused this to happen?
A javascript(code) onmouseoff event
Describe an end user requirement?
The end user requirements of a website are the tasks that the user would want to be able to carry out on the site.
Describe a functional requirement?
The functional requirements of a website are the processes that the website has to perform inorder to met the end user requirements
How should you begin an end-user requirement?
Users (or other appropriate terms) what to/would like to ….
How should you begin a functional requirement?
The website should have ….
Which law stops websites using other peoples content without permisson?
Copyright, Designs and Patents Act (1988)
What do you need to consider under the Copyright, Designs and Patents Act when using other people’s content?
You must get permission to use content created by other people and abide by an conditions given
What do you need to consider under the Copyright, Designs and Patents Act when using your own content?
As you have created the content you do not need permission under the sct to use it.
Describe the need for compression
Compression is to reduce the size of a file with limited impact on image quality.
A compressed file:
The smaller file downloads / streams more quickly, which gives users a better experience and uses less of their data.
Name the 2 types of compression?
Lossy and Lossless