This module aims to introduce students to the discipline of computing with a focus on good program design, programming styles, and structured program development using a high-level programming language. The students shall also be introduced to the basic concepts in procedural abstraction, structured programming and top-down design with step wise refinement. Laboratory work is essential in this module.

CRUD Project in C-Programming
The following code is here to assist the students of my class for random access data files. This will assist you to generate further ideas for doing the “Introductory to Programming ” project. Project helps to put all ideas and […]