MATH 153 - Introduction to Computer Programming I
Course Description
This course provides a comprehensive introduction to computer science, covering its origins and fundamental programming concepts.
Students will explore logical problem-solving, enjoy engaging activities, learn flowcharting, and gain practical experience in C
programming to address modern challenges using technology.
Course Learning Outcomes
After completion of the course, the student should be able to:
- Use the fundamentals of programming in creating programs.
- Understand the syntax and semantics of the "C" programming language.
- Write their own programs using standard language infrastructure regardless of
the hardware or software platform.
Course Outline
I. Introduction to C and its Basic Concepts
- Keywords and Identifiers
- Variables, Constants, and Literals
- Data Types
- Input/Output
- Operators
II. Decision Control Statements
- If-else
- Switch-case
III. Loops
- Types of Loops
- Loop Control Statements
- Infinite Loops
IV. Functions
- Programming Functions and
User-defined Functions
- Function Types
V. Recursion
- Concept of Recursion
- Application of Recursion
VI. Arrays
- Programming Arrays
- Arrays and Functions
VII. Pointers
- Programming Pointers
- Pointers and Arrays
- Pointers and Functions
VIII. Strings
- Programming Strings
- String Functions
- String Examples
IX. Structures
- Introduction
- Structures and Pointers
- Structures and Functions
- Programming Union
X. Files Input/Output
XI. Preprocessors and Built-in Libraries