1.3.4 - Web Technologies Flashcards

1
Q

What does HTML do?

A

Describes the content and structure of a web page so that a browser and interpret it.

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

What does CSS do?

A

Describes the layout and styling of a web page.

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

What does inline CSS mean?

A

The CSS is entered directly in the HTML file.

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

What does JavaScript do in terms of websites?

A

Add interactivity and behaviours to a web page.

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

What is a client?

A

A device on a network that accesses a service made available by a server.

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

What is a server?

A

A device or program on a network that provides a service to a client.

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

What are some types of servers?

A

Web, FTP, Mail, Proxy.

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

What are reasons to use client side processing?

A
  • Reduces the load off the server
  • Reduces outgoing requests
  • Give quick response to the user after data input
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are reasons to use server side processing?

A
  • Sensitive data should not be sent to the client

- Client side validation can be manipulated (turned off)

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