Sunteți pe pagina 1din 8

A

Micro-Project Report on

“Moving Car Using Graphic Algorithm”


Submitted by

Roll No. Name of Student


SYCO-214 Mr Raj Prashant Mhamane
SYCO-219 Mr Omkar Sanjay Bargale
SYCO-206 Mr Venkatesh Shrishail kadbe
SYCO-233 Mr Sudhanshu Unmesh Sakhare

UNDER THE GUIDANCE OF


(MRS.S.A.GHADGE)

DEPARTMENT OF COMPUTER ENGINEERING


Shanti Education Society’s
A.G. Patil Polytechnic Institute, Solapur.

ALL PROGRAMS NBA ACCREDITED

2019 - 2020.
Shanti Education Society’s

A.G. Patil Polytechnic Institute, Solapur.

Certificate

This is to certify that the Micro-Project report on “Moving Car Using Graphics Algorithm” has
been submitted by,

Roll No. Name of Student


SYCO-214 Mr Raj Prashant Mhamane
SYCO-219 Mr Omkar Sanjay Bargale
SYCO-206 Mr Venkatesh Shrishail kadbe
SYCO-233 Mr Sudhanshu Unmesh Sakhare

of S.Y. (Computer) class in the partial fulfillment for the award of Diploma in Computer
Engineering as per curriculum laid by the M.S.B.T.E. during the academic year 2019-2020.

(MRS GHADGE .S.A) (Mr INGLE.D.)

(Course Co-ordinator) (Program Head.)

(Dr. M. A. Chougule)

(PRINCIPAL)

(A.G.P.P.I.SOLAPUR)
Part B
Semester III
“Moving Car Using Graphic Algorithm ”

1.0 Brief Introduction:


In computer graphics, use graphics.h which provide direct functions to draw different
coordinate shapes (like circle, rectangle etc). By using these functions we can draw different
objects like car, hut, trees etc. In this program, we will draw a moving car using lines and circles.
Functions 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 it to 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 with center (x, y)
and radius r.

2.0 Aim of the Micro-Project:

I. To under about graphics function


II. To understand about algorithm
III. To understand pixel of computer screen
IV. To understand per define keyword under “<graphic>.h “

3.0 Course Outcome Integrated:


CO 1:- Manipulate visual and geometric information of image.
CO 2:- Implement standard algorithm to draw various graphics object using C program
4.0 Action Plan:
Sr Details of Planned start Planned Finished Name of Team Responsible
no. Activity date date Members

1. Topic Search 31/07/2019 05/08/2019

2. Design of 05/08/2019 14/08/2019


All group members.
project
3. Coding 22/08/2019 28/08/2019

4. Testing 03/09/2019 05/09/2019 Omkar Sanjay Bargale

5. Report Writing 06/09/2019 14/09/2019 Sudhanshu Unmesh Sakhare

Actual Procedure:
Step 1: First there is a moving car which move from left corner to right corner

Step 2: In this project we initialize the speed of the moving car.


Step 3: After initializing the speed of car it start moving from one pixel to another pixel according to
algorithm
5.0 Actual Resources Required:

Sr. Name of Resource/


Specification Qty Remarks
No. Material

1. Processor Intel 2.5 GHzDual Core 1 Working

2. RAM 4 GB 1 Working

3. Motherboard Lenovo V110 1 Working

4. HDD 1 TB 1 Working

5. Keyboard Multimedia 1 Working

6. Mouse Optical 1 Working


6.0 Outputs of Micro - Project :
7.0 Skill Developed/ Learning out of this Micro-Project:
• Basic Knowledge: - We will be able to apply knowledge of basic mathematics, science and
engineering to solve the computer engineering problems.
• Discipline Knowledge: - We will be able to apply discipline specific knowledge to solve
core and/or applied computer engineering problems.
• Experiments and practice: Students will be able to plan and perform experiments and
practice and use the result to solve the computer engineering problems.
• Engineering Tools: Student will be able to apply appropriate technologies and tool with
and understanding of limitations.
• Ethics: - We will be able to apply ethical principles and commit to professional ethics and
responsibilities and norms of the engineering Practice
• Individual and team work: - We will be able to function effectively as an individual, and
as a member or leader in diverse/multidisciplinary teams.
• Communication: - We will be able to communicate effectively.

S-ar putea să vă placă și