CGRReport
CGRReport
Report
On
Micro Project
Submitted by
Submitted to
Ms. Wakchaure S. L
MAHARASHTRA STATE BOARD OF
TECHNICAL EDUCATION
Certificate
This is to certify that Mr. / Ms. Aditya Sunil Kadlag, Roll No. 34 of Third
Object Oriented Programming (22316) for the academic year 2021 to 2022 as
Date: 22/11/2021
Seal of
Institution
Annexure – I
Micro-Project Proposal
Title of Micro-Project
header File.
Sr.
Name of Resource/material Specifications Quantity Remarks
No.
Computer System with broad Dell Pc 8GB
1.
specifications Ram
2. Operating System Win 10
1
3. Software VS Code
4. Keyboard Corsair RGB
5. Mouse Logitech
Sr. Roll.
Name of Team Members Enrollment No.
No. No.
17
1. Devendra Somnath Hase 2000800462
Teacher Signature
(Ms. Wakchaure S. L)
Annexure – II
Micro-Project Report
Title of Micro-Project
“Walking Man in Rain”
1.0 Rationale
To implement graphics and animation using graphics header file and creating man walking in
rain animation in C Language.
There is a lot of work report in various publications in term of converter topology, control strategy
and actual implementation. The virtual reality (VR) technology is used to create virtual environment
that behaves like real world representation and user can interact with it . The technology is developed
combing computer graphics, multimedia technology and stereo display, stereo sound, and Human
computer interaction technology .
5.0 Actual Methodology Followed
1) Searching information using various internet resources.
2) Verifying and proofreading the information.
3) Coding out the program.
4) Checking the validity of the information.
5) Preparing a word document for the information to be typed.
6) Typing the information with appropriate font and font size.
7) Snapping suitable images for better clarification and pasting them in word document.
Sr.
Name of Resource/material Specifications Quantity Remarks
No.
Computer System with broad Dell Pc 8GB
1.
specifications Ram
2. Operating System Win 10
3. Software VS Code 1
4. Keyboard Corsair RGB
5. Mouse Logitech
#include<stdio.h>
#include<conio.h>
#include<graphics.h>
#include<stdlib.h>
void main(){
int gr=DETECT,gm;
int i,x,y,j;
initgraph(&gr,&gm,"C:\\TURBOC3\\BGI");
// man
for(j=1;j<600;j=j+5)
line(0,400,800,400);
circle(30+j,280,20); //head
line(30+j,300,30+j,350); //body
line(30+j,330,70+j,330); //hand
if(j%2==0){
line(30+j,350,10+j,400); // right
else{
line(30+j,350,35+j,400); //transition
delay(20);
//umbrela
line(70+j,250,70+j,330);
pieslice(70+j,250,180,0,80);
// rain
for(i=0;i<300;i++)
x=random(800);
outtextxy(x,y,"/");
delay(170);
cleardevice();
}
getch();
closegraph();
● Planning
● Design skill
● Logical skill
● Programming
● Presentation
● Report writing
Teacher Signature
(Mr. Wackchaure S.L)
Annexure – III
Suggested Rubric for Assessment of Micro-Project
(The marks may be allowed to the characteristics of the Micro Project by considering the suggested rubrics)
7 Presentation
8 Viva
(A) (B)
Total Marks
Process and Product Assessment (6 Individual Presentation/Viva
10
marks) (4 marks)
Comments/Suggestions about teamwork/leadership/interpersonal communication (if any)
……………………………………………………………………………………………………….......
Name and designation of the Faculty Member: Ms.S.L.Wachaure
Dated Signature: …………………………………….
Annexure – IV
Micro-Project Evaluation Sheet
7 Presentation
8 Viva
(A) (B)
Total Marks
Process and Product Assessment (6 Individual Presentation/Viva
10
marks) (4 marks)
Comments/Suggestions about teamwork/leadership/interpersonal communication (if any)
……………………………………………………………………………………………………….......
Name and designation of the Faculty Member: Ms.S.L.Wachaure
Dated Signature: …………………………………….
Annexure – IV
7 Presentation
8 Viva
(A) (B)
Total Marks
Process and Product Assessment (6 Individual Presentation/Viva
10
marks) (4 marks)
Comments/Suggestions about teamwork/leadership/interpersonal communication (if any)
……………………………………………………………………………………………………….......
……………………………………………………………………………………………………….......
Name and designation of the Faculty Member: Ms.S.L.Wachaure
Dated Signature: …………………………………….
Annexure – IV
7 Presentation
8 Viva