GOTO
TOP |
Interesting and useful links.
COMP213 Course Outline |
(.doc)
|
(.pdf)
|
Jan's Illustrated Computer Literacy 101 (general computer background)
|
(click here)
|
Ted Goff's funny and "so true" IT industry cartoons (very funny)
|
(click here)
|
Very funny tech-support/help desk Anecdotes
|
(click here)
|
|
GOTO
TOP
|
Special references
Terminal/SSH Shell: PuTTY |
(click here) |
Secure FTP: PSFTP |
(click here) |
BloodShed Dev-C++ "GUI" Compiler (for Windows)
(uses a version of the GNU C/C++ Compiler called Mingw
scroll to the bottom, and select the first link to SourceForge)
|
(click here) |
The C Prog. Language
(HTML version of the Kernighan and Ritchie textbook)
|
(CPL.zip) |
|
GOTO
TOP
|
Dates and special instructions for quizzes and exams.
Midterm Exam - Friday, Oct. 22, 2004
Covers: C, basic Linux commands, and Data Representation
|
Midterm Review: Data Representation |
(.doc) |
(.pdf) |
Midterm Review: C Programming |
(.doc) |
(.pdf) |
Midterm: Solutions |
(.doc) |
(.pdf) |
Quiz: Solutions |
(.doc) |
(.pdf) |
|
GOTO
TOP |
Assignments and research projects.
Program Interaction Capture Guide |
(.doc) |
(.pdf) |
File Transfer Guide |
(.doc) |
(.pdf) |
|
Lab Exercises #1: "Introduction to Linux" Tutorial |
(.doc) |
(.pdf) |
Lab Exercises #2: C |
(.doc) |
(.pdf) |
Lab Exercises #3: C - Memory
Correction: Question 4: the example value represented is 910, not 1110
|
(.doc) |
(.pdf) |
Lab Exercises #4: Mainboard |
(.doc) |
(.pdf) |
Lab Exercises #5: Drives and Operating Systems |
(.doc) |
(.pdf) |
Lab Exercises #6: Multiple Operating Systems |
(.doc) |
(.pdf) |
Lab Exercises #7: C - Structures |
(.doc) |
(.pdf) |
Lab Exercises #7: C - Structures - Solutions |
(.doc) |
(.pdf) |
Lab Exercises #8: Assembly |
(.doc) |
(.pdf) |
Lab Exercises #9: C - Bit Fiddling
(to use the pow() function: #include <math.h>
and add the -lm option to the gcc compiler: gcc -lm ...
|
(.doc) |
(.pdf) |
Lab Exercises #9: C - Bit Fiddling - Solutions |
(.doc) |
(.pdf) |
Lab Exercises #10: C - Multifile Compilation and Text Files |
(.doc) |
(.pdf) |
Lab Exercises #10: C - Multifile Compilation and Text Files - Solutions |
(.doc) |
(.pdf) |
Lab Exercises #11: C - Text Files |
(.doc) |
(.pdf) |
Lab Exercises #11: C - Text Files - Solutions |
(.doc) |
(.pdf) |
|
Term Project |
(.doc) |
(.pdf) |
|
GOTO
TOP
|
Support material for lectures and course references.
The Ten Commandements for C Programmers (funny, but true)
|
(click here) |
A general overview of C
|
(click here) |
C Programming Notes (**great!)
|
(click here) |
|
Floating-point links
C floating-point data types: types
Floating-point formats: formats
IEEE floating-point details: details
|
|