You are on page 1of 13

PROJECT REPORT

ON

PHOTO EDITING APP

Submitted for

MASTERS

in

COMPUTER APPLICATION(MCA)

Submitted By

ABHIRAM PANDEY Reg No: 200301120049

ABHINAV PANDEY Reg No: 200301120048

ABHISEKH PANDEY Reg No: 200301120044

ABHIPSA PANDEY Reg No: 200301120047

ABHINAV PANDEY Reg No: 200301120043

Under the Guidance of

Mr. Satyananda Swain

Asst. Professor, CSE

DEPARTMENT OF MASTERS IN COMPUTER APPLICATION(MCA)

SCHOOL OF APPLIED SCIENCES, CUTM, BHUBANESWAR, ODISHA

May 2023
CENTURION UNIVERSITY OF TECHNOLOGY AND MANAGEMENT,
ODISHA
SCHOOL OF APPLIED SCIENCES, BHUBANESWAR CAMPUS
DEPARTMENT OF MASTERS IN COMPUTER APPLICATION(MCA)

CERTIFICATE

This is to be certified that the project entitled “PHOTO EDITING APP” has been submitted
for the Masters in Computer Application(MCA), School of Applied Sciences, CUTM, Jatni
during the academic year 2022-2023 is a persuasive piece of project work carried out by
ABHIRAM PANDEY Reg No: 200301120049, ABHIRAM PANDEY Reg No: 200301120049,
ABHIRAM PANDEY Reg No: 200301120049, ABHIRAM PANDEY Reg No: 200301120049,
and ABHIRAM PANDEY Reg No: 200301120049 under the guidance of Mr. Satyananda
Swain and also certified that the above-mentioned project has been duly carried out as per the
norm of the school statutes of the university.

Signature of HOD Signature of Project Guide

Prof. Rakesh Kumar Ray Mr. Satyananda Swain

Signature of the External


CENTURION UNIVERSITY OF TECHNOLOGY AND MANAGEMENT,
ODISHA
SCHOOL OF APPLIED SCIENCES, BHUBANESWAR CAMPUS
DEPARTMENT OF MASTERS IN COMPUTER APPLICATION(MCA)

CANDIDATE’S DECLARATION

We, ABHIRAM PANDEY Reg No: 200301120049, ABHIRAM PANDEY Reg No:
200301120049, ABHIRAM PANDEY Reg No: 200301120049, ABHIRAM PANDEY Reg No:
200301120049, and ABHIRAM PANDEY Reg No: 200301120049, from MCA (Semester- 2nd )
of School of Applied Sciences, CUTM, Jatni, hereby declare that the Project Report entitled
“PHOTO EDITING APP” is an original work and data provided in the study is authentic
one. This report has not been submitted to any other Institute for the award of any other
degree by us.
Date:
Place:
ABHIRAM PANDEY
Regn. No.:200301120049

ABHINAV PANDEY
Regn. No.:200301120049

ABHIRAM PANDEY
Regn. No.:200301120049

ABHIRAM PANDEY
Regn. No.:200301120049

ABHIRAM PANDEY
Regn. No.:200301120049
CENTURION UNIVERSITY OF TECHNOLOGY AND
MANAGEMENT, ODISHA
SCHOOL OF APPLIED SCIENCES, BHUBANESWAR CAMPUS
DEPARTMENT OF MASTERS IN COMPUTER APPLICATION(MCA)

ACKNOWLEDGEMENT

It is our pleasure to be indebted to various people, who directly or indirectly contributed to


the development of this work and who influenced our thinking, behavior, and acts during the
course of our study.

We express our sincere gratitude to Prof. (Dr.) Yashaswi Nayak, Dean, SOAS for providing
academic support & opportunities.

We also extend our sincere appreciation to Prof. Rakesh Kumar Ray, HoD who provided his
valuable suggestions and precious time in accomplishing our project work.

We also extend our sincere appreciation to Mr. Satyananda Swain, Project Guide, who
provided his valuable suggestions and precious time in completing our project work.

Lastly, we would like to thank the almighty and our parents for their moral support and
friends with whom we shared our day-to-day experiences and received lots of suggestions
that improved the quality of our work.

ABHIRAM PANDEY 200301120049

ABHIRAM PANDEY 200301120049

ABHIRAM PANDEY 200301120049

ABHIRAM PANDEY 200301120049

ABHIRAM PANDEY 200301120049


TABLE OF CONTENTS
1. Introduction........................................................................................................................................1
1.1 Problem Statement............................................................................................................................ 1
1.2 Project Scope…................................................................................................................................. 1
1.3 Objectives.......................................................................................................................................... 1
2. System Requirements........................................................................................................................2
2.1 Hardware Requirements.................................................................................................................... 2
2.2 Software Requirements..................................................................................................................... 3
3. Source Code.......................................................................................................................................4
4. Output Snapshots..............................................................................................................................9
5. Conclusion........................................................................................................................................18
References…………………………….............................................................................................19
ABSTRACT
Student Management System (SMS) is software application for the education that can be
used to managed student information and data. This system is designed for primary school to
help administrators and teachers in the management of students. Students Management
System consists of four modules including Teachers, Students and Parents Profile, Student
Exam Results, Comment Reply and SMS notification. Teachers can use this system to
register information of student and managing parents and student profile. Teachers can view
results of the students in graph format to know their performance. Besides that, teachers also
can send the student results to parents through Short Message Service (SMS). For the parents,
they can login to system and view their children examination results and also graph for know
their performance. This system also provides a communication platform for parents and
teachers. Thus, by using this system can benefits to administrators, teachers and parents.
1. INTRODUCTION

In this 21'st century, all is about technology. The schools and education nowadays also
already changed. Not only for University and secondary school, primary school also must
have their own management system. But the current management system primary school is
already defined as old generation management system and it already cannot satisfy the user
needed.
As a result, a system called Student Management System will be developing as an upgrade
version of the old system or to replace manual system to solve problem that facing when was
using the old system or manual system. Student Management System (SMS) is a software ap-
plication for education that use to managed students information and data. Also known as stu-
dent information system (SIS), student information management system (SIMS), or school
management system (SMS).
1.1. PROBLEM STATEMENT
This new system will replace the current system that is used in primary school and surely this
system will improve the student management system of the school and efficiency of the job.
1.2. SCOPE
The functions of administrators and teachers are read, write and edit, while the parents their
functions are only read and write. Through this system, administrators and teachers can man-
age all student data and information easily' and the parents also can easily know their children
performance easily.
1.3. OBJECTIVE
This design of this system is web-based type, so the user also can directly use the system by
connect to internet The users of this system are given to three groups, which are administrat-
ors, teachers and parents. The functions of administrators and teachers are read, write and
edit, while the parents their functions are only read and write. Through this system, adminis-
trators and teachers can manage all student data and information easily' and the parents also
can easily know their children performance easily.

Page | 1
2. SYSTEM REQUIREMENTS
2.1 HARDWARE REQUIREMENTS

1. Processor: Intel P-IV System


2. Processor Speed: 250 MHz to 833 MHz
3. Ram: 512 Mb Ram
4. Hard Disk: 40 Gb

2.2. SOFTWARE REQUIREMENTS


1. Operating System: Windows 2000 Professional
2. Environment: Visual Studio .NET 2002
3. Framework: Version 1.0
4. Language: Visual Basic

Page | 2
3. SOURCE CODE
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include<string.h>
typedef struct student
{
int roll_no;
char name[100];
float marks;
struct student *next;
}node;
node *create_list();
void display(node *);
void count(node *);
void search(node *,int);
node *addatbeg(node *);
node *addatend(node *);
node *addafter(node *,int);
node *addbefore(node *,int);
node *addatpos(node *,int);
node *del(node *,int);
node *reverse(node *);
void main(){
int choice,data,item,pos;
node *start;
start=NULL;
do
{
printf("ENTER YOUR CHOICE\n");
printf("1.Create List\n");
printf("2.Display\n");
printf("3.Count\n");

Page | 3
printf("4.Search\n");
printf("5.Add to empty list / Add at beginning\n");
printf("6.Add at end\n");
printf("7.Add after node\n");

Page | 4
4. OUTPUT(SNAPSHOTS)

4.1 Output Snapshot for Project front page

Figure 4.1 Project Front Page

4.2 Output Snapshot for Project page

Figure 4.2 Project Page

Page | 5
5. CONCLUSION AND FUTURE SCOPE

5.1 Conclusion

Android image editor will provide worldwide online user, an ability to edit image in simple
android device. Hence Android image editor is more useful then desktop image editor.  Image
Editing” software very useful and advantageous app. It contains a lot of filters and effect
which helps a professional to perform various type of operation on an image using several
tools. It provides a lot of features and tools to illustrate and enhance an image and can be per-
form artistic operation using painting and sketching tools. It also provides resizing and crop-
ping of Image using crop and resize tool. So, It is a combination several different types of
tools which helps you to work on your image to apply different filters and effect in order to
enhance the image quality. 

5.2 Future Scope

Android image editor will provide worldwide online user, an ability to edit image in simple
android device. Hence Android image editor is more useful then desktop image editor.  Image
Editing” software very useful and advantageous app. It contains a lot of filters and effect
which helps a professional to perform various type of operation on an image using several
tools. It provides a lot of features and tools to illustrate and enhance an image and can be per-
form artistic operation using painting and sketching tools. It also provides resizing and crop-
ping of Image using crop and resize tool. So, It is a combination several different types of
tools which helps you to work on your image to apply different filters and effect in order to
enhance the image quality. 

Page | 6
REFERENCES

1. Awojide, Simon, I. M. Omogbhemhe, O. S. Awe, and T. S. Babatope, “Towards the digi-

talization of Restaurant Business Process for Food Ordering in Nigeria Private Univer-

sity: The Design Perspective. A Study of Samuel Adegboyega University Edo State Nige-

ria,” Int. J. Sci. Res. Publ., vol. 8, no. 5, pp. 46–54, 2018.

2. O. I. Mike and A. Simon, “Towards the Digitalization of Hotel Business in Nigeria: The

Design Perspective,” vol. 8, no. 2, pp. 1175–1178, 2017.

3. Adithya. R., A. Singh, S. Pathan, and V. Kanade, “Online Food Ordering System,” Int. J.

Comput. Appl., vol. 180, no. 6, pp. 22–24, 2017.

4. Varsha Chavan, Priya Jadhav, Snehal Korade, Priyanka Teli, ”Implementing Customiza-

ble Online Food Ordering System Using Web Based Application”, International Journal

of Innovative Science, Engineering Technology(IJISET) 2015.

5. Patel, Mayurkumar, "Online Food Order System for Restaurants" (2015). Technical Li-

brary. Paper 219.

Page | 7

You might also like