CSc 101 – Computer Programming I (using C) is designed to introduce programming techniques and problem solving methods to engineering students using the C programming language. Emphasis is placed on the fundamentals of computer programming instead of the peculiarities of C.
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.
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.
Saturday, June 18, 2011
Thursday, June 16, 2011
Lecture Slides
- Introduction (.pdf)
- Hello World (.pdf)
- Case Study (.pdf)
- Overview of C (.pdf)
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).
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.
The following two formulae converts between °C (Celsius) and °F (Fahrenheit).
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.
Click HERE to visit the group.
Monday, June 13, 2011
Code::Blocks
To run c source codes in Windows, download the Code::Blocks Integrated Development Environment (IDE).
Wednesday, June 8, 2011
My First Program in C
/**
* My first program in C.
**/
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
Subscribe to:
Posts (Atom)