Online | Offline Tuitions for Introduction to Programming
Visit http://www.learninggeeks.info for Registration.
Call us @ 9718322472, 9810333483
Mail us for any queries: learninggeeks@gmail.com
UNIT - I
Introduction to Programming: Concept of algorithms, Flow Charts, Data Flow diagrams etc., Introduction to the Editing tools such as vi or MS-VC editors, Concepts of the finite storage, bits bytes, kilo, mega and gigabytes. Concepts of character representation, Number Systems & Binary Arithmetic.
UNIT - II
Programming using C: The emphasis should be more on programming techniques rather than the language itself. The C Programming language is being chosen mainly because of the availability of the compilers, books and other reference materials.
Example of some simple C program. Concept of variables, program statements and function calls from the library (Printf for example)
C data types, int, char, float etc., C expressions, arithmetic operation, relational and logic operations, C assignment statements, extension of assignment of the operations. C primitive input output using getchar and putchar, exposure to the scanf and printf functions, C Statements, conditional executing using if, else. Optionally switch and break statements may be mentioned.
UNIT - III
Iterations and Subprograms: Concept of loops, example of loops in C using for, while and do-while. Optionally continue may be mentioned.
One dimensional arrays and example of iterative programs using arrays, 2-d arrays Use in matrix computations.
Concept of Sub-programming, functions Example of functions. Argument passing mainly for the simple variables.
UNIT - IV
Pointers and Strings: Pointers, relationship between arrays and pointers Argument passing using pointers Array of pointers. Passing arrays as arguments.
Strings and C string library.
Structure and Unions. Defining C structures, passing strings as arguments Programming examples.
TEXT BOOKS:
1. Yashwant Kanetkar, “Let us C”, BPB Publications, 2nd Edition, 2001.
2. Herbert Schildt, “C:The complete reference”, Osbourne Mcgraw Hill, 4th Edition, 2002.
REFERENCE BOOKS:
1. Raja Raman, “Computer Programming in C”, Prentice Hall of India, 1995.
No comments:
Post a Comment