Friday, February 9, 2007

Introduction to Programming in 'C' (BCA-103)

Section A
Problem analysis; Techniques of problem solving; step wise refinement; Pseudo codes; algorithms; concept of high level , low level & assembly languages; compilers, flowcharts; decision tables; elementary algorithm development;searching(bubble, selection, exchange, insertion, quick sort); merge sort; types of errors: syntax , semantic.
Section B
Programming : Representation of integers, characters , real data types :constants & variables ;Arithmetic Expressions, Assignment statement, Logical Expressions;Sequencing , Alteration & iteration; Arrays, string processing; sub programs; recursion; Files & pointers. Structures programming concepts; Top down Designing; Development of efficient programs; program correctness ; Debbugging & testing of programs.
Books
1. How to solve it by computer -G. Dromey
2. Let Us C - Y. Kanetkar

No comments: