Dr. Lalatendu Behera
Vision and Mission of the Department and Institute
CSFC0101: Computer Programming (A-2)
Instructor
TAs
Class Timings and Venue
Monday: 03:30 PM - 04:25 PM
Wednesday: 04:30 PM - 05:25 PM
Thursday: 01:30 PM - 02:25 PM
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
Range of values for different data types
Classes
Lecture No. | Date | Topic | Source |
1 | 21/08 | Introduction to the course | |
2 | 28/08 | Introduction to Computers | |
3 | 29/08 | Algorithm, Flowchart, and Translators | |
4 | 02/09 | Basic Elements of C | |
5 | 04/09 | Number Systems (Decimal, Binary, Octal, and Hexadecimal) | Refer class notes |
6 | 05/09 | signed, 1's Complement, and 2's Complement Representation | Refer class notes |
7 | 09/09 | Floating-point Numbers | Refer class notes |
8 | 11/09 | Printf, Scanf, Constants | |
9 | 12/09 | Assignment Operators and Binary Arithmetic Operators | |
10 | 18/09 | Binary Arithmetic, increment, and decrement operators | |
11 | 19/09 | Relational and Logical operators | |
12 | 23/09 | Examples of logical operators and bitwise operators | Refer class notes |
13 | 25/09 | Comma and Ternary operator | |
14 | 26/09 | if else | |
15 | 30/09 | switch-case | |
16 | 14/10 | Loops | |
17 | 16/10 | Mid-semester Q/A Discussion | |
18 | 17/10 | while and for loops | |
19 | 21/10 | do-while loop, continue and break statements | |
20 | 23/10 | Pointers | |
21 | 24/10 | Operators with pointers | |
22 | 05/11 | Revision | |
22 | 08/11 | Basics of Arrays | |
24 | 11/11 | Arrays and pointers | |
|
Homeworks or Quizzes
1st Quiz on 24/September/2024 at 5:30 PM in lecture theatres. (Solutions: Set - A and Set - B)
2nd Quiz on 06/November/2024 at 5:30 PM in lecture theatres.
3rd Quiz on 13/November/2024 at 5:30 PM in lecture theatres.
Practice Questions
|