|
This page presents a list of questions (with answers) about this course. Please email the instructor if you have a question you think should be posted.
On This Page
How do I get an account in the Computer Technology Center (CTC)?
User names and passwords are provided by the CTC lab (room 1400). They are provided only to those students who are legitimately enrolled in one or more computer-related courses that uses the CTC lab. In order to use a computer in the CTC lab, you need to log onto the computer with your CTC User name and password. For more information,
click here.
back to top
Is it possible to get bugs fixed on the class web pages?
Yes! Just email the instructor and he will be happy to correct any problems you find.
back to top
Can students influence which topics are covered during the course?
Yes. The course will cover the objectives listed in the Syllabus. Beyond those objectives, we can choose additional topics of interest. Your instructor wants to make this course relevant to you.
back to top
Where can I find a good glossary of terms?
The computer and information technology disciplines use thousands to terms. This course uses many of those same terms. Since there are so many terms, it is usually faster to find the term you are looking for using a search function. Please see the Links page for a list of relevant glossaries, including those with a search function.
back to top
How do I create a web page?
- Start with the <html>, <head> and <body> tags, both opening and closing
- Add a <title>
- Add headings and paragraphs
- Add links to other pages
- Save your work
- View your page in a web browser
For example:
<HTML>
<HEAD>
<TITLE>Enter page title here</TITLE>
</HEAD>
<BODY>
<p>Enter information to display here</p>
<p><a href="mypage.html">link</a></p>
</BODY>
</HTML>
For more information, see Getting started with HTML.
back to top
Home
| WebCT
| Announcements
| Schedule
| Expectations
| Syllabus
| Help
| FAQ's
| HowTo's
| Links
Last Updated: 7/16/2003 5:45:32 PM
|