Neural Sync Active
BSCS3005 - Programming in C
Registry Synced
BSCS3005 - Programming in C
456 words
2 min read
| Field | Value |
|---|---|
| Course Code | BSCS3005 |
| Level | Degree Level Course |
| Credits | 4 |
| Type | Elective |
| Pre-requisites | None |
π Description
This course is intended as a practical introduction to C programming. The focus is on gaining experience with writing and debugging programs.
At the end of this course, a student should be able to:
-write, compile, and run programs in C
-use debugging tools to find and correct errors in programs
-use various constructs in C and the standard library of C to implement basic data structures and algorithms
-understand the need for an OS and how programs interact with the system
ποΈ Weekly Syllabus
| Week | Topic |
|---|---|
| Week 1 | Write, compile, and run programs in C in a Linux environment; debugging tools |
| Week 2 | Variables, built-in datatypes, operators; Control flow - conditionals, loops |
| Week 3 | Modularity and functions; variable scope |
| Week 4 | Input/Output; Files |
| Week 5 | Pointers, memory, arrays, strings |
| Week 6 | Multi-dimensional arrays, dynamic memory allocation; issues - memory leaks, management |
| Week 7 | Standard library and common extensions (math, time, etc.) |
| Week 8 | Implementation concepts: compilation and execution process; heap/stack; runtime and OS interface |
π Books & Resources
Prescribed Books
The following are the suggested books for the course:
βThe C programming language,β Kernighan and Ritchie Practical C Programming, S. Oualline, OβReilly Publications Online sources and language reference
π About the Instructors
Prof. Nitin Chandrachoodan
Professor,
Department of Electrical Engineering,
IIT Madras
Nitin Chandrachoodan received his BTech (electronics and communication engineering) from IIT Madras in 1996, and PhD from the University of Maryland at College Park in 2002, in the area of high-level synthesis techniques for mapping DSP algorithms to architectures. He has been with the department of electrical engineering at IIT Madras since 2004, where he is currently an professor.
...
more
His research interests include digital systems design and design automation tools and techniques, as well as design of embedded systems with a special focus on assistive technologies. He has taught graduate courses on digital integrated circuit design and on mapping algorithms to architectures, and a UG course on data structures and algorithms, as well as a laboratory course on digital design using FPGAs. He is an associate editor of the Springer Journal of Signal Processing Systems.
less
Visit website
Other courses by the same instructor:
BSCS2003 -
Modern Application Development I
and
BSCS2006 -
Modern Application Development II