BS IT 2st Semester Outline - Govt. Islamia College Civil Lines - Govt. M.A.O. Graduate College || Affiliated by Punjab University
IT ‐ 102 | Programming Fundamentals: Objective : Computer programming is an art of developing computational solutions to precisely describable problems. The purpose of this course is to introduce students with basic concepts of structured programming. After completing this course, they should be able to write elegant structured programs to solve different computational problems. Programs are demonstrated using the C++ programming language. However, the concepts are taught in a language independent fashion. Note that the basic purpose of this course is to learn programming instead of a particular programming language. The following topics will be covered in this course: Introduction to Programming Languages and Compilers; Flowcharts, Pseudo-code; Data Storage; Introduction to C++, Classes, Objects, and UML; Control Statements; Functions and Recursion; Debugging; Command Line Arguments; Preprocessor; Arrays; Pointers and Pointer-Based Strings; File Processing; Structures and Unions;...