You are on page 1of 4

Annexure – 1

Group No : Course : CO4I


Title : search a given character in string Subject : MIC
and find how many time it's present in string

1.0 Aim/Benefits of the Micro-Project :-

To develop a program using 8086 assembly language to search for a given


character in a string and display the number of times it is present in the
string.

2.0 Course Outcome Achieved :-

 Assembly Language Programming: Gain proficiency in


writing and debugging programs in assembly language for the
8086 microprocessor.

 String Manipulation: Learn techniques for manipulating


strings, including searching for specific characters.

 Algorithm Design and Optimization: Develop an efficient


algorithm for searching a character in a string and optimizing it
for performance.

1
 Memory Management: Understand how memory is managed
in the 8086 microprocessor and utilize memory effectively for
string operations.

 Problem-Solving Skills: Enhance problem-solving skills


through the implementation of a complex task in assembly
language,involving string manipulation and
searching algorithms.

3.0 Proposed Methodology :-

 In order to complete the micro project on this topic. We followed


the following steps to make it happened :-
 First of all we collect the title of the micro project from our
teacher. After the title decision we move to the next step.
 analysis and information gathering of the project. We develop a
blue print of our project which is :-

1. Prompt the user to enter a string and the character to search for.
Initialize counters and pointers to iterate through the string.

2. Search Algorithm :- Start from the beginning of the string.Compare


each character with the given character.If a match is found,
increment the counter.Continue until the end of the string is reached.
End the program.

2
4.0 Action Plan :-
S. Detail of Planned Planned Name of
No. activities start date Finish responsible team
date members

Planning of the Siddhant, vaibhav


1 project.
Collection of the Manali, Jaya
2 Information

Designing of the Vaibhav,Jaya,


3 project Manali, Siddhant
Preparing report Siddhant, Manali
4

5.0 Resources Required :-

Sr. No. Name of Specifications Quantity Remarks


Resource
1 Operating Windows 1
system
2 MS Word Any Version 1
3 TASM TASM 1.4 1

3
6.0 Team Members :-

Roll Name of Enrollment Relevance Literature Project Sign of


No: members No: to source survey proposal teacher
(10) (10)
Jaya Gujar 2201160040
37
Siddhant 2201160042
38 Magade
39 Manali 2201160043
Marathe

40 Vaibhav 2201160044
Thorat

You might also like