Menu mobile
Home
PYTHON
Python Tutorial
Program Example
Interview Questions
JAVA
Java Tutorial
Program Example
Interview Questions
C Language
C Tutorial
Program Example
Interview Questions
Web Design
HTML
CSS
Java Script
PHP
Assignment
MS Office
HTML
CSS
Java Script
QUIZ ON : PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON - ALGORITHM AND FLOWCHARTS TO SOLVE PROBLEMS
ALGORITHM AND FLOWCHARTS TO SOLVE PROBLEMS
00:00:00
English
Hindi
Question No# :
01
out of 22
What is an algorithm
एल्गोरिथम क्या है
A.
A flowchart
A flowchart
B.
tep by step instructions used to solve a problem
tep by step instructions used to solve a problem
C.
A flowchart or pseudo code
A flowchart or pseudo code
D.
A decision
A decision
Question No# :
02
out of 22
In a flowchart a calculation (process) is represented by
एक फ़्लोचार्ट में एक गणना (प्रक्रिया) का प्रतिनिधित्व किया जाता है
A.
A rectangle
A rectangle
B.
A rhombus
A rhombus
C.
A parallelogram
A parallelogram
D.
A circle
A circle
Question No# :
03
out of 22
An algorithm that calls itself directly or indirectly is known as
एक एल्गोरिथम जो स्वयं को प्रत्यक्ष या परोक्ष रूप से कॉल करता है, के रूप में जाना जाता है
A.
Sub algorithm
Sub algorithm
B.
Recursion
Recursion
C.
Polish notation
Polish notation
D.
Traversal algorithm
Traversal algorithm
Question No# :
04
out of 22
Algorithm is the graphical representation of logic.
Algorithm is the graphical representation of logic.
A.
TRUE
TRUE
B.
FALSE
FALSE
Question No# :
05
out of 22
Diagram that represents steps or operations involved in any kind of process is called
किसी भी प्रकार की प्रक्रिया में शामिल चरणों या संचालन का प्रतिनिधित्व करने वाले आरेख को कहा जाता है
A.
System diagram
System diagram
B.
Management hierarchy
Management hierarchy
C.
Flowcharts
Flowcharts
D.
Convenience diagrams
Convenience diagrams
Question No# :
06
out of 22
A step by step method for solving a problem using English Language
A.
program
B.
Flowchart
C.
statement
D.
Algorithm
Question No# :
07
out of 22
Set of statements is executed based upon conditional test.
Set of statements is executed based upon conditional test.
A.
Looping
Looping
B.
Selective
Selective
C.
Sequence
Sequence
D.
None
None
Question No# :
08
out of 22
The following symbol represent
The following symbol represent
A.
Decision
Decision
B.
Initialization
Initialization
C.
Input/Output
Input/Output
D.
None of Mentioned
None of Mentioned
Question No# :
09
out of 22
Tool ________ is used for program design.
Tool ________ is used for program design.
A.
Flowchart
Flowchart
B.
Psuedocode
Psuedocode
C.
Algorithm
Algorithm
D.
All of the above
All of the above
Question No# :
10
out of 22
The word comes from the name of a Persian mathematician Abu Ja’far Mohammed ibn-i Musa al Khowarizmi is called?
A.
Flowchart
B.
Flow
C.
Algorithm
D.
Syntax
Question No# :
11
out of 22
Diamond shaped symbol is used in flowcharts to show the
फ्लोचार्ट में हीरे के आकार के प्रतीक का प्रयोग किसको दर्शाने के लिए किया जाता है?
A.
Decision box
Decision box
B.
Statement box
Statement box
C.
Error box
Error box
D.
If-statement box
If-statement box
Question No# :
12
out of 22
Part of an algorithm which is repeated for fixed number of times is classified as
एक एल्गोरिथम का वह भाग जिसे निश्चित संख्या में बार-बार दोहराया जाता है, इस प्रकार वर्गीकृत किया जाता है:
A.
iteration
iteration
B.
selection
selection
C.
sequence
sequence
D.
reverse action
reverse action
Question No# :
13
out of 22
In flowchart, parallelogram is used to show
फ़्लोचार्ट में, समांतर चतुर्भुज का उपयोग किस लिए किया जाता है
A.
General input symbol
General input symbol
B.
Operation on data
Operation on data
C.
Online use of keyboard
Online use of keyboard
D.
Output data screen
Output data screen
Question No# :
14
out of 22
The graphical representation of algorithm is
A.
program
B.
Flowchart
C.
statement
D.
Algorithm
Question No# :
15
out of 22
When an algorithm is written in the form of a programming language, it becomes a :
When an algorithm is written in the form of a programming language, it becomes a :
A.
Flowchart
Flowchart
B.
Program
Program
C.
Pseudo code
Pseudo code
D.
Syntax
Syntax
Question No# :
16
out of 22
All instructions are executed one after other.
A.
Looping
B.
Selective
C.
Sequence
D.
None
Question No# :
17
out of 22
Two main measures for the efficiency of an algorithm are
A.
Processor and memory
B.
Complexity and capacity
C.
Time and space
D.
Data and space
Question No# :
18
out of 22
In a flowchart an input or output instruction is represented by
फ़्लोचार्ट में एक इनपुट या आउटपुट इंस्ट्रक्शन द्वारा दर्शाया जाता है
A.
A rectangle
A rectangle
B.
A rhombus
A rhombus
C.
A parallelogram
A parallelogram
D.
A circle
A circle
Question No# :
19
out of 22
Set of statements is executed again and again based upon conditional test.
A.
Looping
B.
Selective
C.
Sequence
D.
None
Question No# :
20
out of 22
Connectors used to connect flowchart symbols to each other are classified as
फ़्लोचार्ट प्रतीकों को एक दूसरे से जोड़ने के लिए उपयोग किए जाने वाले कनेक्टर्स को इस प्रकार वर्गीकृत किया जाता है
A.
Arrow lines
Arrow lines
B.
Symbols
Symbols
C.
Annotation
Annotation
D.
Special symbols
Special symbols
Question No# :
21
out of 22
The complexity of linear search algorithm is
A.
O(n)
B.
O(log n)
C.
O(n2)
D.
O(n log n)
Question No# :
22
out of 22
When an algorithm is written in the form of a programming language it becomes a
जब एक एल्गोरिथम को प्रोग्रामिंग भाषा के रूप में लिखा जाता है, तो यह बन जाता है:
A.
Flowchart
Flowchart
B.
Program
Program
C.
Pseudo Code
Pseudo Code
D.
Syntax
Syntax
CCC Online Test 2021
CCC Practice Test Hindi
Python Programming Tutorials
Best Computer Training Institute in Prayagraj (Allahabad)
Best Java Training Institute in Prayagraj (Allahabad)
Best Python Training Institute in Prayagraj (Allahabad)
O Level NIELIT Study material and Quiz
Bank SSC Railway TET UPTET Question Bank
career counselling in allahabad
Sarkari Naukari Notification
Best Website and Software Company in Allahabad
Website development Company in Allahabad