Week 2- Creating and presenting Web pages across the Internet. Flashcards

1
Q

What is the role of a web browser?

A

A browser is a software application used to locate, retrieve and display content on the World Wide Web, including Web pages, images, video and other files. As a client/server model, the browser is the client run on a computer that contacts the Web server and requests information.

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

What is meant by the terms ‘mark-up’ and ‘rendering’?

A

Markup refers to the sequence of characters or other symbols that you insert at certain places in a text or word processing file to indicate how the file should look when it is printed or displayed or to describe the document’s logical structure.
Rendering is the process of generating an image from a 2D or 3D model (or models in what collectively could be called a scene file), by means of computer programs.

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

What is a ‘document model’ in the context of web browser technology?

A

Document Object Model (DOM). A browser will request all the resources to create the visual representation of a web page. Once it has gathered these it will create a DOM and render it the DOM into the browser area.

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

What is the role of the hypertext mark-up language (the HTML) in rendering Web pages?

A

HTML is the computer language that allows creation of webpages.

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

What are dynamic Web pages and what are the associated processes of client-side and server-side processing?

A

Dynamic server‐side web pages are pages that have content that will change depending upon the nature of the request. Two reasons for this are time dependence and request customisation.
Dynamic client‐side web pages are pages that have static content that does not change, but have some features that will or may change depending on how the user interacts with the page after it is rendered by the browser.

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

What is CSS?

A

Cascading Style Sheet- this is used as a reference for the HTML code when formatting (or styling) webpages

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

What does HTML stand for?

A

hypertext mark‐up language

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