4th Sem, Biomedical

4049: Programming in C Lab KL Diploma Syllabus for BM 4th Sem 2015 Revision SITTTR

Programming in C Lab detailed syllabus for Biomedical Engineering (BM) for 2015 revision curriculum has been taken from the SITTTRs official website and presented for the BM students. For course code, course name, number of credits for a course and other scheme related information, do visit full semester subjects post given below.

For Biomedical Engineering 4th Sem scheme and its subjects, do visit BM 4th Sem 2015 revision scheme. The detailed syllabus of programming in c lab is as follows.

Programming in C Lab

OBJECTIVES

At the end of the Course, the students will be able to:

  • Develop the logic to solve the given problem.
  • Understand the concepts of constants, variables, data types and operators.
  • Develop programs using input and output operations.
  • Write programs using decision control structures in C.
  • Write programs using loop control structures in C.
  • Write programs using case control structures in C.
  • Write programs based on arrays.
  • Write Programs using string handling functions.
  • Write programs using user-defined functions.
  • Write programs using structures
  • Write programs using the concept of Pointers.

CONTENTS

  1. To apply programming concepts in C
    1. Demonstrate output functions and input function for a simple application.
    2. Write programs for simple expression evaluation.Create a Sample application for inputting details such as regno, branch code, semester and 5 marks of a student, calculate and display total mark along with student details.
    3. Write programs using simple if statement.
    4. Write programs using if.else, elseif and nested if.
    5. Write programs using switch statement.Sample Experiment : Modify the sample application to calculate and display the grade based on the total mark along with student details.
  2. To apply Looping controls and arrays
    1. Write programs using while, do.while and for statements.Sample Experiment :: Modify the sample application to calculate and display the details along with the total mark and grade of n’ number of students.
    2. Write programs using one dimensional array.
    3. Write programs to perform one dimensional operations like Insert, delete, search,sort, largest, smallest, second largest, and compute sum and average of array elements.
    4. Write programs using two dimensional arrays.
    5. Write programs to perform two dimensional array operations like Transpose of a matrix, checking of symmetric matrix, sum of elements of matrix, row sum, column sum, sum of diagonal elements, matrix addition, matrix multiplication Sample Experiment :: Modify the sample application to store the details of n’ students into multiple arrays, calculate and display the total mark along with the student details in the order of total mark.
  3. To apply Pointers and Strings
    1. Write programs to apply pointers
    2. Write programs for string manipulationsSample Experiment :: Modify the sample application to store the details of n’ students with following data elements regno, name (character array), branch, semester and 5 marks (integer array) and display student details along with total mark and grade based on boundary conditions.
  4. To apply Functions
    1. Write simple programs based on library functions
    2. Write programs to illustrate User-defined functions
    3. Write Function subprograms using arrays and pointers
    4. Write Function subprograms to illustrate array as argument
    5. Write Function subprograms to Illustrate pointers as argumentsSample Experiment :: Modify the sample application to store the details of n number of students in multiple arrays with following data elements – regno, name, branch, semester and 5 marks and display the student details along with total mark and grade based on boundary condition. Use function for grade calculation. Display the output with proper headings and format.
    6. Write programs to illustrate structureSample Experiment :: Modify the sample application by creating a structure named student details and display above mentioned students details

For detailed syllabus of all other subjects of Biomedical Engineering, 2015 revision curriculum do visit BM 4th Sem subject syllabuses for 2015 revision.

To see the syllabus of all other branches of diploma 2015 revision curriculum do visit all branches of SITTTR diploma 2015 revision.

Leave a Reply

Your email address will not be published. Required fields are marked *

*