Vidyavardhini Charitable Trust's
Vidyavardhini Charitable Trust's
2020-2021
A PROJECT REPORT ON
SUBMITED BY:
(Computer Dept)
Page 1 of 14
Computer Engineering Computer Graphics
§ Roll No: 16
§ Roll No: 17
§ Roll No: 18
Diploma in Computer Engineering, has satisfactorily completed the project work under
mini project report on, Project Name: “IMPLEMENT THE GRAPHICS OBJECT
USING C PROGRAM” under my guidance and supervision, this is part of partial
fulfilment of the requirement for submission of Maharashtra State Board of Technical
Education, Mumbai during Semester third of Academic year 2020-2021.
Page 2 of 14
Computer Engineering Computer Graphics
TABLE OF CONTENTS:
2 ACTION PLAN 05
4 07
Resources required
5 Algorithm step 08
6 09
Flow chart
7 Program 10
8 Output 11
09 Result 12
10 12
Conclusion
11 13
Acknowledgement
12 14
Reference
Page 3 of 14
Computer Engineering Computer Graphics
Page 4 of 14
Computer Engineering Computer Graphics
ACTION PLAN:
Page 5 of 14
Computer Engineering Computer Graphics
Today computer graphics is entirely different from the earlier one. It is not
possible. It is an interactive user can control the structure of an object of
various input devices.
Page 6 of 14
Computer Engineering Computer Graphics
Resources required:
Page 7 of 14
Computer Engineering Computer Graphics
Algorithm step:
Step 1: start
Step 8: stop
Page 8 of 14
Computer Engineering Computer Graphics
Flow chart:
Start
Display object
Stop
Page 9 of 14
Computer Engineering Computer Graphics
Program C:
#include<stdio.h>
#include<graphics.h>
#include<math.h>
#include<dos.h>
Void main()
{
Int gd=DETECT,gm;
Initgraph (&gd,&gm,”C:\\TurboC3\\BGI”);
Rectangle (900,30,400,90);
Rectangle (310,40,390,80);
line (320,100,300,140);
line (380,100,390,150);
Rectangle (260,150,450,200);
getch();
closegraph();
}
Page 10 of 14
Computer Engineering Computer Graphics
Output:
Page 11 of 14
Computer Engineering Computer Graphics
Result:
Conclusion:
Page 12 of 14
Computer Engineering Computer Graphics
Acknowledgement:
We take this opportunity to express sincere thanks to our project
guide. MR. SARATE S.R Under whose guidance our project is
done.
We also thanks to all the Computer department teachers for their
valuable guidance, and timely suggestions without which we
could not complete this project work.
Only because of our staff inspiration and instructions we
could achieve satisfactory completion of project work.
Last but not least, we wish to thanks all of those who have helped us
Page 13 of 14
COMPUTER ENGINEERING COMPUTER GRAPHICS
Reference:
Web-site
1) https://www.intechopen.com/books/computer-graphics
2) https://www.javatpoint.com/computer-graphics-
tutorial#:~:text=Introduction%20of%20Computer%20Gra
phics.%20Computer%20Graphics%20involves%20technolo
gy,pictures%20with%20the%20help%20of%20a%20comp
uter
Book
1) Computer graphics Diploma second year
2) Lab Manual
Page 14 of 14