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

Assignment7

Uploaded by

hardikpatil2745
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Assignment7

Uploaded by

hardikpatil2745
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Assignment 7

FE All
ES04T Structured Programming

Announcement 25/11/2024 Submission


Date Date
Self-Declaration
It took me _________ hour(s) and ________minute(s) to solve the assignment, ensuring accuracy,
completeness, and adherence to professional and ethical standards.
Roll 2410 Name Sign
No.
Assessment
Grade Faculty Signature
Rubric:
Category Criteria Score Range
Code • Program runs successfully without errors.
Functionality • Meets all the specified requirements.
• Correct output for all test cases (including edge cases).
Code Quality & • Code is well-structured and readable
Style • Uses meaningful variable/function names.
• Proper indentation and formatting.
• Excellent: 9-10
• Follows best coding practices.
• Good: 7-8
Algorithm & • Uses appropriate algorithms.
• Satisfactory: 5-6
Efficiency • Solution is efficient with proper use of loops, conditionals,
• Needs
and data structures.
Improvement: 3-4
• Time and space complexity is reasonable for the problem.
• Unsatisfactory: 0-2
Documentation • Clear, concise comments explaining complex logic.
& Comments • Proper header comments for each function.
• Adequate overall documentation of the program.
Testing & • Comprehensive testing (normal cases, edge cases).
Validation • Clear evidence of debugging and validation.
• Includes output or test results for the test cases.

CO Mapping:
CO No. Statements

CO1 Student will be able to understand the fundamentals of C programming language

Student will be able to apply the control structures for solving the problem at hand
CO2

CO3 Student will be able to decompose the problem and solve it using modular programming approach

Student will be able to demonstrate use of derived and user defined data types for collection and
CO4
processing of data

Student will be able to understand the concept of pointers and files to solve problems related to
CO5
dynamic and persistent data
Assignment 7
FE All
ES04T Structured Programming

Q.1: A class of students took a test on subject Structured Programming. Their teacher

wants to know whether most students are performing at the same level, or if there

is a high standard deviation. Write a program to accept number of students

participated in test and marks scored by them (Out of 20). Calculate the standard

deviation.

Q.2: The median is an important metric to calculate because it gives us an idea of

where the “center” of a dataset is located. It also gives us an idea of the “typical”

value in a given dataset. Write a program to find median of set of n integers.

Q.3: MHTCET cell is interested in finding marks obtained Topper and second topper in

last CET exam. Write a program to accept marks (out of 200) of n students and

find marks of Topper and Second Topper.

Q.4: Movie rating: A new movie screening is organised for a group of n people. They

are requested to rate the movie on Likert scale (A Likert scale is a type of rating scale that

uses a limited range of answers to measure opinions or feelings ) of 0 to 4.

Write a program to read ratings from n people and display a table showing how

many voted for each level.

You might also like