PPS Important Topics (3110003) with solution
PPS Important Topics (3110003)
Introduction to computer and programming
- Types of software
- compiler vs interpreter
- basic block diagram and functions of various components of computer
I/O function
Fundamentals of C
Control structure in C
- Introduction of control structure and Simple control statements
- Decision making statements
- Looping statements
- break and continue
Array & String
Functions
Recursion
- Recursion as a different way of solving problems.
- Example programs, such as Finding Factorial, Fibonacci series
- recursion vs iterative approach