1.3.4. Web Technologies: Exchanging Data: Computer Science A-Level OCR

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

What is HTML?

HTML is the language/script that web pages are written in.

2
New cards

What does HTML do?

HTML allows a browser to interpret and render a webpage.

3
New cards

What is a tag in HTML?

HTML code is made up of tags, tags are the names given to values written within angle brackets i.e.

4
New cards

What is an identifier selector?

An identifier selector is a value that follows a hashtag.

5
New cards

What is a class selector?

A class selector is a value that follows a full stop.

6
New cards

What is CSS?

CSS is a script/language like HTML except it’s used to describe the style of a webpage.

7
New cards

What are the names of the two methods of applying CSS?

Internal/embedded CSS, External CSS.

8
New cards

Where do you write internal CSS?

It’s placed inside the style tags and is entered directly within the HTML document.

9
New cards

Where do you write external CSS?

You write it in a separate document.

10
New cards

How do you use external CSS in your HTML code?

You use the tag.

11
New cards

What is JavaScript?

JavaScript is a language used on webpages to add interactivity.

12
New cards

Is JavaScript interpreted or compiled?

Interpreted

13
New cards

What is a search engine?

A search engine is a program that searches through a database of internet addresses looking for a resource based on a criteria set by the client/user.

14
New cards

What software does search engines use?

Web Crawlers

15
New cards

What does a Web Crawler do?

Travels across the internet collecting keywords and phrases from a web page and adding it to an index of web resources.

16
New cards

What is the pagerank algorithm?

The algorithm used to determine the order used when showing web results for a search engine query.

17
New cards

What factors determine a pagerank?

- The number of incoming links it has from other web pages.

- The page rank of the web pages that link to it

18
New cards

What is server side processing?

Server side processing is when a client sends information to a server for processing.

19
New cards

What is client side processing?

Client side processing is when information is processed on a local device for processing.