0% found this document useful (0 votes)
45 views

Part A Plan: Simple Calculater Using Switch Case

This document outlines a plan for a simple calculator microproject using switch case in C programming. It details the aims, methodology, action plan, and expected outcomes of designing and implementing a menu-driven calculator program. A team of students will gather requirements, design, code, test, deploy, and demonstrate a calculator application over the course of several weeks. The project aims to help students learn skills like menu-driven programming in C, coding, testing, and reporting on their work. Once completed, the calculator could be used to perform basic math operations.

Uploaded by

Rahul B. Fere
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views

Part A Plan: Simple Calculater Using Switch Case

This document outlines a plan for a simple calculator microproject using switch case in C programming. It details the aims, methodology, action plan, and expected outcomes of designing and implementing a menu-driven calculator program. A team of students will gather requirements, design, code, test, deploy, and demonstrate a calculator application over the course of several weeks. The project aims to help students learn skills like menu-driven programming in C, coding, testing, and reporting on their work. Once completed, the calculator could be used to perform basic math operations.

Uploaded by

Rahul B. Fere
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Part A Plan

Simple Calculater Using Switch Case

1. Brief Description :

2. Aims of the micro project:-

3. Course Outcomes Addressed:-


4. Proposed Methodology:-

Page-1
5.Action plan :

Name of
Sr. Planned Planned Responsible
Details of Activity
No. start Date Finish Date Team
Members
Gathering The Raw
17.12.2018 24.12.2018
1. Information Related
3:00 to 5:00 3:00 to 5:00
To Project
01.01.2019 07.01.2019
2. Analysis
3:00 to 5:00 3:00 to 5:00 Sayyad
14.01.2019 21.01.2019 Shifa I.
3. Designing
3:00 to 5:00 3:00 to 5:00
28.01.2019 04.02.2019 Bibrale
4. Implement of Coding
3:00 to 5:00 3:00 to 5:00 Pratima
5.02.2019 15.02.2019
5. Testing of Project
3:00 to 5:00 3:00 to 5:00 Hawa Shivani
18.02.2019 25.02.2019
6. Deployment of Module
3:00 to 5:00 3:00 to 5:00 Pujari Nikhil
1.03.2019 08.03.2019
7. Prepare Out Put
3:00 to 5:00 3:00 to 5:00
Prepare Report on 11.03.2019 20.03.2019
8.
Micro Project 3:00 to 5:00 3:00 to 5:00

 Resources used:-
Sr.n Name of Specification Quantity Remark
o resources
1. Pc Processor Intel core 1
2. Software Turboc 1

3. Internet Google 1

 Name of Team Members:-


Part B- Outcomes after Execution

1. Rationale:-

2. Brief Description :

C Program to create a Menu Driven software using Switch Case. Below is a menu
driven program using switch case. unsigned is doubled the size of signed as it only
considers positive values. %lu is the format specifier for unsigned integer.

3. Aims of the micro project:-


4. Course Outcomes Achieved:-

5. Actual Methodology Followed:-


(Program code used for conduction micro project if any with out put)

6. Actual Resources used:-


Sr.no Name of resources Specification Quantity Remark

4. Pc I3processor,4Gb , 1
500GB
5. Software Turbo c 1

6. Internet Google 1
7. Action plan :-

Name of
Sr. Planned Planned Responsible
Details of Activity
No. start Date Finish Date Team
Members
Gathering The Raw
17.12.2018 24.12.2018
1. Information Related
3:00 to 5:00 3:00 to 5:00
To Project
01.01.2019 07.01.2019
2. Analysis
3:00 to 5:00 3:00 to 5:00
14.01.2019 21.01.2019
3. Designing
3:00 to 5:00 3:00 to 5:00
28.01.2019 04.02.2019
4. Implement of Coding
3:00 to 5:00 3:00 to 5:00
5.02.2019 15.02.2019
5. Testing of Project
3:00 to 5:00 3:00 to 5:00
18.02.2019 25.02.2019
6. Deployment of Module
3:00 to 5:00 3:00 to 5:00
1.03.2019 08.03.2019
7. Prepare Out Put
3:00 to 5:00 3:00 to 5:00
Prepare Report on 11.03.2019 20.03.2019
8.
Micro Project 3:00 to 5:00 3:00 to 5:00
Outputs of the Micro-Project:-

7. Skill Developed / Learning outcome of this Micro-Project:-

 We learn that how to make the project of the menu driven programming in C
 We learn that how to make the coding and programming.

 We learn that how to edit the program and how to do the presentation for the project.

 We learn that how to make the report for project.

 This all things we learn from the project.

8. Application of this Micro-Project:-

 To perform basic mathematical operations using this simple calculator

INDEX

Sr.No. Content

You might also like