2023 2024 Student Forum > Management Forum > Main Forum

 
  #1  
4th June 2015, 10:02 AM
Unregistered
Guest
 
Cs1100 IIT madras

Is Department of Computer Science and Engineering affiliated to the Indian Institute of Technology Madras offers B.tech in Computer Science? If yes then please tell me about the course structure of the B.tech in Computer Science offered by Indian Institute of Technology Madras?
Similar Threads
Thread
Rsi iit madras
MSC in IIT Madras
IIT Madras TI
HPC IIT Madras
GIS IIT Madras
IIT KGP Vs IIT Madras
Is There MCA In IIT Madras
IIT Madras SRF
JEE IIT Madras
IIT Madras Jam
Madras IIT MBA
Indian Institute Of Technology Madras (IIT Madras) MBA
Civil IITM Cs1100
MS Phd IIT Madras
MBA IIT Madras
IIT Madras EE
IIT Madras VSC
IIT Madras NSS
KV IIT Madras
CEP IIT Madras
  #2  
5th April 2020, 12:38 PM
Super Moderator
 
Join Date: Aug 2012
Re: Cs1100 IIT madras

CS1100 Programming

Objectives:
The course aims to provide exposure to problem solving through programming. It aims to train the student to the basic concepts of the C programming language. This course involves a lab component which is designed to give the student hands on experience with the concepts.

Module 1 : (Introduction to Computing) 6 lectures

Fundamentals of Computing, Historical perspective, Early computers. Computing machine. Problems, Pseudocode and flowcharts. Memory, Variables, Values, Instructions, Programs.

Module 2 : (Introduction to C) : 10 lectures

The language of C. Phases of developing a running computer program in C.
Data concepts in C Constants, Variables, Expressions, Operators, and operator precedence in C.
Statements Declarations, InputOutput Statements, Compound statements, Selection Statements. Conditions, Logical operators, Precedences. Repetitive statements, While construct, Dowhile Construct, For construct.
Data types, size and values. Char, Unsigned and Signed data types. Number systems and representations. Constants, Overflow.
Arrays. Strings. Multidimensional arrays and matrices.

Module 3 : (Modular Programming and Example Problems) : 10 lecture

Functions The prototype declaration, Function definition.
Function call Passing arguments to a function, by value, by reference. Scope of variable names. Recursive function calls, Tail recursion. Analysing recursion, Tree of recursion, linear recursion.
Sorting problem Selection Sort, Insertion Sort, Comparison between sorting algorithms. Sorting in multidimensional arrays. Sorting in strings.
Search problem Linear search and binary search. Comparison between search procedures. Recursive and Iterative formulations.

Module 4 : (More Data Types in C) : 14 lectures

Pointers Pointer variables. Declaring and dereferencing pointer variables. Pointer Arithmetic. Examples. Accessing arrays through pointers. Pointer types, Pointers and strings. String operations in C.
Structures in C. Motivation, examples, declaration, and use. Operations on structures. Passing structures as function arguments. type defining structures.
Selfreferential structures. Dynamic Data Structures. Linked Lists. Examples.
File inputoutput in C. Streams. Input, output and error streams. Opening, closing and reading from files. Programming for command line arguments.
Numerical errors due to data representations and machine precision. Approximation and error analysis. Illustration through examples.

Text Books:
C: How to program, H. M. Deitel, P. J. Deitel, 7th edition, Pearson Education, 2010.

Reference Books:
• R. G. Dromey, “How to Solve It By Computer”, Pearson, 1982
• A.R. Bradley, “Programming for Engineers”, Springer, 2011
• Kernighan and Ritchie, “The C Programming Language”, (2nd ed.) Prentice Hall, 1988


Quick Reply
Your Username: Click here to log in

Message:
Options

Thread Tools Search this Thread



All times are GMT +5. The time now is 12:48 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
SEO by vBSEO 3.6.0 PL2

1 2 3 4