Dms Sample Report PDF
Dms Sample Report PDF
MICRO-PROJECT REPORT
On
(Mrs.Patil Y.P)
Shanti Education Society’s
Certificate
S.Y (Computer) class in the partial fulfillment for the award of Diploma in Computer
Engineering as per curriculum laid by the M.S.B.T.E. during the academic year 2023-
2024.
1.0Brief Description:
Stack: It is a linear data structure that follows the LIFO (Last-In-First-Out) principle. Stack has one
end, whereas the Queue has two ends (front and rear). It contains only one pointer top pointer
pointing to the topmost element of the stack.
Linked List: It is a linear collection of data elements whose order is not given by their physical
placement in memory.
Working of stack:
So we need to follow a simple rule in the implementation of a stack which is last in first out and all the
operations can be performed with the help of a top variable. Let us learn how to perform Pop, Push, Peek,
and Display operations in the following article
In the stack Implementation, a stack contains a top pointer. which is the “head” of the stack where
pushing and popping items happens at the head of the list. The first node has a null in the link field and
second node-link has the first node address in the link field and so on and the last node address is in the
“top” pointer.
The main advantage of using a linked list over arrays is that it is possible to implement a stack that can
shrink or grow as much as needed. Using an array will put a restriction on the maximum capacity of the
array which can lead to stack overflow. Here each new node will be dynamically allocated. so overflow is
not possible.
2. 1
Motherboard LA-6592P Working
3. 1
RAM 4 GB Working
6. Mouse 1
Optical Working
Semester: 3rd
Rubric for Evaluation of Micro Project of Data Structure Using C (22317)
Title of Micro Project: Sorting Student’s information using Insertion sort.
Obtained
Assessment marks out Poor (0.5) Average Good Excellent (2)
Sr.
Characteristic of 2 marks (1) (1.5)
no
Related to Take care of Take care of more
Relevance to course Related to
1 very few at least on than one CO
outcome some LO’s
Lo’s CO
Completion of target
as per project
Completed Completed more
2 proposal (Quality of less than Completed Completed
than 80%
Prototype should be 50% 50 to 60% 60 to 80%
considered)
Nearly Detailed, Very detailed
sufficient correct and correct, clear
Report Preparation Very short and correct clear description of
3
poor quality details about description project
project
of project
Total Marks (06) (Additional comments if any)
4
Question/
5 Answers (04)
6 Total (10)