NEW
Font size
WorksheetsAlgorithm and Problem Solving
Total questions: 51
Worksheet time: 26mins
The time that depends on the input: an already sorted sequence that is easier to sort.
वह समय जो इनपुट पर निर्भर करता है: पहले से ही क्रमबद्ध अनुक्रम जो क्रमबद्ध करना आसान है।
Process
Evaluation
Running
Input
Which of the following is incorrect?
Algorithms can be represented:
निम्नलिखित में से कौन सा गलत है?
एल्गोरिदम का प्रतिनिधित्व किया जा सकता है:
as pseudo codes
as syntax
as programs
as flowcharts
The symbol denotes
I/O
Flow
Terminal
Decision
The following box denotes?
Decision
Initiation
Initialization
I/O
A box that can represent two different conditions.
एक बॉक्स जो दो अलग-अलग स्थितियों का प्रतिनिधित्व कर सकता है।
Rectangle
Diamond
Circle
Parallelogram
Which of the following is not an advantage of a flowchart?
निम्नलिखित में से कौन सा फ़्लोचार्ट का लाभ नहीं है?
Better communication
Efficient coding
Systematic testing
Improper documentation
A flowchart that outlines the main segments of a program.
एक फ़्लोचार्ट जो एक कार्यक्रम के मुख्य खंडों की रूपरेखा तैयार करता है।
Queue
Macro
Micro
Union
A ______________ is diagram that depicts the flow of a program.
एक __________ डायग्राम है जो एक प्रोग्राम के फ्लो को दर्शाता है।
Algorithm
Hash Table
Graph
Flowchart
The operation represented by parallelograms.
समानांतर चतुर्भुजों द्वारा दर्शाया गया ऑपरेशन।
Input/Output
Assignment
Comparison
Conditions
Which of the following is not a flowchart structure?
निम्नलिखित में से कौन सा फ्लोचार्ट संरचना नहीं है?
Process
Sequence
Repetition
Case
The action performed by a ___________ structure must eventually cause the loop to terminate.
__________ संरचना द्वारा की गई क्रिया अंततः लूप को समाप्त करने का कारण बनती है।
sequence
case
repetition
process
What type of structure is this?
sequence
case
repetition
process
What type of a structure is this?
sequence
case
repetition
process
A _______ is a connector showing the relationship between the representative shapes.
एक _______ प्रतिनिधि आकृतियों के बीच संबंध दिखाने वाला एक कनेक्टर है।
line
arrow
Process
box
Keep the statement language ______________ while writing a pseudo code.
स्यूडो कोड लिखते समय कथन की भाषा ______________ रखें।
Dependent
Independent
Case sensitive
Capitalized
Which of the following is not a keyword?
निम्नलिखित में से कौन सा कीवर्ड नहीं है?
Read
Write
start
endif
______________ is used to show hierarchy in a pseudo code.
Indentation
Curly Braces
Round Brackets
Semicolon
The statement that tells the computer to get a value from an input device and store it in a memory location.
वह कथन जो कंप्यूटर को एक इनपुट डिवाइस से मूल्य प्राप्त करने और इसे मेमोरी लोकेशन में स्टोर करने के लिए कहता है।
read
write
READ
WRITE
_____________ are identified by their addresses, we give them names (field names / variable names) using words.
_____________ उनके पते से पहचाने जाते हैं, हम उन्हें शब्दों का प्रयोग करके नाम (फ़ील्ड नाम / चर नाम) देते हैं।
Memory variables
Memory Locations
Memory Addresses
Data variables
____________ begins with lower case letters.
Keywords
Variables
Tokens
Functions
A symbol used for grouping.
()
{}
[].
” ”
A statement used to close the IF block.
ELSE
ELSEIF
END
ENDIF
Programming based on stepwise refinement process.
प्रोग्रामिंग चरणबद्ध शोधन प्रक्रिया पर आधारित है।
Structural
C programming
Procedural
Fine
A ________ is a directed graph that describes the flow of execution control of the program.
एक __________ एक निर्देशित ग्राफ है जो प्रोग्राम के निष्पादन नियंत्रण के प्रवाह का वर्णन करता है।
Flowchart
Flow graph
Complexity curve
Algorithm
A program should be ________
Secure
Sequential
Ordered
Simple
The number of values a function can return at a time?
एक समय में एक फ़ंक्शन कितने मूल्यों को वापस कर सकता है?
1
0
2
more than 2
The language made up of binary coded instructions.
Machine
C
BASIC
High level
The ___________ contains the address of the next instruction to be executed.
___________ में निष्पादित किए जाने वाले अगले निर्देश का पता होता है।
Information retrieval
Program counter
Accumulator
System counter
A program that reads each of the instructions in mnemonic form and translates it into the machine-language equivalent.
एक प्रोग्राम जो प्रत्येक निर्देश को स्मरक रूप में पढ़ता है और मशीन-भाषा समकक्ष में अनुवाद करता है।
Machine language
Assembler
Interpreter
C program
An approach that designs test cases by looking at the allowable data values.
एक दृष्टिकोण जो स्वीकार्य डेटा मानों को देखकर परीक्षण मामलों को डिज़ाइन करता है।
Data coverage
Code Coverage
Debugging
Validation
The rules that give meaning to the instructions.
निर्देश को अर्थ देने वाले नियम।
Semantics
Syntax
Code
Cases
Each personal computer has a _________ that manages the computer’s arithmetical, logical and control activities.
प्रत्येक पर्सनल कंप्यूटर में एक _________ होता है जो कंप्यूटर की अंकगणितीय, तार्किक और नियंत्रण गतिविधियों का प्रबंधन करता है।
Microprocessor
Assembler
Microcontroller
Interpreter
The instructions that tell the assembler what to do.
निर्देश जो असेंबलर को बताते हैं कि क्या करना है।
Executable instructions
Pseudo-ops
Logical instructions
Macros
The segment containing data values passed to functions and procedures within the program.
प्रोग्राम के भीतर कार्यों और प्रक्रियाओं के लिए पास किए गए डेटा मान वाले खंड।
Code
Data
Stack
System
Executables might be called ________
निष्पादनयोग्य को ________ कहा जा सकता है
native code
executable code
complex code
machine code
Source program is compiled to an intermediate form called __________
स्रोत प्रोग्राम को एक मध्यवर्ती रूप में संकलित किया जाता है जिसे __________ कहा जाता है
Byte Code
Smart code
Executable code
Machine code
Which of the following isn’t a characteristic of High level languages?
निम्नलिखित में से कौन उच्च स्तरीय भाषाओं की विशेषता नहीं है?
machine code
platform independent
interactive execution
user-friendly
Method which uses a list of well defined instructions to complete a task starting from a given initial state from a given initial state to end state is calls as
Program
Flowchart
Algorithm
Pseudocode
Examination of the program step by step is called ______________
Controlling
Tracing
Stepping
Testing
This characteristic often draws the line between what is feasible and what is impossible.
यह विशेषता अक्सर संभव और असंभव के बीच की रेखा खींचती है।
Performance
System Evaluation
Modularity
Reliability
When an algorithm is written in the form of a programming language, it becomes a _________
Flowchart
Program
Pseudo code
Syntax
The following symbol denotes:
Module
Terminal
Process
i/o operation
Keep the statement language ______________ while writing a pseudo code.
Dependent
Independent
Case sensitive
Capitalized
______________ is used to show hierarchy in a pseudo code.
Indentation
Curly Braces
Round Brackets
Semicolon
_____________ are identified by their addresses, we give them names (field names / variable names) using words.
_____________ उनके पते से पहचाने जाते हैं, हम उन्हें शब्दों का प्रयोग करके नाम (फ़ील्ड नाम / चर नाम) देते हैं।
Memory variables
Memory Locations
Memory Addresses
Data variables
A document that specifies how many times and with what data the program must be run in order to thoroughly test it.
एक दस्तावेज़ जो यह निर्दिष्ट करता है कि प्रोग्राम को पूरी तरह से परखने के लिए उसे कितनी बार और किस डेटा के साथ चलाना चाहिए।
addressing plan
test plan
validation plan
verification plan
The formal grammar rules governing the construction of valid instruction.
वैध निर्देश के निर्माण को नियंत्रित करने वाले औपचारिक व्याकरण नियम।
test case
syntax
program
program
A program that reads each of the instructions in mnemonic form and translates it into the machine-language equivalent.
एक प्रोग्राम जो प्रत्येक निर्देश को स्मरक रूप में पढ़ता है और मशीन-भाषा समकक्ष में अनुवाद करता है।
Machine language
Assembler
Interpreter
C program
An approach that designs test cases by looking at the allowable data values.
एक दृष्टिकोण जो स्वीकार्य डेटा मानों को देखकर परीक्षण मामलों को डिज़ाइन करता है।
Data coverage
Code Coverage
Debugging
Validation
The rules that give meaning to the instructions.
निर्देश को अर्थ देने वाले नियम।
Semantics
Syntax
Code
Cases
The time that depends on the input: an already sorted sequence that is easier to sort.
वह समय जो इनपुट पर निर्भर करता है: पहले से ही क्रमबद्ध अनुक्रम जो क्रमबद्ध करना आसान है।
Process
Evaluation
Running
Input
