web technologies Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

what is HTML

A

language web pages are written in
allows browser to interpret and render a webpage for the viewer

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

what are the HTML tags

A

<html> all code written in this is html
<body> main content
<link></link>
<head> defines browser tab
<title> defines text that appears wtih tab
<h1><h2><h3> text in decreasing sizes
<p>
<img></img> self closing tag
<a> hyperlinks
<ol> <li> <ul>
<div>
</div></ul></li></ol></a></p></h3></h2></h1></title></head></body></html>

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

what are classes and identifiers

A

attributes given to elements on a webage which u wish to style a particular way
classes are defined by a .
identifiers are a unique name

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

what is CSS

A

language that describes style of webpage

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

2 different forms of CSS

A

internal/embedded inside style tags directly into document
external seperate document thats linked

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

what is JavaScript

A

exists to add interactivity
interpreted not compiled
used to validate input data on client computer

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

advantages of using javascript

A

reduces web traffic
eases load on busy server
local computer deals with invalid data before its sent off to servers

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

what is a search engine

A

program that searches through a database of internet addresses looking for resources based on criteria set by the client

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

what are web crawlers

A

collect info abt websites to build on indec
collect keywords and phrases from linked web pages and adds the information the the index
collect and add meta data from wbsites which is the info specified by the website owner

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

what does the page rank algorithm do

A

ranks web pages determining the order in which they are displayed when a search is conducted

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

wha are the 2 factors tht determine the page rank of a page

A

how many incoming links it has from other web pages
the page rank of the web pages that link to it

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

what is server side processing

A

when a client sends data to a server for it to be processed
no information is processed on the client computer

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

why is server side processing useful

A

doesnt require plugins
more secure
not browser dependant
can perform large calculations fater then clients

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

what is client side processing

A

client process data on local device
all info is processed on the client computer

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

why is client side procesing useful

A

webpage can immediately respond to users actions
executes quickly
gives developers more control over behaviour and look of website

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