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

C Micro Project Proposal

The document outlines a micro project proposal for developing a hotel management system using the C programming language, detailing its aims, benefits, and the methodology involved. It includes a structured approach with flowcharts, algorithms, and an action plan for project execution. The project emphasizes the use of C programming features such as control structures, arrays, and functions to manage customer data and menu items effectively.

Uploaded by

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

C Micro Project Proposal

The document outlines a micro project proposal for developing a hotel management system using the C programming language, detailing its aims, benefits, and the methodology involved. It includes a structured approach with flowcharts, algorithms, and an action plan for project execution. The project emphasizes the use of C programming features such as control structures, arrays, and functions to manage customer data and menu items effectively.

Uploaded by

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

Micro Project Proposal

Hotel Management system


Aims/Benefits of Micro Project:-

As the topic mentions to develop the project on hotel management using


the “C” programming. The hotel management system includes the
different types of dishes and price of menu per menu. The software has
the facility to give a unique id for menu card of hotel and the price of
dishes. The hotel management system is a system that adds the
management of the customers’ data, hotel menu card, quantity of every
dish, price per dish name.

Course Outcomes integrated:-

a) Developed the flowchart and algorithm to solve problems logically.


b) Write simple “C” program using arithmetic expression.
c) Developed “C” programs using control structure.
d) Developed “C” programs using array and structure.
e) Develop/ Use functions in C programs for modular programming
approach.
f) Developed “C” programs using pointer.

Actual Procedure Followed:-


1. Plan out the given topic roughly.
2. Grab the ideas for the application.
3. Develop the Flowchart and Algorithm for the application.
4. Open the TURBO C compiler, start coding on the window according to
the plan to the application.
5. Run the project step by step by saving it.
6. Make sure that coding of the application should not be confusing.
7. Save the Project. 8. Run the project.

1
Propose Methodology:-

BASIC CONCEPTS OF “C” Programming

It was mainly developed as a system programming language to write


operating system. The main features of C language include low-level
access to memory, simple set of keywords, and clean style, these features
make C language suitable for system programming like operating system
or compiler development. A smallest individual unit in C program is
known as C Token. Tokens are either keywords, identifiers, constants,
variables or any symbol which has some meaning in C language. A C
program can also be called as a collection of various tokens.

ADVANTAGES

1. C language is case-sensitive which means lowercase and uppercase


letters are treated differently.
2. C is highly portable and is used for scripting system applications
which form a major part of Windows, UNIX and Linux operating
system.
3. C is a general purpose programming language and can efficiently
work on enterprise applications, games, graphics, and applications
requiring calculations etc.
4. C language has a rich library which provides a number of built-in
functions. It also offers dynamic memory allocation.

2
ALGORITHM
Step 1:- Start.
Step 2:- Declare dish no, quantity, cost.
Step 3:- Take the values of declared variable
from user Step 4:- Declare Functions.
Step 5:-By using switch case declared different types of dishes.
Step 6:- Calculate the final amount of order by given formulae.
Step 7:- Declared the result
Step 8:- Stored the result
Step 8:- End

3
FLOWCHART

Start

Declared dish no,


quantity, cost and add

Initialize the value of declared variables

By using switch case declare the dish


names and calculate the final amount of
order by given
Declared formulae
and stored the result

Stop

4
Action Plan:
SR Week Activity of Performed Planned Planned Name of Responsible
.N start Date Finish Date Team member
O

1.
Discussion and finalization Siddhesh Khedkar,
1st
of topic Ashwini Dagale

2. Preparation and Shruti Chavan,


2nd submission of Abstract Sanika Kate

3. Ashwini Dagale,
3th Collection of Data Shruti Chavan

4. Siddhesh Khedkar,
4th Implementation Shruti Chavan

5. Check, Validation Ashwini Dagale,


5th and Execution of Sanika Kate
code
6.
Compilation of Report Siddhesh Khedkar,
6th Sanika Kate
And Presentation
7. 7th Actual Presentation & Ashwini Dagale,
Final submission of Micro Sanika Kate
Project

Name of Team Members with Roll_no


1. Siddhesh G. Khedkar (101)
2. Ashwini S.Dagale (102)
3. Shruti S. Chavan (103)
4. Sanika S. Kate (104)

Mr.Mahesh Pimpalkar

You might also like