Fundamentals of CS I (CS151 2002F)
Primary:
[Skip To Body]
[Front Door]
[Current]
[Glance]
[Honesty]
[Instructions]
[Links]
[Search]
[Syllabus]
Groupings:
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Readings]
[Reference]
ECA:
[About]
[Grades]
[Quizzes]
[Submit Work]
[Change Password]
[Reset Password]
Miscellaenous:
[Scheme Reference]
[CS151 2002F Gum]
[CS151 2001S]
[SamR]
[Glimmer Labs]
[schemers.org]
Back to Introduction to the Course. On to Starting Scheme.
Held Tuesday, September 3, 2002
Summary
Today we begin to ground our understanding of computer science with hands-on practice. In particular, we'll look at some of the procedures necessary for building documents for the World Wide Web.
Notes
Why don't more people use Scheme?question: It may be a return to the old VHS vs. Beta (or Windows vs. Mac or Unix) question: People don't always use what's best, and don't always understand what criteria they should use.
Assignments
Overview
We may not cover this section explicitly, but it gives you some things to think about.
computer gibberish?
mark upsymbols that indicate these characteristics.
philosophiesfor what you mark: logical markup and physical markup.
This is a paragraph
This is an important word or phrase
This is a quotation
This is the title of a book
This is a top-level section heading in a paper
This should appear in Times Bold 12pt
This should appear in a box 2 inches each side that is placed 3/4 inch from the top margin and 5 inches from the right margin
<p> and end
a paragraph with </p>.
<em>
and end it with </em>.
<ul> and
end it with </ul>.
<li> and
end it with </li>.
<ol> and
end it with </ol>.
typewriter fontwith
<tt> and end it with </tt>.
<br> is a line break. Since there's not text
that you're marking, it needs no end tag.
<br> is a horizontal rule.
<li> tag does not need an end tag
(since the next <li> or the ending
<ul> obviouslyends it).
<p align="right"> for right-justified text
<hr width="75%"> for a less-wide rule
<font face="Helvetica" color="Red"> for
red, Helvetica text.
What have you learned today?
Thursday, 29 August 2002
Monday, 2 September 2002
Back to Introduction to the Course. On to Starting Scheme.
Primary:
[Skip To Body]
[Front Door]
[Current]
[Glance]
[Honesty]
[Instructions]
[Links]
[Search]
[Syllabus]
Groupings:
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Readings]
[Reference]
ECA:
[About]
[Grades]
[Quizzes]
[Submit Work]
[Change Password]
[Reset Password]
Miscellaenous:
[Scheme Reference]
[CS151 2002F Gum]
[CS151 2001S]
[SamR]
[Glimmer Labs]
[schemers.org]
Disclaimer:
I usually create these pages on the fly
, which means that I rarely
proofread them and they may contain bad grammar and incorrect details.
It also means that I tend to update them regularly (see the history for
more details). Feel free to contact me with any suggestions for changes.
This document was generated by
Siteweaver on Mon Dec 2 08:40:47 2002.
The source to the document was last modified on Mon Sep 2 08:05:38 2002.
This document may be found at http://www.cs.grinnell.edu/~rebelsky/Courses/CS151/2002F/Outlines/outline.03.html.
You may wish to
validate this document's HTML
;
;
Check with Bobby