Dr. Lalatendu Behera
Vision and Mission of the Department and Institute
CSFC0101: Computer Programming (B-3)
Instructor
TAs
Class Timings and Venue
Wednesday: 08:30 AM - 09:25 AM
Thursday: 9:30 AM - 10:25 AM
Friday: 10:30 AM - 11:25 AM
Venue: SB - 3
Course Outcomes
CO | |
1 | Understand the basic components of a digital computer and create simple applications using basic elements of C. |
2 | Analyze and solve various algorithmic problems using arrays and function. |
3 | Implement real-time applications in C using structures. |
4 | Develop complex applications using file systems. |
|
CO - PO Mapping
CO | PO1 | PO2 | PO3 | PO4 | PO5 | PO6 | PO7 | PO8 | PO9 | PO10 | PO11 | PO12 |
CO1 | M | | L | | | | | | | | | |
CO2 | L | H | M | | | | | | | | | |
CO3 | M | M | M | M | | | | | L | | H | M |
CO4 | M | M | M | M | | | | | L | | H | M |
|
Recommended Books
B. W. Kernighan and D. M. Ritchie, “The C Programming Language”, Pearson Education, 2006.
Byron S. Gotfried, “Programming with C”, Schaum's Outlines, Tata Mcgraw-hill, 2006.
Y. P. Kanetkar, “Let us C”, BPB Publication, 2011.
E. Balagurusamy, “Programming in ANSI C”, Tata Mcgraw-hill, 2019.
Evaluation
Class Performance: 5%
Quiz/Assignment/Project: Four Quizzes (Best Three) (15%)
Mid-semester: 30%
End-semester: 50%
Recommended Materials
C Operator Precedence Table
Classes
Lecture No. | Date | Topic | Source |
1 | 17/01 | Introduction to the course | |
2 | 18/01 | Introduction to Computers | |
3 | 19/01 | Compilers, Assemblers and Interpreters | |
4 | 24/01 | Basic elements of C (Characters, Identifiers, Variables, Data Types) | |
5 | 25/01 | Number Systems | Refer Class Notes |
6 | 31/01 | Floating-point Numbers | Refer Class Notes |
7 | 01/02 | Keywords, Constants, printf, and scanf | |
8 | 02/02 | Binary and Unary Arithmetic Operators, Typecast | |
9 | 07/02 | Relational and Logical Operators | |
10 | 08/02 | Examples on Logical Operators | |
11 | 09/02 | Bitwise, Assignment, Conditional and Comma Operator | |
12 | 14/02 | if - else | |
13 | 15/02 | switch-case | |
14 | 16/02 | while loop | |
15 | 21/02 | for loop, do-while, break, and continue | |
16 | 22/02 | Introduction to Pointers | |
17 | 28/02 | Pointers | |
18 | 29/02 | Introduction to arrays | |
19 | 01/03 | 1-D Arrays | |
20 | 06/03 | Arrays and Pointers | |
21 | 07/03 | Array and its adresses | |
22 | 13/03 | Sorting | |
23 | 03/04 | Mid-semester Q/A Discussion | |
24 | 04/04 | Searching, Array of pointers, and Pointer to an array | Refer Class Notes |
25 | 05/04 | Introduction to 2-D Arrays | |
26 | 10/04 | 2-D Arrays and Pointers | |
27 | 12/04 | Pointer to const int, const pointer to int, & const pointer to const int | |
28 | 18/04 | Introduction to Function | |
29 | 19/04 | Call by value and Call by reference | |
30 | 20/04 | Passing 1-D Arrays to a function | |
31 | 24/04 | Passing 2-D Arrays to a function, Recursion | |
32 | 25/04 | Dynamic Memory Allocation | |
33 | 26/04 | Strings | |
34 | 01/05 | Constant Strings, Constant Pointers, and Example of Recursion | |
35 | 02/05 | Introduction to Structures | |
36 | 03/05 | Structures and Functions and Union | |
37 | 08/05 | Preprocessor Directives | |
38 | 09/05 | Storage Classes | |
39 | 10/05 | Files | |
|
Homeworks or Quizzes
1st Quiz on 14/February/2024 at 5:30 PM in lecture theatres. (Solutions: Set - A and Set - B)
2nd Quiz on 06/March/2024 at 5:30 PM in lecture theatres. (Solutions: Set - A and Set - B)
3rd Quiz on 17/April/2024 at 5:30 PM in lecture theatres.
(Solutions: Set - A and Set - B)
4th Quiz on 01/May/2024 at 5:30 PM in lecture theatres.
(Solutions: Set - A and Set - B)
Practice Questions
|