Thursday, June 30, 2011

Wednesday, June 29, 2011

Updates on your Grading System

Please take note of the following changes of your grading system.


Exam                      60%
Final Project            10%
Laboratory              15%    
Quizzes/Homework  15%

Wednesday, June 22, 2011

Linux Command Reference & Laboratories 1 and 2

You can download Laboratory Nos. 1 and 2.



Print the Linux Command for your reference and bring it on the lab.


Your work on the lab will be checked on Thursday, June 23, 2011. You will be asked few questions before you will be graded. Please study your work.

Thursday, June 16, 2011

Lecture Slides

  1. Introduction (.pdf)
  2. Hello World (.pdf)
  3. Case Study (.pdf)
  4. Overview of C (.pdf)
Download Foxit Reader to view a .pdf file format.

Homework 2: Numeric Types and Expressions (100 points)

Convert Between °C and °F. Convert temperatures from one system to another. Conversion Constants:  32°F = 0°C, 212°F = 100°C.

The following two formulae converts between °C (Celsius) and °F (Fahrenheit).

Equation 4.2. Convert °C (Celsius) to °F (Fahrenheit)

Equation 4.3. Convert °F (Fahrenheit) to °C (Celsius)
Create a print statement to convert 18° C to °F.
Create a print statement to convert -4° F to °C.


Write your answer in a whole sheet of yellow paper. Do not forget the date, name, course & section to write it on your paper. Late submission will not be accepted.

Announcement: Class Facebook

I would like to inform everybody that the class has a Facebook account. We could use Facebook to raise questions and other matter regarding about the course. Please add if you are interested.

Click HERE to visit the group.

Wednesday, June 8, 2011

My First Program in C

/**
* My first program in C.
**/

#inlcude

int main ()
{
printf("This is my first program in C.");
return 0;
}

Monday, June 6, 2011

Class Schedule

  • CSC 101 COE1
    03:00PM-04:00PM, WF
    SCS-LR1
  • CSC 101 COE1 (LAB)
    09:00AM-10:30AM, TTh
    COE-COMPLAB2
  • CSC 101 COE1.1 (LAB)
    10:30AM-12:00PM, TTh
    COE-COMPLAB2
  • CSC 101 COE3
    10:00AM-11:00AM, WF
    SCS-LR1

Class Calendar