0% found this document useful (0 votes)
37 views3 pages

Annexure - I PART A - Micro-Project Proposal Phonebook Directory 1.0 Brief Introduction

This document outlines a proposed micro-project to create a phonebook directory application in C. The application will allow users to add, delete, and display contacts sorted using bubble sort. The project aims to perform basic array operations and apply sorting techniques. An action plan is provided with target start and end dates for tasks like collecting information, creating the application, and submitting the final project. Resources needed include a computer, Windows OS, and a C/C++ compiler. Contributions from the project team members are also listed.

Uploaded by

Aditya Borle
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)
37 views3 pages

Annexure - I PART A - Micro-Project Proposal Phonebook Directory 1.0 Brief Introduction

This document outlines a proposed micro-project to create a phonebook directory application in C. The application will allow users to add, delete, and display contacts sorted using bubble sort. The project aims to perform basic array operations and apply sorting techniques. An action plan is provided with target start and end dates for tasks like collecting information, creating the application, and submitting the final project. Resources needed include a computer, Windows OS, and a C/C++ compiler. Contributions from the project team members are also listed.

Uploaded by

Aditya Borle
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/ 3

Annexure – I

PART A – Micro-Project Proposal

Phonebook Directory

1.0 Brief Introduction:


This Phonebook is a simple micro project in C that can help you understand the basic operation on array and
sorting technique. This application will help you perform basic operation on phonebook (Add, Delete and Display).
The application will also sort the given input using sorting technic. Contact number will be first arranged in a
certain ascending order using bubble sort and a menu for basic operations we can perform will appear where user
can perform the operation on phonebook. The sorting of the given contact list is done by bubble sort.
Adding new contacts, sorting them and deleting the phonebook contact are the basic operation which are
include in menu of this Phonebook application.

2.0 Aim of the Micro-Project:


This Micro-Project aims at:
1. Sorting Array Using Sorting Technique (Bubble sort).
2. Performing Basic operation on Array.
I. Insertion ii.Deletion
3.0 Intended Course Outcomes:
a) Perform basic operation on array.
b) Apply different sorting techniques.

4.0 Literature Review:


Now in this world it is very important to keep different stored and mange at the same time so. So it is important
save all the contacts in the proper sorted manar for us to find it easy to search them easily in future.

5.0 Proposed Methodology


In the micro project we are implementing sorting technique and performing basic array operation on the Contact
No. list given by User. Here User will provide more than one Contact as input and the program will sort the Contact no.
according to the ascending numerical order and provide a menu for basic operation that a User can perform on the given
list of Contact no.
1. Insert -In Insert User can add a new element in the list on a desired position.
2. Delete - In Delete User can remove any element from any position in the list.
3. Display -In display program will Display the Whole Contact List.
For sorting we are using bubble sort it compare one by one two adjacent elements in array and swap them if they are not
in correct order until it reach last element in array. This completes first iteration of bubble sort. In Bubble sort it requires
N-1 Pass to perform a complete sort (where N is number of elements in array).
6.0 Resources Required:
S. No. Name of Resource/material Specifications Quantity
Computer System With Basic Configuration
1 1
(i3-i5 preferable and minimum RAM 4GB)
Operating System Windows 7 or
2 1
Later Version
Software
3 Turbo C/C++ version 3.0 or Latest Version 1

7.0 Action Plan:


S. Planned Planned Name of Responsible
Details of activity.
No Start date Finish date Team Members
1
To discuss and get the topic of Micro project. 01-07-19 01-07-19 All

03-07-19 03-07-19
2 Star planning on topic of Micro project. All

3 Collect Information about our Topic. 10-07-19 10-07-19 All

4 Distribute works within group members. 17-07-19 All


17-07-19
To start with creating with main copy of micro
5 24-07-19 24-07-19 All
project.

6 Collect different information about micro project. 31-07-19 31-07-19 All

7 Initiate different views about micro project. 07-08-19 07-08-19 All

8 Editing process must be done before hard copy. 14-08-19 14-08-19 All

Check softcopy properly before preparing of


9 21-08-19 21-08-19 All
hardcopy.

10 To start creating copy properly. 28-08-19 28-08-19 All

11 Checking the information from monitor. 04-09-19 04-09-19 All

All
12 To finalize main copy and fix it. 11-09-19 11-09-19

All
13 Check the soft copy. 18-09-19 18-09-19

All
14 To submit soft copy via G-mail. 25-09-19 25-09-19

All
15 Prepare the main micro project. 09-10-19 09-10-19

All
16 Submit to teacher. 16-10-19 16-10-19
8.0 Contribution:
Sr.No Enrollment Name Signature
1. 1801320137 P.H. Kuchewar
2. 1801320136 C.M. Sonule
3. 1701320120 S.R. RAUT
4. 1901320281 T.S. MUNDANE
5. 1901320282 H.S.TILALE
6.

*************

You might also like