Important Notice:

Algorithm & Flowchart (Chapter: 2)

33 Notes

Notes in Algorithm & Flowchart (Chapter: 2)

Algorithm & Flowchart ((Table of contents)

Algorithm & Flowchart ((Table of contents) 1. Introduction to Algorithm 1.1 Advantages of Algorithms 1.2 Steps...

M3-R5.1
Read Now →
Introduction to Algorithm

Introduction to Algorithm:- Algorithm (एल्गोरिद्म) किसी समस्या (Problem) को हल करने के लिए दिए गए क्रमबद्ध...

M3-R5.1
Read Now →
Advantages of Algorithms and Properties

Advantages of Algorithms / एल्गोरिथ्म के लाभ :- Problem को समझना आसान होता है / It is easy to understand the prob...

M3-R5.1
Read Now →
Steps for Problem Solving

Steps for Problem Solving:- 1.  Problem Analysis / समस्या का विश्लेषण Problem को समझना और input तथा output की पहच...

M3-R5.1
Read Now →
Introduction to Flowcharts

Introduction to Flowcharts / फ्लोचार्ट का परिचय :- Flowchart किसी प्रक्रिया (process) या algorithm को symbols और arrows...

M3-R5.1
Read Now →
Terminal (Start/Stop) Symbol

Terminal (Start/Stop) Symbol :-  Terminal (Start/Stop) फ्लोचार्ट का पहला और अंतिम प्रतीक (Symbol) होता है। इसका...

M3-R5.1
Read Now →
Input/Output Symbol

Input/Output Symbol (इनपुट/आउटपुट सिंबल) :- Input/Output (I/O) Symbol का उपयोग फ्लोचार्ट में डेटा को इनपुट (Input) कर...

M3-R5.1
Read Now →
Process Symbol

Process Symbol (प्रोसेस सिंबल) :- Process Symbol फ्लोचार्ट का सबसे अधिक उपयोग किया जाने वाला प्रतीक (Symbol) है। इसका...

M3-R5.1
Read Now →
Decision Symbol

Decision Symbol (डिसीजन सिंबल) :- Decision Symbol का उपयोग फ्लोचार्ट में निर्णय (Decision), शर्त (Condition) या तुलना...

M3-R5.1
Read Now →
Flow Line / Arrow

Flow Line / Arrow (फ्लो लाइन / तीर चिन्ह) :- Flow Line (Arrow) फ्लोचार्ट में विभिन्न Symbols को आपस में जोड़ने (Conne...

M3-R5.1
Read Now →
Connector Symbol

Connector Symbol (कनेक्टर सिंबल) :- Connector Symbol का उपयोग फ्लोचार्ट में दो Flow Lines या फ्लोचार्ट के विभिन्न भाग...

M3-R5.1
Read Now →
Predefined Process Symbol or Subroutine

Predefined Process Symbol  or Subroutine(प्रीडिफाइंड प्रोसेस सिंबल) :- Predefined Process Symbol का उपयोग फ्लोचा...

M3-R5.1
Read Now →
Basic Algorithm Structures

Basic Algorithm Structures (एल्गोरिथ्म की मूल संरचनाएँ) :- Basic Algorithm Structures वे मूल संरचनाएँ (Fundamental Stru...

M3-R5.1
Read Now →
Sequential Processing

Sequential Processing (क्रमिक प्रसंस्करण) :- Sequential Processing एल्गोरिथ्म (Algorithm) की सबसे सरल संरचना (Structu...

M3-R5.1
Read Now →
Decision-Based Processing

Decision-Based Processing (निर्णय आधारित प्रसंस्करण) :- Decision-Based Processing (निर्णय आधारित प्रसंस्करण) वह प्रक्रि...

M3-R5.1
Read Now →
Iterative / Loop Processing

Iterative / Loop Processing (पुनरावृत्त / लूप प्रसंस्करण) :- Iterative / Loop Processing वह प्रक्रिया है जिसमें किसी का...

M3-R5.1
Read Now →
Algorithms and Flowcharts – Solved Examples

Process of Creating a Flowchart from a Question :- किसी भी Question को सीधे Flowchart में नहीं बदला जाता। सबसे पहले Que...

M3-R5.1
Read Now →
Exchange Values of Two Variables

Exchange Values of Two Variables (दो Variables के Values को Exchange करना ):- Question:- Write an algorithm and flowcha...

M3-R5.1
Read Now →
Summation of a Set of Numbers

Summation of a Set of Numbers (संख्याओं के समूह का योग ):- Question:- Write an algorithm and flowchart to find the sum...

M3-R5.1
Read Now →
Decimal to Binary Conversion

Decimal to Binary Conversion (दशमलव से बाइनरी रूपांतरण ) :- Question - Write an algorithm and flowchart to convert a d...

M3-R5.1
Read Now →
Reversing digits algorithm flowchart

Reverse Digits of an Integer किसी Integer के Digits को Reverse करना Question Write an algorithm and flowchart to reve...

M3-R5.1
Read Now →
GCD (Greatest Common Divisor) of Two Numbers

GCD (Greatest Common Divisor) of Two Numbers :- Question Write an algorithm and flowchart to find th...

M3-R5.1
Read Now →
Test Whether a Number is Prime

Test Whether a Number is Prime (किसी Number के Prime होने की जाँच करना) :- Question:- Write an algorithm and flowchart...

M3-R5.1
Read Now →
Factorial of a Number

Factorial of a Number :- Question:- Write an algorithm and flowchart to find the factorial of a give...

M3-R5.1
Read Now →
Fibonacci Sequence Generation

Fibonacci Sequence Generation :- Question:- Write an algorithm and flowchart to generate the Fibonacci sequence up to...

M3-R5.1
Read Now →
Evaluate sin x Using Series Expansion

Evaluate sin x Using Series Expansion :- Question - Write an algorithm and flowchart to evaluate sin x using series ex...

M3-R5.1
Read Now →
Array Processing Algorithms

Array Processing Algorithms (ऐरे प्रोसेसिंग एल्गोरिदम) :- Array (ऐरे) समान (Same) Data Type के कई Elements का एक समूह (...

M3-R5.1
Read Now →
Reverse Order of Elements of an Array

Reverse Order of Elements of an Array (ऐरे के तत्वों को उल्टे क्रम में व्यवस्थित करना) Question - Write an algorithm to...

M3-R5.1
Read Now →
Find the Largest Number in an Array

Find the Largest Number in an Array (ऐरे में सबसे बड़ी संख्या ज्ञात करना) :- Question - Write an algorithm and flowcha...

M3-R5.1
Read Now →
Finding the smallest number in an array

Finding the smallest number in an array :-

M3-R5.1
Read Now →
Sum of Elements of an Array

Sum of Elements of an Array :-

M3-R5.1
Read Now →
Matrix Processing Algorithms

Matrix Processing Algorithms (मैट्रिक्स प्रोसेसिंग एल्गोरिदम) :- Matrix (मैट्रिक्स) समान Data Type के Elements का एक Tw...

M3-R5.1
Read Now →
Print Elements of Upper Triangular Matrix

Print Elements of Upper Triangular Matrix (Upper Triangular Matrix के Elements को प्रदर्शित करना) :- Quetion- Write an...

M3-R5.1
Read Now →