NEW
Font size
WorksheetsM3 R5 ( Chapter 2)
Total questions: 50
Worksheet time: 25mins
फ्लोचार्ट में अंडाकार आकार का क्या तात्पर्य है?
Input/Output
Process
Start/End
Decision
फ्लोचार्ट में decision point को कौन सा प्रतीक दर्शाता है?
Diamond (हीरा)
Rectangle (आयत)
Circle (वृत्त)
Arrow (तीर)
फ्लोचार्ट में आयत क्या दर्शाता है?
Input/Output
Process
Decision
Connector
What is an algorithm?
A type of programming language
A step-by-step procedure to solve a problem
A type of flowchart
A mathematical formula
निम्नलिखित में से कौन एल्गोरिदम का प्रकार नहीं है?
Greedy Algorithm
Divide and Conquer Algorithm
Genetic Algorithm
Flowchart Algorithm
फ्लोचार्ट में इनपुट/आउटपुट ऑपरेशन को कौन सा प्रतीक दर्शाता है?
Parallelogram (समानांतर चतुर्भुज)
Rectangle (आयत)
Diamond (हीरा)
Circle (वृत्त)
कौन सा एल्गोरिदम बिना पीछे हटे चरण दर चरण समस्या हल करता है?
Backtracking Algorithm
Recursive Algorithm
Iterative Algorithm
Dynamic Programming
एल्गोरिदम बनाने का पहला चरण क्या है?
Debugging the code
Understanding the problem
Drawing a flowchart
Testing the solution
निम्नलिखित में से कौन एक Divide and Conquer एल्गोरिदम का उदाहरण है?
Bubble Sort
Merge Sort
Linear Search
Breadth-First Search
फ्लोचार्ट में हीरे का प्रतीक क्या पूछता है?
Input/Output
Yes/No Decision
Process Step
End
फ्लोचार्ट में लूप को कैसे दर्शाया जाता है?
Using arrows to form a cycle
Using a parallelogram
Using multiple diamonds
Using ovals
कौन सा एल्गोरिदम प्रकार सर्वोत्तम समाधान सुनिश्चित करता है लेकिन अधिक समय ले सकता है?
Greedy Algorithm
Dynamic Programming
Brute Force Algorithm
Backtracking
1 से n तक के संख्याओं का योग निकालने वाले एल्गोरिदम का आउटपुट क्या होगा?
n * (n + 1)
n * (n - 1)
(n * (n + 1)) / 2
n^2
निम्नलिखित में से कौन एल्गोरिदम की विशेषताओं का हिस्सा नहीं है?
Finiteness
Feasibility
Accuracy
Infinite Loops
फ्लोचार्ट के विभिन्न भागों को जोड़ने के लिए कौन सा प्रतीक उपयोग किया जाता है?
Connector (चक्र)
Diamond (हीरा)
Rectangle (आयत)
Oval (अंडाकार)
कौन सा सॉर्टिंग एल्गोरिदम "divide and conquer" तकनीक पर आधारित है?
Bubble Sort
Quick Sort
Selection Sort
Insertion Sort
What is the best-case time complexity of the Binary Search algorithm?
( बाइनरी सर्च एल्गोरिदम की सर्वश्रेष्ठ स्थिति में समय जटिलता क्या है?)
O(n)
O(n^2)
O(1)
O(log n)
निम्नलिखित में से कौन ग्रीडी एल्गोरिदम की विशेषता है?
Always finds the globally optimal solution
Makes a locally optimal choice at each step
Uses dynamic programming
Backtracks to find the solution
फ्लोचार्ट में "स्टार्ट" प्रतीक को आम तौर पर किस रूप में दर्शाया जाता है?
Rectangle (आयत)
Parallelogram (समानांतर चतुर्भुज)
Oval (अंडाकार)
Diamond (हीरा)
ग्राफ में सबसे छोटा रास्ता खोजने के लिए कौन सा एल्गोरिदम उपयोग किया जाता है?
Quick Sort
Dijkstra's Algorithm
Merge Sort
Binary Search
एल्गोरिदम में "finiteness" का क्या अर्थ है?
It must be efficient
It must terminate after a finite number of steps
It must give multiple outputs
It must not have any condition
Which is NOT an example of sequential processing?
(निम्न में से कौन अनुक्रमिक प्रसंस्करण का उदाहरण नहीं है?)
Adding two numbers
Printing a document
Making a decision
Reading a file
फ्लोचार्ट में पथ को ट्रेस करने की प्रक्रिया को क्या कहा जाता है?
Flowchart Tracing
Dry Run
Debugging
Simulation
What is a recursive algorithm?
( पुनरावर्ती एल्गोरिदम क्या है?)
An algorithm that calls itself
An algorithm that loops indefinitely
An algorithm that solves problems iteratively
An algorithm with multiple exit points
What is the output of this algorithm?
Start
Input x
If x > 0, print "Positive"
Else print "Negative or Zero"
End
Positive
Negative
Zero
Error
Which of the following algorithms is used in searching unsorted data?
(असॉर्टेड डेटा में खोज के लिए कौन सा एल्गोरिदम उपयोग किया जाता है?)
Binary Search
Linear Search
Quick Sort
Merge Sort
फ्लोचार्ट का मुख्य लाभ क्या है?
Requires less memory
Simplifies problem-solving
Increases runtime efficiency
Reduces decision-making
कौन सा एल्गोरिदम "ओवरलैपिंग सबप्रॉब्लम्स" पर काम करता है?
Dynamic Programming
Greedy Algorithm
Divide and Conquer
Backtracking
निम्न में से कौन पुनरावृत्त एल्गोरिदम का उदाहरण है?
Fibonacci series using recursion
Summing numbers from 1 to 100 using a loop
Tower of Hanoi
Binary Search
फ्लोचार्ट में तीरों का उपयोग क्या है?
To represent input/output
To indicate the flow of control
To connect different pages
To show decisions
What is the complexity of a Brute Force algorithm in the worst case?
(सबसे खराब स्थिति में ब्रूट फोर्स एल्गोरिदम की जटिलता क्या है?)
O(n^2)
O(log n)
O(1)
O(n)
यह छद्म कोड क्या करता है?
Algorithm: FindMax
1. Input: array A of size n
2. Max ← A[0]
3. For i ← 1 to n-1 do
If A[i] > Max then Max ← A[i]
4. Output: Max
Finds the minimum value in an array
Finds the maximum value in an array
Sorts the array
Calculates the sum of elements in the array
फ्लोचार्ट में इनपुट/आउटपुट संचालन को दर्शाने के लिए कौन सा प्रतीक उपयोग किया जाता है?
Rectangle (आयत)
Oval (अंडाकार)
Diamond (हीरा)
Parallelogram (समानांतर चतुर्भुज)
पुनरावृत्त और पुनरावर्ती एल्गोरिदम में मुख्य अंतर क्या है?
Recursive algorithms are faster
Iterative algorithms are more memory efficient
Recursive algorithms use loops, and iterative use functions
There is no difference
कौन सा सॉर्टिंग एल्गोरिदम O(n) की सर्वोत्तम स्थिति की समय जटिलता रखता है?
Quick Sort
Merge Sort
Bubble Sort
Insertion Sort (when the array is already sorted)
बैकट्रैकिंग एल्गोरिदम क्या है?
An algorithm that works step by step sequentially
An algorithm that solves problems by exploring all possibilities and backtracking to find the correct solution
An algorithm that works on overlapping subproblems
An algorithm that divides the problem into smaller parts
निम्नलिखित में से कौन फ्लोचार्ट का उपयोग नहीं है?
Designing programs
Debugging algorithms
Writing pseudocode
Representing algorithms visually
बाइनरी सर्च एल्गोरिदम में पहला चरण क्या है?
Check the middle element
Divide the array into two equal halves
Compare the key with the smallest element
Compare the key with the largest element
Which algorithm is used in the Tower of Hanoi problem?
( टॉवर ऑफ हनोई समस्या में कौन सा एल्गोरिदम उपयोग किया जाता है?)
Iterative Algorithm
Backtracking Algorithm
Recursive Algorithm
Divide and Conquer Algorithm
निम्नलिखित में से कौन एल्गोरिदम समस्या को हल करने का चरण नहीं है?
Analyze the problem
Write the code directly
Create a flowchart
Test the algorithm
फ्लोचार्ट में वृत्ताकार प्रतीक क्या दर्शाता है?
Connector
Input/Output
Process
Decision
निम्न में से कौन ग्रीडी एल्गोरिदम का उदाहरण है?
Prim’s Algorithm
Merge Sort
Binary Search
Breadth-First Search
एल्गोरिदम डिज़ाइन प्रक्रिया में समस्या को परिभाषित करने के बाद कौन सा चरण आता है?
Testing
Implementing
Analyzing
Creating a flowchart
किसी संख्या के फैक्टोरियल को खोजने के लिए किस प्रकार के एल्गोरिदम का उपयोग किया जाता है?
Iterative
Recursive
Both a and b
None of the above
बैग समस्या को हल करने के लिए कौन सा एल्गोरिदम उपयोग किया जाता है?
Divide and Conquer
Greedy Algorithm
Dynamic Programming
Both b and c
एल्गोरिदम डिज़ाइन में चरणों का सही क्रम क्या है?
Define problem → Plan solution → Write code → Test
Plan solution → Define problem → Test → Write code
Define problem → Plan solution → Test → Write code
Write code → Test → Plan solution → Define problem
"निर्णय लेने" को कौन सा फ्लोचार्ट प्रतीक दर्शाता है?
Diamond
Parallelogram
Rectangle
Circle
एल्गोरिदम का मुख्य उद्देश्य क्या है?
To solve the problem efficiently
To debug errors
To create a visual design
To replace programming languages
फ्लोचार्ट डिज़ाइन में कनेक्टर का उद्देश्य क्या है?
To connect inputs and outputs
To link different parts of a flowchart
To make decisions
To represent processes
किसी पेड़ को गहराई-पहले तरीके से पार करने के लिए कौन सा एल्गोरिदम उपयोग किया जाता है?
Depth First Search (DFS)
Breadth First Search (BFS)
Dijkstra's Algorithm
Prim's Algorithm
