1.3.4 Flashcards

1
Q

What is the HTML code for adding an image?

A

<image src= “image.jpeg”>

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

What is the HTML code for adding a link to a website?

A

< a href= “www.bbc.co.uk” > BBC </a>

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

What is the code for an ordered list in HTML?

A

<ol>
<li> Jarun </li>
<li> Bhandal /<li>
</ol>
</li></li></ol>

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

How do you use embedded CSS in HTML?

A

<style>

Class.Example{
     Background-Color: red;
}
</style>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is JavaScript?

A

Code used to add interactivity to websites

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

What are the advantages of JavaScript?

A
  • local computer can deal with invalid inputs before they are sent to the server
  • eases the load on bush severs
  • reduces web traffix
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a search engine?

A

A program which searches through a database of internet addresses looking for resources based on a clients criteria

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

How is the search engine indexed?

A

Web crawlers traverse the internet and collect info about webpages which are used to build an index

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

How does the pagerank algorithm rank pages?

A

Pages are ranked by the number of incoming links from other websites and the pagerank of those websites

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

What is server side processing?

A

A client sends data to a server for it to be processed

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

What are the advantages of server side processing?

A
  • doesn’t require plug-ins
  • can perform large calculations faster
  • not browser dependent
  • more secure
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is client side processing?

A

The client processes data locally on their device

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

What are the advantages of client side processing?

A
  • Provide faster response time for clients
  • Webpage responds immediately
  • Gives developers more control over the look of the website
How well did you know this?
1
Not at all
2
3
4
5
Perfectly