CGR-doremon Micro
CGR-doremon Micro
Report
On
Micro Project
Title: Doremon
Submitted by
Roll.No. Name Of Student
Submitted to
Miss.Baheti S.S.
MAHARASHTRA STATE BOARD OF TECHNICAL
EDUCATION
Certificate
Computer Graphics (22318) for the academic year 2022 to 2023 as prescribed in the
MSBTE curriculum.
Seal of
Institutio
n
MAHARASHTRA STATE BOARD OF TECHNICAL
EDUCATION
Certificate
Computer Graphics (22318) for the academic year 2022 to 2023 as prescribed in the
MSBTE curriculum.
Seal of
Institutio
n
MAHARASHTRA STATE BOARD OF TECHNICAL
EDUCATION
Certificate
Computer Graphics (22318) for the academic year 2022 to 2023 as prescribed in the
MSBTE curriculum.
Seal of
Institutio
n
MAHARASHTRA STATE BOARD OF TECHNICAL
EDUCATION
Certificate
Computer Graphics (22318) for the academic year 2022 to 2023 as prescribed in the
MSBTE curriculum.
Seal of
Institutio
n
Annexure – I
Micro-Project Proposal
Title of Micro-Project
Benefits:-
CI303.1 Recognize2 the basic visual and geometric information of images and draw basic graphics
shape using C program
CI303.2 Implement3standard algorithm to draw various graphics object using C program.
CI303.3 Implement3 a program for Transformation, & Use projection to visualize object
1. Drawing doremon using various graphical functions line ellipse line circle .
2.First we will make algorithm and flowchart .
3. Then we will use various graphical function such as circle, line, ellipse, setcolor to draw legs,
neck, head, tail, face, nose of doremon.
4. After successfully compiling program we will make final report.
1.0 Rationale
Benefits:-
CI303.1 Recognize2 the basic visual and geometric information of images and draw basic graphics
shape using C program
CI303.2 Implement3standard algorithm to draw various graphics object using C program.
CI303.3 Implement3 a program for Transformation, & Use projection to visualize object
5.1 Algorithm:-
Step 1] :- Start
Step 2] :- Drowing outer and inner circle of head and body using the graphal function
called circle.
Step 3] :- Draw a body line using ellipse lines and various graphical function.
Step 4] :- Stop.
5.2 Flowchart:-
Start
Stop
5.3 Program
#include <conio.h>
#include <graphics.h>
#include <stdio.h> int
main()
{
int gd = DETECT, gm;
initgraph(&gd, &gm, "C:\\turboc3\\bgi");
setfillstyle(SOLID_FILL, CYAN);
// NOSE
circle(502, 214, 10);
floodfill(504, 216,
15);
// Left Eye
circle(460, 170, 15);
// Right Eye
circle(540, 170, 15);
// Nose-Mouth Connector
line(502, 224, 502, 240);
// Right Up Hand
line(500, 300, 650, 320);
// Left Up Hand
line(500, 300, 350, 320);
// Pocket Horizontal
line(445, 380, 555, 380);
// Pocket Tangent
line(445, 380, 500, 420);
// Pocket Tangent
line(500, 420, 555, 380);
setfillstyle(SOLID_FILL, RED);
// Bell circle(500,
323, 15); floodfill(502,
325, 15);
setcolor(BLACK);
(The marks may be allowed to the characteristics of the Micro Project by considering the suggested rubrics)
Enrollment No.:
Annexure – IV
Name of Student:
Literature Survey /
2
Information Collection
Completion of the Target as
3
per project proposal
Analysis of Data and
4
representation
5 Quality of Prototype/Model
6 Report Preparation
7 Presentation
8 Viva
……………………………………………………………………………………………………….......
……………………………………………………………………………………………………….......
Name and designation of the Faculty Member: Miss.Baheti
Dated Signature: ……………………………………..
Annexure – IV
Micro-Project Evaluation Sheet
(A) (B)
Total Marks
Process and Product Individual Presentation/Viva
10
Assessment (6 marks) (4 marks)
Literature Survey /
2
Information Collection
Completion of the Target as
3
per project proposal
Analysis of Data and
4 representation
5 Quality of Prototype/Model
……………………………………………………………………………………………………….......
……………………………………………………………………………………………………….......
Name and designation of the Faculty Member: Miss.Baheti
Dated Signature: ……………………………………..
Annexure – IV
Micro-Project Evaluation Sheet
7 Presentation
8 Viva
(A) (B)
Total Marks
Process and Product Individual Presentation/Viva
10
Assessment (6 marks) (4 marks)
Literature Survey /
2
Information Collection
……………………………………………………………………………………………………….......
……………………………………………………………………………………………………….......
Name and designation of the Faculty Member: Miss.Baheti
Dated Signature: ……………………………………..
Annexure – IV
Micro-Project Evaluation Sheet
6 Report Preparation
7 Presentation
8 Viva
(A) (B)
Total Marks
Process and Product Individual Presentation/Viva
10
Assessment (6 marks) (4 marks)
……………………………………………………………………………………………………….......
……………………………………………………………………………………………………….......
Name and designation of the Faculty Member: Miss.Baheti
Dated Signature: ……………………………………..
Annexure – IV
Micro-Project Evaluation Sheet
Literature Survey /
2
Information Collection
Completion of the Target as
3
per project proposal
Analysis of Data and
4
representation
5 Quality of Prototype/Model
6 Report Preparation
7 Presentation
8 Viva
(A) (B)
Total Marks
Process and Product Individual Presentation/Viva
10
Assessment (6 marks) (4 marks)
……………………………………………………………………………………………………….......
……………………………………………………………………………………………………….......
Name and designation of the Faculty Member: Miss.Baheti
Dated Signature: ……………………………………..