Report
Report
Micro Project On
Submitted By
6.Mahima Mogal.
10.Harsh Phadanis.
Under Guidance of
Mrs. M. M. Gawade
Sinhgad Institutes
Sinhgad Technical Education Society’s
SOU. VENUTAI CHAVAN POLYTECHNIC, PUNE - 411041
ACADEMIC YEAR 2022 - 2023
Maharashtra State Board of technical
Education Certificate
This is to certify that Ms.Mahima Mogal with Roll No. 6 of
Third Semester of Diploma in Information Technology of
Institute Sou. Venutai Chavan Polytechnic (Code:0040) has
successfully completed the Micro-Project in DATA
STRUCTURE (22519) for the academic year 2022-2023.
A. BRIEF INTRODUCTION:
In this project, we will know a queue is a collection of entities that are maintained in a
sequence and can be modified by the addition of entities at one end of the sequence and the
removal of entities from the other end of the sequence. By convention, the end of the
sequence at which elements are added is called the back, tail, or rear of the queue, and the
end at which elements are removed is called the head or front of the queue, analogously to the
words used when people line up to wait for goods or services.
The operation of adding an element to the rear of the queue is known as enqueue, and the
operation of removing an element from the front is known as dequeue. Other operations may
also be allowed, often including a peek or front operation that returns the value of the next
element to be dequeued without dequeuing it.
D. RESOURCES REQUIRED:
Name of Resource
Sr . No. Specification
Required
1 Laptop Intel (R) Core i7- 16GB RAM
2 Operating system Windows 11
3 Software Notepad, Google chrome
3. ACTION PLAN:
3 Literature Review
4 Collection of Data
GROUP MEMBERS:
The process for this micro project is to make a “Hospital Billing Management System”
We collect information and organize by following points:
1. Collect the information on Data Structure.
2. Show the information to faculty.
3. Learn about code.
4. First make a raw report and then correct it.
5. After all the corrections make a proposal.
6. Then prepare a project on “Hospital Billing Management System”
7. Make a program using data structure
8. Make pdf of report and print it.
9. We learn more about Data Structure
ANNEXURE III
Evaluation Sheet for the Micro Project
Academic Year: 2022-2023 Name of the Faculty: Mrs .M .M .Gawade.
Course: SYIF Course Code: 22317 Semester: Third
S. No Course Outcomes
A Perform basic operations on arrays.
…………………………………………………………………………………………………
10 Harsh phadanis
int main()
{
struct customer data[20];
int n, choice, account_no, amount, index;
return 0;
}
printf("\n\nA/c No\tName\tBill\n");
for (i = 0; i < s; i++)
{
printf("%d\t%s\t%d\n", list[i].account_no, list[i].name,
list[i].balance);
}
}