2023 2024 Student Forum > Management Forum > Main Forum

 
  #2  
30th June 2020, 01:51 PM
Unregistered
Guest
 
Re: Sastra University Lab Manual

Can you provide me the syllabus for 1st Semester - Computer Programming Lab – I “C” and 2nd Semester - Computer Programming Lab – II under B. Tech. Computer Science & Engineering Program offered by SASTRA University?
  #3  
30th June 2020, 01:51 PM
Super Moderator
 
Join Date: Oct 2019
Re: Sastra University Lab Manual

The syllabus for 1st Semester - Computer Programming Lab – I “C” and 2nd Semester - Computer Programming Lab – II under B. Tech. Computer Science & Engineering Program offered by SASTRA University is as follows:


1st Semester- BCSCCS 108/BITCCS 108/BICCCS 108- Computer Programming Lab – I “C”

CREDITS: 02

1. Programs on arithmetic operators (like simple interest, compound interest and Celsius to Fahrenheit)

2. Programs on conditional and looping statements (like solving Quadratic equation. Sine and cosine series, Summation of digits)

3. Programs on Numerical Methods problems (like Runge-Kutta Method, Gauss-Seidal method)

4. Programs on arrays (like Matrix operations, finding minimum or maximum in a set of numbers)

5. Programs on string manipulations (palindrome, pattern searching)

6. Programs on Functions and recursion (factorial, Fibonacci, tower of Hanoi)

7. Programs on structure and unions (student, employee details)

8. Programs on pointers (sorting or searching)

9. Programs on files( payroll processing)

10. Menu driven Programs to demonstrate graphic functions (circle, line, ellipse arc)

11. Programs on Dynamic memory allocation

12. Programs on Command Line Arguments


2nd Semester- BCSCCS 208/BITCCS 208/BICCCS 208- Computer Programming Lab - II

CREDITS: 02

1. Write program in C++ to accept a single character from the keyboard Display the Character or keystroke and its decimal, hexadecimal and octal values in the format: Character decimal hexadecimal octal.

2. Write program to generate the following pyramid
0
1 0 1
2 1 0 1 2

3. Write program to perform arithmetic operations addition, subtraction. Multiplication and division of two numbers using pointer to a function

4. Read a set of lines from stdin, Store them in an array again read a strings from std in check whether the given strings in array and print the result to stout.

5. Write a program to read a set of names, register numbers, DOB and date of admission of the students where the dates consists of 3 members such as day. Month and year as a separate structure. Sort them in ascending order using a structure data type.

6. Develop a program to create a data box with the following items using a structured data type. Name of the patient, sex, Age, ward number, nature of illness, date of admission. The program should build a table. List the table. Insert entries, delete entries edit an entry and search for a record.

7. Write a program using classes and objects to read a set of lines and find out the number of characters, words and lines in a given text.

8. Write a program to perform the salary details of the employees of a company using Constructor and destructor the employee detail should include number, name, age, sex, basic salary, designation and department. Calculate HRA, CCA, DA, TA, PF, and LIC according to basic salary. Display gross pay and net pay.

9. Write a program to perform simple operations of two complex numbers using operator overloading.

10. Write a program for finding the smallest and largest in a list of N numbers. Accept the value of N at runtime and allocate the necessary amount of storage for strong numbers.

11. Write a program to perform the following using function overloading:
a. To read a set of integers.
b. To read a set of floating point numbers
c. To read a set of double numbers.
And find out the average of the non negative numbers.

12. Design three classes: Student, Exam and Result. The student class has data members such as Student number; names etc. create a class Exam by inheriting the student. The exam class adds data members representing the marks scored in 6 subjects. Derive the result from the exam class and it own data members such as total marks. Write an interactive program to model this relationship.


Quick Reply
Your Username: Click here to log in

Message:
Options




All times are GMT +5. The time now is 08:20 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
SEO by vBSEO 3.6.0 PL2

1 2 3 4