SLR12 Flashcards

(30 cards)

1
Q

What does HTML stand for

A

HyperText Markup Language

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

When writing in HTML code. How do you enclose tags correctly eg body

A

<body> = </body>

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

What does CSS stand for

A

Cascading Style Sheets

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

What does CSS do

A

Describes how HTML elements should be displayed on screen

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

Can you edit how HTML looks without CSS

A

Yes

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

Why is CSS more efficient

A

You can amend multi HTML pages in one go

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

How do you link a CSS document to HTML documents

A

<link></link>

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

How was the internet founded

A

In 1969 by the US department of defence where 4 computers were connected together and this was known as ARPANET

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

How many computers are connected now in 2020

A

An estimated 50,000,000

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

What does WWW stand for

A

World Wide Web

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

When you search something into the internet how does it check against the massive amount of potential results, resources and websites that are on the internet

A

Search engine indexing

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

How do search engines travel over the WWW

A

Spiders and crawlers

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

What does the pagerank algorithm do

A

Checks the number of links to a page to determine how important it is

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

In pagerank what does PR(A) mean

A

The pagerank of page A

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

In pagerank what does c(Tn) mean

A

The total number of links from n including the inbound link to page a

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

In terms of pagerank what does d stand for

A

D is the dampening factor which is used to stop other parts of the algorithm having to much influence

17
Q

In the pagerank algorithm what is d nationally set to

18
Q

There are two types of processing for dynamic web pages

A

Server-side
Client-side

19
Q

What are the pros of client-side processing (5)

A
  1. Initial data validation (JavaScript)
  2. Manipulates user interface element
  3. Applies website styles (CCS)
  4. Reduces load on the server
  5. Reduces the amount of web traffic
20
Q

What are the pros server-side processing (5)

A
  1. Provides further validation
  2. Queries and updates the server database
  3. Encodes data into readable HTML
  4. Keeps organisation data secure
  5. Performs complex calculations
21
Q

What is the purpose of compression

A

To reduce the file size of an item to make better use of storage space and optimise bandwidth

22
Q

What are the two types of compression

A

Lossy and lossless

23
Q

What is the process of lossy compression

A

Deletes data to reduce the size of the file

24
Q

Which file types are good for lossy compression

A

Audio and visual

25
Which file types aren’t good for lossy compression
Text
26
What is the process of lossless compression
Lossless compression is the process of reorganising data to be more efficient for space
27
What types of file are lossless particularly good at compressing
Text
28
Why is lossless worse than lossy
Doesn’t reduce the file size as much
29
Why is lossless better than lossy
No data is lost
30
What are the two other types of lossless compression
Dictionary coding and run-length encoding