0% found this document useful (0 votes)
23 views3 pages

Cprogramming Practical SET-semester BscIT

The document outlines the practical examination details for the Programming in C course at P.K.R Arts College for Women, scheduled for October 22, 2024. It includes a list of practical tasks that students must complete, such as evaluating arithmetic expressions, calculating simple interest, and performing file operations. The examination is part of the first semester for the B.Sc IT program and is worth 60 marks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views3 pages

Cprogramming Practical SET-semester BscIT

The document outlines the practical examination details for the Programming in C course at P.K.R Arts College for Women, scheduled for October 22, 2024. It includes a list of practical tasks that students must complete, such as evaluating arithmetic expressions, calculating simple interest, and performing file operations. The examination is part of the first semester for the B.Sc IT program and is worth 60 marks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

P.K.

R ARTS COLLEGE FOR WOMEN, GOBI


(Re-Accredited with ‘A’ Grade by NAAC)
Autonomous Institution- Affiliated to Bharathiar University

DEPARTMENT OF COMPUTER SCIENCE


END SEMESTER PRACTICAL EXAMINATION- OCTOBER -2024

Course Code: 241ITU02 Subject: PROGRAMMING IN C-PRACTICAL


Class : I- B.Sc IT Semester: I
Date : 22.10.2024 Marks: 60

Practical List

1. Evaluate the expression which performs all arithmetic operations in mixed mode.
2. Create a Program to calculate simple interest.
3. Evaluate and Check the given number is odd or even - using if else/switch case/conditional operator
methods.
4. Construct a program to print all prime numbers between any two given limit.
5. Design a Program to find the sum of the digits of a number.
6. Create a Program to calculate gross salary of an employee
[using formula: gross Sal = basic_sal+hra+da].
7. Create a program to finding area of a square, rectangle, and circle using switch case.
8. Generate a program to arrange the given set of numbers in ascending and descending order.
9. Create a program to calculating Matrix addition.
10. Generate a Mark list processing using Structure.
11. Create a program to calculate the factorial value using recursive function.
12. Create a Program to perform various file operations – Add and Finding no of records in
the file.

INTERNAL EXAMINER EXTERNAL EXAMINER


P.K.R ARTS COLLEGE FOR WOMEN, GOBI
(Re-Accredited with ‘A’ Grade by NAAC)
Autonomous Institution- Affiliated to Bharathiar University

DEPARTMENT OF COMPUTER SCIENCE


END SEMESTER PRACTICAL EXAMINATION-OCTOBER 2024

Course Code: 241ITU02 Subject: PROGRAMMING IN C-PRACTICAL


Class : I- BSc IT Semester: I
Date : 22.10.2024 Marks: 60

List of Practical
1. a) Evaluate the expression which performs all arithmetic operations in mixed mode.
b) Create a program to calculating Matrix addition.

2. a) Create a Program to calculate simple interest.


b) Generate a Mark list processing using Structure.

3. a) Evaluate and Check the given number is odd or even - using if else/switch case/conditional
operator methods.
b) Create a Program to perform various file operations – Add and Finding no of records in
the file.

4. a) Construct a program to print all prime numbers between any two given limit
b) Create a program to calculate the factorial value using recursive function.

5. a) Design a Program to find the sum of the digits of a number.


b) Create a program to finding area of a square, rectangle, circle using switch case.

6. a) Create a Program to calculate gross salary of an employee


[using formula: gross Sal = basic_sal+hra+da].
b) Generate a program to arrange the given set of numbers in ascending and descending order.

INTERNAL EXAMINER EXTERNAL EXAMINER


1. a) Evaluate the expression which performs all arithmetic operations in mixed mode.
b) Create a program to calculating Matrix addition.

2. a) Create a Program to calculate simple interest.


b) Generate a Mark list processing using Structure.

3. a) Evaluate and Check the given number is odd or even - using if else/switch case/conditional
operator methods.
b) Create a Program to perform various file operations – Add and Finding no of records in
the file.

4. a) Construct a program to print all prime numbers between any two given limit
b) Create a program to calculate the factorial value using recursive function.

5. a) Design a Program to find the sum of the digits of a number.


b) Create a program to finding area of a square, rectangle, circle using switch case.

6. a) Create a Program to calculate gross salary of an employee [using formula: gross Sal =
basic_sal+hra+da].
b) Generate a program to arrange the given set of numbers in ascending and descending
order.

You might also like