Micro Project Sample Word
Micro Project Sample Word
Micro Project Sample Word
EDUCATION
MICRO PROJECT
Resources Required :
5. 5th Check, Validation and Execution 08/10/20 15/10/20 All team members
of code
7. 7th Actual Presentation & Final 12/11/20 26/11/20 All team members
submission of Micro Project
1)
2)
3)
_
Sign of the
Faculty
INDEX
2. Aims of micro-project 01
Brief introduction :
Aims of micro-project :
The students will demonstrate the transformation of information into
creative, conceptually appropriate design solutions using industry standard
production software and hardware.
The students will prepare a graphic design portfolio of work that
clearly demonstrates their effectiveness as visual communicators.
The students will demonstrate the development of a personal,
research- based design process.
1
Actual Procedure Followed :
Grab the idea for the project along with its requirements .Plan the
project roughly .
Discuss about the entries provided for the user in the project .Start to
build the project i.e. application/system with the small parts of it .
Import the proper packages needed for the project.
Store the data or matter of the project in the file , also retrieve it .Thus ,the
project is made successfully .
2
Hoisting Indian Flag Using Helicopter
1. Brief Description:-
Grab the idea for the project along with its requirements .Plan the project roughly .
Discuss about the entries provided for the user in the project .Start to build the project
i.e. application/system with the small parts of it .
Import the proper packages needed for the project.
Store the data or matter of the project in the file, also retrieve it .Thus ,the project
is made successfully .
3
5. Actual Resources Used :-
4
7. Implementation and Result :-
Header files:
#include<stdio.h> :- Is the file to be included in our program so that we can use
built-in functions in our program. These built-in functions are only declared in such
header files and not defined. A part from method or class declarations, header files also
contain predefined macros, data type definitions, etc.
Graphic Drivers:
initgraph(&gd,&gm,"c:\\turboc3\\bgi"):- initgraph initializes the graphics
system by loading a graphics driver from disk (or validating a registered driver), and
putting the system into graphics mode .To start the graphics system, first call the
initgraph function. initgraph loads the graphics driver and puts the e system into
graphics mode.
5
1. Main function: The main function serves as the starting point for programexecution.
It usually controls program execution by directing the calls to other functions in the
program. A program usually stops executing at the end of main, although it can
terminate at other points in the program for a variety of reasons.
2. For loop : A for loop is a repetition control structure which allows us to write a loop
that is executed a specific number of times. The loop enables us to perform n number of
steps together in one line.
Graphic functions: //For create helicopter and Flag and for run the code.
Ellipse() :
void ellipse(int x, int y, int stangle, int endangle, int xradius, int yradius);
Ellipse is used to draw an ellipse (x,y) are coordinates of center of the ellipse, stangle is
the starting angle, end angle is the ending angle, and fifth and sixth parameters specifies
the X and Y radius of the ellipse. To draw a complete ellipse strangles and end angle
should be 0 and 360 respectively.
Line() :
Declaration of line Function :-
line function is used to draw a line from a point(x1,y1) to point(x2,y2) i.e. (x1,y1) and
(x2,y2) are end points of the line.
Pieslice() :
pieslice draws and fills a pie slice with center at (x, y) and given radius r. The slice
travels from s_angle to e_angle which are starting and ending angles for the pie slice. The
angles for pie-slice are given in degrees and are measuredcounterclockwise.
06
bar() :
The header file graphics.h contains bar() function which is used to draw a 2-dimensional,
rectangular filled in bar.
Circle() :
Circle function is used to draw a circle with center (x,y) and third parameter specifies
the radius of the circle.
setfillstyle() :-
The header file graphics.h contains setfillstyle() function which sets the current fill
pattern and fill color.
floodfill() :-
floodfill() function is used to fill an enclosed area. Current fill pattern and fill color is
used to fill the area.
7
Setcolor ():-
In Turbo Graphics each color is assigned a number. Total 16 colors are available.
Strictly speaking number of available colors depends on current graphics mode and
driver.
For Example :- BLACK is assigned 0, RED is assigned 4 etc. setcolor function is used
to change the current drawing color.e.g. setcolor(RED) or setcolor(4) changes the
current drawing color to RED. Remember that default drawing color is WHITE.
Dely():-
Cleardevice() :-
Closegraph() :-
8
Algorithm :
Step 01 : Start
Step 05 : (set i=1) inside the for loop and ( i ) is increment upto (i<=500).
09
Flowchart :
Start
For(i=1;i<=500,i++)
t top, int right, int bottom); //For Border outtextxy(int x, int y, char *string);
, char *string); outtextxy(int x, int y, char *string); outtextxy(int x, int y, char *string); outtextxy(int x, int y
r
nt stangle, int endangle, int xradius, int yradius);
int x2+i, int y2); line(int x1+i, int y1, int x2+i, int y2);
10
//Back head of helicopter
ellipse(int x+i, int y, int stangle, int endangle, int xradius, int yradius);
ellipse(int x+i, int y, int stangle, int endangle, int xradius, int yradius);
//Back line
//middle line
Stop
11
12
Conclusion :-
13
Softcopy of Micro-project
14
Micro Project Evaluation Sheet
Dated Signature
15