EOY HTML Flashcards

1
Q

what is an end user requirement?

A

something that the user should be able to do when they are on the website

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

what is a functional requirement?

A

something that the website should be able to do when it is finished

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

what is a navigational structure for a website?

A

a diagram which shows how other pages on your site are organised and connected to each other

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

what is a wireframe design?

A

a layout of a webpage that demonstrates what interface elements will exist on key pages

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

why do we create wireframe designs?

A

so that we have a clear guide to follow when we are creating the website, and so that the people who want the website to be made can see the design before the website is coded

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

what is a low fidelity prototype?

A

it is a simple diagram of an early design concept

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

why do we create low fidelity prototypes?

A

so we have a clear guide to follow when we are creating the website

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

what is the purpose of the copyright, designs and patent act?

A

it protects the intellectual properties of individuals

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

what is the difference between WAV an MP3?

A

WAV’s audio is higher quality than MP3’s

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

what are the properties of a GIF?

A

each file can support up to 8 bits per pixel and can contain 256 indexed colours

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

what are the properties of a JPEG?

A

supports up to 24-bit colour

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

what are the advantages of an internal stylesheet?

A

its easier to apply styles like classes or id’s in order to reuse the code

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

what are the disadvantages of an internal stylesheet?

A

-has to be inserted onto every webpage
-code is harder to read
-web pages is slower to load
-insufficient way of using styles

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

what are the advantages of an external stylesheet?

A

-only one set of CSS rules
-web pages load quicker
-code is efficient
-easier to identify mistakes

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

what is meant by resolution?

A

the number of pixels that are displayed per inch for an image

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

why is compression important for photo sound and video files?

A

because images can be enormous in their original size making it far harder to handle them

17
Q

what are classes and ID’s as used in web design?

A

classes= used when multiple items need to be styled in the same way.
ID’s= used when a single item needs to be styled individually.

18
Q

what does the <div> command do?

A

divides the paragraph into groups and allows you to edit one paragraph without affecting the other