WDD - Theory Flashcards

1
Q

Evaluate a website solution in terms of fitness for purpose

A

A website is fit for purpose if it meets the end-user requirements and the functional requirements set out at the analysis stage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What should you check/look for when testing a website

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What type of code is used to provide interactivity on a website?

A

Javascript

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the 2 javascript events you need to know for national 5

A

onmouseover
onmouseout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When a user moves the cursor over a title, a popup message appears. What has caused this to happen?

A

A javascript(code) onmouseover event.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When a user moves the cursor off an image, it changes to a diffrent image. What has caused this to happen?

A

A javascript(code) onmouseoff event

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe an end user requirement?

A

The end user requirements of a website are the tasks that the user would want to be able to carry out on the site.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe a functional requirement?

A

The functional requirements of a website are the processes that the website has to perform inorder to met the end user requirements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How should you begin an end-user requirement?

A

Users (or other appropriate terms) what to/would like to ….

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How should you begin a functional requirement?

A

The website should have ….

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which law stops websites using other peoples content without permisson?

A

Copyright, Designs and Patents Act (1988)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What do you need to consider under the Copyright, Designs and Patents Act when using other people’s content?

A

You must get permission to use content created by other people and abide by an conditions given

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What do you need to consider under the Copyright, Designs and Patents Act when using your own content?

A

As you have created the content you do not need permission under the sct to use it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Describe the need for compression

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Name the 2 types of compression?

A

Lossy and Lossless

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Describe lossless compression?

A
  • none of the original data is lost
  • file tends to be larger compared to lossy compression
17
Q

Describe lossy compression?

A
  • 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
18
Q

Explain how Low-fidelity prototypes are used?

A

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.

19
Q
A
20
Q

Which graphic file type(s) supports animation?

A

Gif

21
Q

Which graphic file type(s) can be used to store photo/photo realistic images?

A

PNG and JPEG

22
Q

Which graphic file type(s) support transparency?

A

GIF and PNG

23
Q

Which graphic file type would you use to store a simple image

A

GIF

24
Q

What type of compression is used by the 3 graphic file types

A

Lossy: JPEG
Lossless: GIF,PNG

25
Q

Which graphic file types support animation

A

Animation: GIF
No Animation: JPEG,PNG

26
Q

Which graphic file types support
transparency?

A

Transparency: GIF,PNG
No Transparency: JPEG

27
Q

What is Colour Depth used by the 3 graphic file types?

A

24 bit colour depth (16,777,216 colours): JPEG, PNG
8 bit colour depth (256 colours): GIF

28
Q

What is the recommended use of the 3 graphic file types

A

GIF: Not suitable for photographs, good for cartoons and animations
PNG, JPEG: Used to store photographs

29
Q

Describe the key features of the Audio file type?

A

WAV

  • Uncompressed
  • High quality sound
  • Standard for audio CDs
  • Large file sizes make WAV less suitable for streaming, and requires more storage space

MP3

  • Lossy compression (Removes high and low frequencies generally not heard by human ear)
  • Small file sizes make MP3 more suitable for streaming, and requires less storage space
30
Q

Describe the resolution and how it can affect file size and quality

A

The resolution of an image is the total number of pixels in the image.

Higher resolution:
better image quality/larger file size

Lower resolution:
lower image quality/ smaller file size

31
Q

Describe the colour depth and how it can affect file size and quality

A

The colour depth is the number of bits used to store the colour for each pixel in an image.

The higher the colour depth
the greater the number of colours meaning a better image quality
the larger the file size

The lower the colour depth:
the smaller the number of colours meaning a lower the image quality
the smaller the file size

32
Q

Describe sample rate and how it can affect file size and quality

A

The sample rate is a measure of how many times per second a sound is sampled.

higher sample rate:
better audio sample quality/larger file size
** lower the sample rate:**
lower audio sample quality/smaller file size