WDD - Theory Flashcards
(32 cards)
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
Describe lossless compression?
- none of the original data is lost
- file tends to be larger compared to lossy compression
Describe lossy compression?
- some of the original data is lost although compression algorithms attempt to minimise the loss of quality
- file tends to be smaller compared to lossless compression
Explain how Low-fidelity prototypes are used?
Low-fidelity prototype designs are created on paper to give the end user an idea of the look and
feel of the website.
The user may provide feedback at this early stage allowing unsatisfactory designs to be altered before time is wasted implementing pages, this reduces the cost to the company.
When using rough sketches or very simple models, users may feel more comfortable suggesting changes.
They can also show users how they would navigate through a website.
Which graphic file type(s) supports animation?
Gif
Which graphic file type(s) can be used to store photo/photo realistic images?
PNG and JPEG
Which graphic file type(s) support transparency?
GIF and PNG
Which graphic file type would you use to store a simple image
GIF
What type of compression is used by the 3 graphic file types
Lossy: JPEG
Lossless: GIF,PNG