0% found this document useful (0 votes)
9 views7 pages

PWP MICROPROJECT Final

The document outlines a micro project titled 'Rock, Paper, Scissor_game' for the Computer Engineering program at Guru Gobind Singh Polytechnic, Nashik, for the academic year 2024-2025. It includes details about the project, group members, evaluation criteria, learning outcomes, and system requirements. The project aims to enhance students' understanding of Python programming through practical applications and concepts such as functions, data structures, and exception handling.

Uploaded by

tanishka khode
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views7 pages

PWP MICROPROJECT Final

The document outlines a micro project titled 'Rock, Paper, Scissor_game' for the Computer Engineering program at Guru Gobind Singh Polytechnic, Nashik, for the academic year 2024-2025. It includes details about the project, group members, evaluation criteria, learning outcomes, and system requirements. The project aims to enhance students' understanding of Python programming through practical applications and concepts such as functions, data structures, and exception handling.

Uploaded by

tanishka khode
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION

GURU GOBIND SINGH POLYTECHNIC, NASHIK

MICRO PROJECT
Academic year: 2024-2025

TITLE OF PROJECT

Rock,Paper,Scissor_game
Program: Computer Engineering.

Program code: CO

Course: Programming with ‘Python’

Course code: 22616


MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
Certificate
This is to certify that Ms/Mr

Sr. Roll
Name of Student
No No
1. Tanishka Khode 34

2. Komal Madke 35

3.

4.
of SIXTH Semester of Diploma in Computer Engineering of Institute Guru Gobind Singh Polytechnic, Nasik
(Institute Code: 0369) has completed the Micro Project titles as
__________________________________satisfactorily in Subject – Programming with ‘Python’ (22616) for
the academic year 2024-25 as prescribed in the curriculum.

Sr. No Enrolment No. Exam Seat No.

1. 2203690311

2. 2203690319

3.

4.

Place: Nashik Date:

Subject Teacher Head of the Dept. Principal


MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION

GURU GOBIND SINGH POLYTECHNIC, NASHIK

MICRO PROJECT
Academic year: 2024-25

TITLE OF PROJECT
_ Rock,Paper,Scissor_game
Program: Computer Engineering
Program Code: CO
Course: “Programming with ‘Python’
Course code: 22616
Group Details:
Sr.No Name of Group Members Roll Enrollment No. Seat No.
No.

1. Tanishka Khode 34 2203690311

2. Komal Madke 35 2203690319

3.

4.

Name of Guide: Prof. Ms. Shahela.S.Momin


ANNEXURE II
Evaluation Sheet for the Micro Project

Academic Year: 2024-25 Name of the Faculty: Prof. Ms.Shahela.S.Momin

Course: Programming with ‘Python’ Course code: 22616 Semester: VI Title of the
project: Rock,Paper,Scissor_game

Cos addressed by Micro Project:


a. Display message on screen using Python script on IDE.

b. Develop python program to demonstrate use of Operators.

c. Perform operations on data structure in Python.

d. Develop functions for given problem.

e. Design classes for given problem.

f. Handle exceptions.

Major learning outcomes achieved by students by doing the project (a)


Practical outcome:

a. To know python installation steps and related IDE installation.

b. Study basic syntax, features of python.

c. Study python function and use it in particular application

d. Making proper use of data structure in application.

e. Proper use of GUI techniques in application.


(b) Course outcomes in Cognitive domain:

a. Features of python-Interactive, object oriented, interpreted platform independent b.


Study Basic operators.

c. Use Python Functions, modules, and Packages


d. Study Different data Structures
e. Know class, inheritance and access specifies.
f. Study File handling and Exception Handling.

Comments/suggestions about team work /leadership/inter-personal communication (if any)


______________________________________________________________________________________________________________________

Marks out of 6 Marks out of


for performance 4for
Roll No Student Name in group activity performance in Total out of 10
(D5 Col.8) oral/
presentation
(D5 Col.9)
34 Tanishka Khode

35 Komal Madke

Ms.Shahela.S.Momin

(Name &Signature of Faculty)


INDEX
1.System Requirements:
1.1 Min. Software Requirements: Operating System: Windows 10/11,
macOS, or Linux

1.2 .Min. Hardware Requirement: Processor: Intel Core i3 or equivalent (minimum),


i5/i7 or equivalent (recommended)

RAM: 4GB (minimum), 8GB or more (recommended)

2. Program with Output:


3. Functions with Description:
Functions in Python. You use functions in programming to bundle a set of
instructions that you want to use repeatedly or that, because of their
complexity, are better self-contained in a sub-program and called when
needed. That means that a function is a piece of code written to carry out a
specified task
4. Flow Chart or Algorithm:
+------------------------+
| Start |
+------------------------+
|
v
+------------------------+
| Display welcome message |
+------------------------+

|
v
+------------------------+
| Get user choice (Validate input) |
+------------------------+
|
v
+------------------------+
| Generate computer choice |
+------------------------+
|
v
+------------------------+
| Compare choices using rules |
+------------------------+
|
v
+------------------------+
| Display choices and result |
+------------------------+
|
v
+------------------------+
| End |
+------------------------+

You might also like