Micro
Micro
MUMBAI
Micro Project Report
On
Moving Boat
Submitted By
CERTIFICATE
This is to certify that the project report entitled . “ Moving Boat ”, Submitted by “ Syed
Danish Ali, Sameer Shaikh , Mehfuz Khan and Sufiyan Khan” during the academic year
2022-2023 satisfactorily been worked and successfully completed in all respected as
prescribed for the “DIPLOMA IN COMPUTER ENGINEERING” for the board of
Technical Education(MSBTE)Mumbai.
Place: Akkalkuwa
Date:
Principal
Prof. Sajid Husain
ANNEXURE I
Evaluation Sheet for the Capstone-Project Planning
Academic Year: 2022-2023 Name of the Faculty: Mohd Afzal Ahmad
A:______________________________________________________________________
B: ______________________________________________________________________
C: _____________________________________________________________________
D: _____________________________________________________________________
ANNEXURE II
PART A – Micro-Project Proposal
Moving Boat
we used graph driver graph mode , and path driver .We used graphics function like line,
circle . For line function we used dashed line . We give color to our line by using set
color function . We used if – else statement for control the flow of statements in the
program . For getting output as a picture we used closegraph() function at the end of the
program
Function used in program :
delay(n) : this function is used for holding the program output for a small period
of time since processing is very fast so use itto see the result.
Setcolor(n) : a function from graphics.h header file which set the color of the
pointer (cursor). There are some predefined colors in computer graphics. Here n
is color number.
Line(x1 , y1 , x2 , y2) : a function from graphics.h header file which draw a line
with (x1,y1) as first coordinate of line and (x2,y2) as second coordinate of the
line.
Circle(x , y , r) : a function from graphics.h header file which draw a circle (x ,y)
and radius r.
2.0 AIM of Micro - Project
Defining and Analyzing the Problem. In this step, a programmer studies the
problem
Test Execution
Debugging
Final Documentation.
We will follow the same above steps to create the micro project