Article Share Weblog

Read Share Support

Archive for June 3rd, 2008

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 »

Introduction to Computer Programming using C++ Course Outline

Posted by Fawad Ishaq on June 3, 2008

Introduction

This course introduces students to computer programming using C++ programming language. C++ is one of today’s most popular software development languages and has become the implementation language of choice. During the course students will learn the basic of computer programming as well as the master the advance programming concepts such as abstraction, encapsulation, inheritance, and polymorphism. The emphasis will be on problem solving rather than just learning the programming language.

| Click Here to Download |

Posted in Course Outlines | Leave a Comment »

Introduction to Computer Applications Course Outline

Posted by Fawad Ishaq on June 3, 2008

Introduction

Computer Literacy entails having knowledge and understanding of computers and its uses. As computers become an increasingly important part of daily living, many people believe that computer literacy is vital to success. You may interact directly with computers in fields such as education, finance, government, health care, science, publishing, travel and industry. Computers are now a primary means of communication for all types of people. People in today’s modern world use computers for different reasons.

| Click here to download Introduction to Computer Applications Course Outline |

Posted in Course Outlines | Leave a Comment »

Software Engineering Course Outline

Posted by Fawad Ishaq on June 3, 2008

Introduction

Software engineering is the branch of computer science that creates practical, cost-effective solutions to computing and information processing problems, preferentially by applying scientific knowledge, developing software systems in the service of mankind. This course covers the fundamentals of software engineering, including understanding system requirements, finding appropriate engineering compromises, effective methods of design, coding, and testing, team software development, and the application of engineering tools. The course will combine a strong technical focus with a capstone project providing the opportunity to practice engineering knowledge, skills, and practices in a realistic development setting with a real client.

| Click here to download Software Engineering Course Outline |

Posted in Course Outlines | Leave a Comment »

Object-Oriented Programming in C++ Course Outline

Posted by Fawad Ishaq on June 3, 2008

Introduction.

Object-oriented programming (OOP) is a currently popular and powerful programming technique. The main characteristics of OOP are encapsulation, inheritance, and polymorphism. C++ accommodates OOP by providing classes, a kind of data type combining both data and algorithms. C++ is not what some authorities would call a “pure OOP language.” C++ tempers its OOP features with concerns for efficiency and what some might call “practicality.” This combination has made C++ currently the most widely used OOP language, although not all of its usage strictly follows the OOP philosophy.

| Click here to download Object-Oriented Programming Course Outline |

Posted in Course Outlines | Leave a Comment »