MIC Miroprojct
MIC Miroprojct
MIC Miroprojct
REPORT
Teacher Evaluation Sheet
Sr.
Poor Average Good Excellent
No. Characteristic to be assessed
(Marks 1-3) (Marks 4-5) (Marks 6 - 8) (Marks 9-10)
(A) Process and Product Assesssment (Convert above total marks out of 6 marks)
1 Relevance to the Course
Literature Survey / Information
2
Collection
Completion of the Target as per
3 project proposal
Analysis of data and
4
representation
5 Quality of Prototype / Model
6 Report Preparation
(B) Individual Presentation / Viva (Convert above total marks out of 4 marks)
8 Presentation
9 Viva
Micro – Project Evaluation Sheet:
Process Assessment Product Assessment
Part Project Part Individual Total
A – project Methodology B – Project Presentation / Marks 10
Name of Student Proposal (2 marks) Report / Working Viva (4 marks)
(2 marks) Model(2 marks)
Comments / Suggestions about team work / leadership / inter – personal communication (if any)
Any Other Comment
Sr.
Poor Average Good Excellent
No. Characteristic to be assessed
(Marks 1-3) (Marks 4-5) (Marks 6 - 8) (Marks 9-10)
(A) Process and Product Assesssment (Convert above total marks out of 6 marks)
1 Relevance to the Course
Literature Survey / Information
2
Collection
Completion of the Target as per
3 project proposal
Analysis of data and
4
representation
5 Quality of Prototype / Model
6 Report Preparation
(B) Individual Presentation / Viva (Convert above total marks out of 4 marks)
8 Presentation
9 Viva
Micro – Project Evaluation Sheet:
Process Assessment Product Assessment
Part Project Part Individual Total
A – project Methodology B – Project Presentation / Marks 10
Name of Student Proposal (2 marks) Report / Working Viva (4 marks)
(2 marks) Model(2 marks)
Comments / Suggestions about team work / leadership / inter – personal communication (if any)
Any Other Comment
Sr.
Poor Average Good Excellent
No. Characteristic to be assessed
(Marks 1-3) (Marks 4-5) (Marks 6 - 8) (Marks 9-10)
(A) Process and Product Assesssment (Convert above total marks out of 6 marks)
1 Relevance to the Course
Literature Survey / Information
2
Collection
Completion of the Target as per
3 project proposal
Analysis of data and
4
representation
5 Quality of Prototype / Model
6 Report Preparation
(B) Individual Presentation / Viva (Convert above total marks out of 4 marks)
8 Presentation
9 Viva
Micro – Project Evaluation Sheet:
Process Assessment Product Assessment
Part Project Part Individual Total
A – project Methodology B – Project Presentation / Marks 10
Name of Student Proposal (2 marks) Report / Working Viva (4 marks)
(2 marks) Model(2 marks)
Comments / Suggestions about team work / leadership / inter – personal communication (if any)
Any Other Comment
MICRO PROJECT
Academic year 2022-23
TITLE OF PROJECT
Factorial Of Number
Place: CHANDWAD
Date: / 5 /2023
Place: CHANDWAD
Date: 15/4/2023
CERTIFICATE
Date: / 5 /2023
INDEX
Part B
PART A-Plan
like other programming languages like c,c++,java,etc like that By Using the assembly language
programming we can also find the factorial of the numbers.
By using some of the interesting instructions of the Assembly language programming we can find the Factorial of the
numbers. By that we can do this assembly language can perform of the asthmatic tasks.
At last of the report I have given the Source code.
PART B-Plan
Title of micro-project: Factorial Of Number
Important –
If the Given Number is a 16-bit number, the AX register is automatically used as the
second parameter and the product is stored in the DX:AX register pair. This means that the
DX register holds the high part and the AX register holds the low part of a 32-bit number.
In 8086 microprocessor, user have direct instruction (MUL) to multiply two numbers, so
we don’t have to add Multiplicand by Multiplier times like in 8085
Advantage of 8086 over 8085 (In case of Multiply):
Don’t have to write a bulky code as 8086 has a small code
Easy to remember
Already have multiplication Instruction
2.0 Aims/Benefits of Micro Project:like other programming languages like c,c++,java,etc like that By
Using the assembly language programming we can also find the factorial of the numbers.
Program –