0% found this document useful (0 votes)
49 views

Murugappa Polytechnic College, Chennai - 62: Prepared by Approved by

This document contains an assignment for a class on Programming in C and Computer Networking. It lists 16 questions requiring students to write and execute C programs to perform tasks like calculating sums, averages, areas of shapes, and comparisons using different loops and conditional statements. The programs test students' understanding of basic C programming concepts and their ability to apply different knowledge levels from remember to understand. Students must submit their work by November 9th, 2021.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views

Murugappa Polytechnic College, Chennai - 62: Prepared by Approved by

This document contains an assignment for a class on Programming in C and Computer Networking. It lists 16 questions requiring students to write and execute C programs to perform tasks like calculating sums, averages, areas of shapes, and comparisons using different loops and conditional statements. The programs test students' understanding of basic C programming concepts and their ability to apply different knowledge levels from remember to understand. Students must submit their work by November 9th, 2021.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

MURUGAPPA POLYTECHNIC COLLEGE, CHENNAI – 62

DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING

SUB : EEM 36 Programming in C and Computer Networking Practical


CLASS: III R & SW DATE : 03.11.2021

ASSIGNMENT- III SUBMISSION :09.11.2021

Q.No Questions CO No. Knowledge level

1 Write and execute a C program to find the sum, difference and CO1 K2 UNDERSTAND
product of two numbers.
2 Write and execute a C program to convert Fahrenheit CO1 K1 REMEMBER
temperature to Celsius temperature.
3 Write and execute a C program to convert to Celsius CO1 K1 REMEMBER
temperature to Fahrenheit temperature.
4 Write and execute a C program to find the sum of 5 numbers CO2 K2 UNDERSTAND
using for loop.
5 Write and execute a C program to find the sum of 8 numbers CO2 K2 UNDERSTAND
using while loop.
6 Write and execute a C program to find the average of 12 CO2 K2 UNDERSTAND
numbers.
7 Write and execute a C program to find the biggest among three CO1 K2 UNDERSTAND
numbers.
8 Write and execute a C program to find the smallest among CO1 K2 UNDERSTAND
three numbers.
9 Write and execute a C program to find the bigger among two CO1 K2 UNDERSTAND
numbers.
10 Write and execute a C program to find the smaller among two CO1 K2 UNDERSTAND
numbers.
11 Write and execute a C program to determine the area and CO1 K1 REMEMBER
perimeter of a Rectangle and square.
12 Write and execute a C program to find the area and CO1 K1 REMEMBER
circumference of a circle.
13 Write and execute a C program to use add, subtract, multiply CO4 K2 UNDERSTAND
and division of two numbers using switch case and break
statement.
14 Write and execute a C program to find the average of 10 CO2 K2 UNDERSTAND
numbers using Do While loop.
15 Write and execute a C program to find the day of a week using CO4 K2 UNDERSTAND
switch case and break statement.
16 Write and execute a C program to print the multiplication of CO2 K2 UNDERSTAND
the given number using for loop.

Prepared by Approved by

You might also like