Blog o’ Will Cook for Food
Not just another Wordpress blog

Archive for February, 2008

9.1-9.4

February 14, 2008

9.1.1
With an array, all of the variables can be processed as a group, instead of individually.
9.1.2
to access an item in an array, type
nameofarray[number_of_item]
9.1.3
Wages of the Week
5.23 = wages[0] – Monday
6.23 = wages[1] – Tuesday
6.83 = wages[2] – Wednesday
5.36 = wages[3] – Thursday
6.21 = wages[4] – Friday
9.2.1
a a[1] = 23
b [...]

8.1-8.8

February 1, 2008

8.1
1. hypertext consists of nodes and links between them
2. hypermedia adds Guis, images, sound, annimation and appliactions to hypertext.
3. uniform resource locators, web addresses.
8.2
1. Hypertext markup language
2. they tell the computer how to show the text and website
3. <HTML>
<HEAD> <TITLE> YO </TITLE> </HEAD>
<BODY> SUP </BODY>
</HTML>
4. an HTML comment is <!– this –>
8.3
1. to [...]