Web Design Devlopement Flashcards

1
Q

What does gif stand for

A

Graphics interchange format

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

What are the main features of a GIF file

A

Uses lossless compression, supports 8-bit color (256 colors), allows transparency, can be animated.

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

What does JPEG stand for?

A

Joint Photographic Expert Group

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

What type of compression does JPEG use?

A

Lossy compression, which may reduce image quality

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

How many colors does JPEG support?

A

24-bit depth, over 16 million colours

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

What does PNG stand for?

A

Portable Network Graphic

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

What are the key features of PNG

A

Supports lossless compression, transparency, and 24-bit color depth (over 16 million colors)

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

Name all the types of testing

A

Design,link,media

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

Describe what DIV ID DOES

A

It is normally used when a single item needs to be styled individually

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

What does DIV CLASS DO

A

It is usually needed for when multiple items need to be styled the same way

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

What are the 4 main points in the design and patents act

A

• patents (how something works)
• designs (what it looks like)
• trademarks (what you call it)
• copyright (artistic or literary expression/intellectual property)

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

What is an absolute address

A

An absolute address always uses a full webpage address i.e. http://www.etc (external)

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

What is a relative address

A

A relative address uses a path name to link to a file in the same site i.e. /home.html or /main/info.html (internal)

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

What is a WAV file

A

Uncompressed
High quality sound
Standard for audio CDs
Large file sizes make WAV less suitable for streaming, and requires more storage space
Sample rate of 44.1KHz

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

What is an mp3 file

A

Lossy compression
Removes high and low frequencies generally not heard by human ear
Compression results in file size around one tenth of original
Small file sizes make MP3 more suitable for streaming, and requires less storage space
Sample rate of 44.1KHz

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

What has a bigger file size png or gif

18
Q

State two reasons why Jpg files are often used as the standard file format on web pages

A

-higher colour depth
-smaller file size
-popular format understood by browsers
-downloads quicker

19
Q

symbol is used for class selector

20
Q

What symbol is used for class

22
Q

What symbol is used for id

23
Q

How do you input an audio file

A

< audio controls src=“sound.mp3”></audio>

24
Q

How do you input a video

A

<video controls src=“video.mp4”></video>

25
26
What is patents
How something works
27
What is designs (copyright law thing)
What it looks like
28
Trademark
What you call it
29
Copyright
Artistic or literary expression intellectual property