FOP Theory Schedule 2024 RKS V1
FOP Theory Schedule 2024 RKS V1
FOP Theory Schedule 2024 RKS V1
Course Outcome
To be able to develop logic, flowcharts, pseudocode and algorithm to solve problem through programming. To learn about the data types,
1.
operators and functions in C programming language. (UNIT - 1)
To be able to write code in C programming language for a variety of problems. Understanding a functional hierarchical code organization. (UNIT
2. - 2)
Ability to define and manage data structures based on problem subject domain. Ability to work with textual information, characters and strings.
3. (UNIT - 3)
4. Ability to work with arrays of complex objects.(UNIT - 4)
Understanding a concept of object thinking within the framework of functional model. Understanding a defensive programming concept. Ability
5.
to handle possible errors during program execution (UNIT - 5)
C Programming Basics
6. Program statements, declarations, How the computer stores data in memory
7. Operators and Expressions
02
8. L-values and R-values. Type casting & type conversion. 7
9. Input Output: Basic Screen and Keyboard I/O in C (20%)
10. Escape sequence , Unformatted Input and Output, Formatted Input
11. Output Functions and format specifier, Concepts of Function
12. Working with user defined function. Writing first program with the help of flow chart and user define function.
Control Statements
13. Specifying Test Condition for Selection and Iteration
---
03 14. Writing Test Expression, Conditional execution and selection 6
---
15. Iteration and repetitive Execution: goto statement, for (15%)
16. While and do-while loops; variations of for loop
17. break & continue statement
18. nested loops