Websites Flashcards

1
Q

What is a data base driven website and how does it work

A

A website that grabs information from a database

Works:
The webpage is connected to a database and inserts information into the website each time it is loaded

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

What computing technologies are used to build data base driven websites

A
PHP
JSP
ASP
PERL
Cold fusion
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is HTML used for

What is CSS used for

What is java script used for

A

HTML: Structure a website

CSS: Design a website

Java script: functionality

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

What are the 3 elements that make up HTML

A

Head, Title, Body

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

What element of the HTML would a link to CSS be put in

A

Body

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

What are meta tags used for

A

They specify information about the web document

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

How can a company make sure their website appears higher up in search results

A

Used meta tags with key words, authors, and description

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

What is a disadvantage of keeping CSS and HTML together

A

Causes bloated code which is is bad because it is unorganised

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

What is the advantage of separating HTML and CSS

A

1) Saves time by reducing code:
Same CSS can be used on all pages

2) Find errors more quickly:
It is not bloated therefore easier to find errors

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

Name the areas which you can edit in CSS

A
Font-family
Font-size
Colour
Text-align
Font-weight
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Benefits of using CSS

A

Consistency: one CSS file used on all pages

Maintenance: changed can be easily applied through one line in CSS code

Lowers workload: don’t need to code each individual page as CSS file can be used on all pages

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

What is a static website and give and advantage and disadvantage

A

A website where the information does not change

ADV:
•quick to develop
•cheap to develop
•cheap to host

DISADVANTAGE:
•site not as useful for users
•content can get stagnant

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

What is a dynamic website and name the advantages and disadvantages

A

A website where the information changes regularly depending on users requests

ADV:
•more functional website
•new content attracts people back

DISADVANTAGE:
•slower and more expensive to develop
•hosting is more expensive

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

Name and describe the types of navigation

A

Linear: a website you where you have to go through the pages in a set order

Hierarchy: where you can decide how you go through the website

Multilevel: different pages nested into sub-sections

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

What the advantage of multilevel navigation

A

Allows for a lot of content on a website and still keep it tidy

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

Name and describe the types of users

A

Novice: new inexperienced users

Expert: advanced experienced users

17
Q

What considerations must be made when making a website

A

1) Target audience

2) Visual layout: 
•look appealing
•clutter/info overload
•text size
•consistency

3) Interactivity:

4) Navigation:
•back forward buttons
•hyperlinks
•navigation bar
•search feature

5) Selection:
•forms
•drop down menus
•radio buttons

6) Accessibility:
•text for eye sight problems
•underline links to tailor colour blind
•flashing effects optional for seizure proned

18
Q

What is an Alt tag

A

A tag that displayed an alternative (usually a description) when a image cannot be displayed