First Year Syllabus
First Year Syllabus
ICT 101:
Books:
1. P.K. Sinha and P. Sinha, “Foundation of Computing”, First Edition, 2002, BPB publication.
2. DOS and WINDOWS operating system reference manual.
3. Unix Concepts and Application – By Sumitabha Das
Books:
1. S. Sagman, “Microsoft Office 2000 for windows”, Second Indian Print, 2001, Pearson
Education.
2. Moseley Boodey: “Mastering MS Office 97” Professional edition, BPB Publication.
III. Programming in C
1. Introduction to ‘C’ Language 5 Marks
1.1. Basic Components: Character Sets, Variable and Identifier, Data types, Built-in Data types,
Variable Definition, Constants and Literals.
1.2. Operators: Arithmetic, Relational, Logical Operators and Expressions.
1.3. Statements: Simple assignment statement, Basic input/output statement
3. Functions: 5 Marks
3.1 Top Down approach of problem solving: Modular programming and functions standard
library of C functions, prototype of a function, Recursive Function
3.2 Parameter: Formal parameter list, Return type, Function call, Block Structure, passing
parameter argument to a function: call by reference, call by value, arrays as function
argument.
BOOKS:
1. Byron Gottfried, “Programming in C”, 2nd Ed, Tata McGraw Hill, 2000
2. RG Dromey, “How to solve it by computer”, 7th Ed 2001 Prentice Hall of India
3. E. Balagurusami, “Programming with ANSI C”, 1st Ed, 1996 Tata McGraw Hill
4. A. Kamthane, “Programming with ANSI and Turbo C”, 1st Ed, 2002 Pearson Education.