CSCmidterm4 Flashcards

1
Q

HTML=

A

Hypertext Markup Language

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

XHTML=

A

entensible Hypertext Markup Language, must be lowercase, we don?t use

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

What converts HTML

A

a Browser

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

Start/Open tag

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

End/Close tag

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

Singleton Tag

A

not paired, e.x. horizontal line

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

Required Tags

A

, ,

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

2 Parts of a Web Page

A

Head, Body

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

Head section

A

beginning material, like title or other info for whol page

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

Body section

A

content of page

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

Needed to write HTML

A

Browser, Text Editor

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

Firefox traits

A

free open source browser

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

Open Source

A

program code is publicly available, any programmer can contribute improvements to

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

Text editor characters

A

ASCII, normal keyboard characters

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

Levels of heading tags

A

, get smaller

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

White Spaces

A

spaces inserted in HTML for readability; spaces, tabs, enter; Ignored by Browsers

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

Preformated information

A

only white space exception, displayed as appears

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

Width of line of text

A

determined by width of the browser window

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

Escape Symbols

A

&(followed by abbreviation); , used to show brackets, accents

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

Accents

A

&eactue; È

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

Hyperlink Parts

A

anchor text (text) & hyperlink reference (web site)

22
Q

URL Absolute Pathname Parts

A

Protocol specification (http://), Domain/IP address (www.google.com), Path to file (/path/text.html)

23
Q

Relative pathnames

A

take to another page in the same file

24
Q

Moving up in a file

A

add / Before the href attribute

25
Image tag
26
Alt tag of an Image
assists visually impaired, displayed if image is not available
27
Image formats
Typically GIF=graphics interchange format or JPEG= Joint Photographic experts Group=higher quality
28
PNG
newer form of GIF= Portable Network Graphics
29
Attributes
additional specifications, form: name="value", includes href, src, and styles
30
Style Attribute
31
Image positioning
better with text flowing around image, "float:left"
32
CSS
Cascading Style Sheets, general styling system, simplifies task of creating a complex page
33
Global Style
Style tags inside Head tags, no brackets, but element inside {}, values seperated by ;
34
Tag Element
Text between the tags
35
Class
a family of styling specifications with a common name, written in head tags and at place in code
36
5 levels of styling info
Default, External, Global, Range, Site; part of Cascading Style sheets
37
List types
unordered list and ordered list ; both use for each item; also definitional lists
38
Tables
, cells=columns= ; heading= ; caption=
39
Pseudo Classes
is a State= anchor tag variations= link, hover, or visited
40
How search engine works
Crawling, query processing, hit list
41
crawling
has a todo list, URL's are added to the todo list, Builds an Index
42
Index
list of tokens or words that are associated with the page
43
Query processing
tokens=search terms are entered, looks up tokens in the index, returns a hit list
44
When Index is created
Ahead of time
45
Multiple word query
AND, all words present; query processor intersects index lists
46
Hit on a page
search term is associated with the page, not neccesarily ON the page; looks in title, anchor text, meta, and Alt attributes
47
Page Ranking
If A and C link to B, B is seen as more important
48
Logical operators
specify a logical relationship between words it connects (AND, OR, AND NOT)
49
Site Search
Searches only current site
50
Anatomy of a Hite
Title, Snippet, URL, Site Links
51
Primary Source
direct knowledge of information
52
Signs it?s a Bad Site
broken links, no contact info, simple design, no recent updates, spelling errors