Article Share Weblog

Read Share Support

Archive for the ‘Introduction to Computer Programming’ Category

Introduction to Computer Programming Handout 02

Posted by Fawad Ishaq on June 3, 2008

After reading this handout, you will be able to:

  • Simple computer programs in C++.
  • Write simple output statements.
  • Use arithmetic operators.
  • Understand the precedence of arithmetic operators.
  • Use the escape sequences.

| Click here to download |

Posted in Introduction to Computer Programming | Leave a Comment »

Handout 02

Posted by Fawad Ishaq on May 9, 2008

After reading this handout, you will be able to:

  • develop simple computer programs in C++.
  • Write simple output statements using cout.
  • Use basic arithmetic operators such as +, -, *, /, and %.
  • Understand the precedence of arithmetic operators.

click Introduction to C++ to download C++ programming handout 02.

Posted in Introduction to Computer Programming | Leave a Comment »

Handout 01

Posted by Fawad Ishaq on May 9, 2008

After reading this handout, you will be able to:
  • Understand the six steps in the program development cycle. 
  • Differentiate between structured and object-oriented design. 
  • Understand program design techniques.

click Introduction to Programming to download C++ programming handout 01. 

 

Posted in Introduction to Computer Programming | Leave a Comment »