programming in c arrear
programming in c arrear
(AUTONOMOUS)
End Semester Examinations – Nov / Dec 2024
B.E-CSE(AI&ML)
Semester : I Regulations - 2022
CS2223001 &PROBLEM SOLVING TECHNIQUES IN C LAB
Mark Allocation
Concluding
Experimental setup Execution of Practical
Activities Viva-Voce Total
(Aim) (Program)
(Output/Result)
30 30 30 10 100
S. No QUESTIONS COs BTL
1. C Programming using I/O statements and expressions. CO1 K3
Implement structures to read write and compute average marks and the students
10. CO3 K3
scoring above and below the average marks for a class of N students..
Develop a program using pointers to compute the sum, mean and standard
11. CO3
deviation of all elements stored in an array of N real numbers. K3
OBJECTIVES:
To capture the requirements specification for an intended software system
To draw the UML diagrams for the given specification
To map the design properly to code
To test the software system thoroughly for all scenarios
To improve the design by applying appropriate design patterns.
LIST OF EXPERIMENTS
1. Identify a software system that needs to be developed.
2 Document the Software Requirements Specification (SRS) for the identified system.
3 Identify use cases and develop the Use Case model.
4 Identify the conceptual classes and develop a Domain Model and also derive a
Class Diagram from that.
5 Using the identified scenarios, find the interaction between objects and represent them
using UML Sequence and Collaboration Diagrams
6 Draw relevant State Chart and Activity Diagrams for the same system.