Backend vs Frontend Flashcards

1
Q

What is frontend programming?

A

Frontend development focuses on the visual aspects of a website - the part that users see and interact with.

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

What is backend programming?

A

Backend development comprises a site’s structure, system, data and logic.

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

What is the difference between frontend and backend programming?

A

Frontend programming focuses on HCI, UI, UX and is centered around the user, while backend programming focuses on a site’s structure and logic. Frontend is centered around the user, backend is centered around the machine.

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

What is the difference between Client and Server in web development?

A

A client is a user program that connects to a server to access a service. A web browser is a client program that makes use of web server facilities.
A server is a sample of software or hardware that serves a specific service to its clients. Web servers, domain name servers, and mail servers are some examples.

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