MIC (22415) Misroproject Format
MIC (22415) Misroproject Format
Part A – Plan
Sr.
Contents Page No.
Mi
cro No. -
Part A – Micro Project Proposal 1-2
4. Action Plan 2
5. Resources Required 2
1.Rationale 3
4. Literature Review 3
5.2flow chart 5
9. applications 10
Project on
1
FACTORIAL NUMBERS
This project is focused on factorial numbers, so its name is “factorial number project”.
Here, you can calculate a factorial number, in this you can add factorial numbers.
Overall, with this project, you can save factorial numbers of “factorial number Program”
The project provides the easiest way of to store and manage the data of anybody.
It provides accuracy.
3. Proposed Methodology
The source code for factorial numbers is relatively short and easy to understand. I have
divided this micro project into many functions, most of which are related to different
activity. Listed below are some of the more important functions which may help you
understand In this factorial numbers projectin micro, file handling has been used for
almost all functions.
4 Action Plan
2
Name of
Sr. Planned Planned
Details of Activity Responsible Team
No. Start date Finish date
Members
1 Search and collect the
information of project
2 Write Algorithm for
given program
3 Analyze the Given Nalle Krishna
Information Mulge yash
4 Draw flowchart for Lakhadive ganesh
program
5 Initialization of
Checklist
6 Choosing Instructions
7 Converting algorithm to
Assembly language
8 Write assembly
language program and
execute it
5. Resources Required :
Sr.
Name of resource / material Specification Quantity Remarks
No.
1 Computer WINDOWS 7,2GB RAM, 1
2 Operating System WINDOWS 7 1
4 Browser Chrome 1
Annexure – II A
Part B –
3
FACTORIAL NUMBERS
1.0 Rationale
Although the candidate does not initiate much of the discussion with the examiner during
the topic phase and is quite dependent on him, in the collaborative and conversation
phases, her contribution is more balanced and she fulfils the tasks very well, initiating
and responding with natural turntaking. She is also able to maintain and develop the
interaction. No communication problems occur.
The project provides the easiest way of to store and manage the data of anybody.
It provides accuracy.
4.0Literature Review :
o Array is a collection similar type of data store at continuous location.
4
5.0Actual Methodology Followed
Here, you can create a factorial number list, in this you can calculate the factorial
number
Overall, with this project, you can save the factorial number in microprocessor.
5
7.0 Source code:
6
DATA SEGMENT
NUM DB ?
FACT DB 1H
DATA ENDS
CODE SEGMENT
ASSUME DS:DATA,CS:CODE
START:
MOV AX,DATA
MOV DS,AX
LEA DX,MSG1
MOV AH,9
INT 21H
MOV AH,1
INT 21H
SUB AL,30H
MOV NUM,AL
MOV AH,0
MOV AL,FACT
MOV CH,0
MOV CL,NUM
LABEL1: MUL CL
LOOP LABEL1
LEA SI,RES
CALL HEX2DEC
LEA DX,MSG2
7
MOV AH,9
INT 21H
LEA DX,RES
MOV AH,9
INT 21H
MOV AH,4CH
INT 21H
CODE ENDS
MOV CX,0
MOV BX,10
DIV BX
ADD DL,30H
PUSH DX
INC CX
CMP AX,9
JG LOOP1
ADD AL,30H
MOV [SI],AL
LOOP2: POP AX
INC SI
MOV [SI],AL
LOOP LOOP2
RET
HEX2DEC ENDP
END START
8
8.0Actual Resources Uesd
Sr.
Name of resource / material Specification Quantity Remarks
No.
1 Computer WINDOWS 7,2GB RAM, 1
160GB HDD
2 Operating System WINDOWS 7 1
4 Browser Chrome 1
9
There are so many thing that we learn from this project of
11.0 Application
********
10