A1
A1
The
_______
Algorith Pseudoco
provides
m de
pictorial Flowchar All of Flowchar
represent t these t
ation of
given
problem.
What
does an
arrow Decision Data Start Data
Stop
represent making Flow Flow
in a flow
chart?
A A A
flowchart flowchart flowchart
is is a is a
diagram diagram diagram
What is matic A matic matic
A
the whilst flowchart descripti descripti
flowchart
difference pseudoco is textual on of an on of an
and
between a de is but algorith algorith
pseudoco
flowchart written in pseudoco m whilst m whilst
de are
and a de is pseudoco pseudoco
the same
pseudoco program diagram de is a de is a
thing
de? ming matic textual textual
language descripti descripti
(eg. on of an on of an
Pascal or algorith algorith
Java) m m
Step by Step by
What is step step
A
an A instructio A instructio
Pseudoco
Algorith flowchart ns used decision ns used
de
m? to solve a to solve a
problem problem
An
algorithm
is a
________
_____
that
provides
a series of
Step – by flow Pseudoco Step – by
instructio None of
– step chart de – step
ns that the above
process process process process
should be
carried
out in a
particular
order to
get the
desired
outcome.
It is
What are
Algorith independ
the
Easy to m ent of
advantage All of the All of the
understa follows a any
s of above above
nd predefine program
Algorith
d path ming
ms?
language
________
___ is
basically
an
algorithm
implemen
ted using Pseudoco Flowchar Algorith None of Pseudoco
comment de t m the above de
s and
explanato
ry text
written in
simple
English.
A
flowchart
is a
________
___
represent
ation of
an
Both Both
algorithm
Graphica Graphica None of Graphica
using Visual
l l and the above l and
various
Visual Visual
symbols,
shapes,
and
arrows to
explain a
process or
program
me.
________
symbol
used rounded parallelo rounded
circle rectangle
when the rectangle gram rectangle
flow chart
is starting
or ending.
________
___
symbol
used to
connect rounded parallelo
circle rectangle circle
relationsh rectangle gram
ips
between
the
shapes.
________
___
symbol
used to rounded parallelo parallelo
circle rectangle
take input rectangle gram gram
or output
in the
process.
________
___
symbol
used to
rounded parallelo
calculate circle rectangle rectangle
rectangle gram
or process
any data
in the
flowchart.
________
_ symbol
used
when the rounded parallelo
circle rhombus rhombus
decision rectangle gram
or
condition
to be
checked.
Actual
instructio
ns in
flowchart
ing are Circles Boxes Arrows Lines Boxes
represent
ed in
________
__
The
operation
represent
Input/ Assignm Compari Conditio Input/
ed by
Output ent son ns Output
parallelog
rams is
___
A
________
______ is
diagram
Algorith Hash Flowchar Flowchar
that Graph
m Table t t
depicts
the flow
of a
program.
________
______ is
used to
show Indentati Curly Round Semicolo Indentati
hierarchy on Braces Brackets n on
in a
pseudo
code.
The
statement
that tells
the
computer
to get a
value
read Write READ WRITE READ
from an
input
device
and store
it in a
memory
location.
A
statement
used to ELSE ELSEIF END ENDIF ENDIF
close the
IF block.
_____ is
a single
action in
a Statemen Control Function Statemen
computer t Flow State s t
Transitio
n from
one
process to
another
process
under
specified
condition
with in a
time Statemen Control Function
is___ t Flow State s State
The
process of
executing
the
individual
statement
s in a
given
order is
called Statemen Control Function Control
___ t Flow State s Flow
All the
instructio
ns are
executed
one after
another is
called
___
execution sequence selection iteration recursion sequence
A____
statement
causes the
program
control to
be
transferre
d to a
specific
part of
the
program
based
upon the
condition sequence selection iteration recursion selection
In ___ a
certain set
of
statement
s are
executed
again and
again
based
upon
condition
al test. sequence selection iteration recursion iteration
____ is a
sub
program
which
consists
of block
of code
that
performs
a
particular Statemen Control
task t Flow State Function Function
How
many
lines can
enter a
decision
symbol in
flowchart
? 1 2 3 4 1
How
many
lines can
leave a
decision
symbol in
flowchart
? 2 or 3 3 4 5 2 or 3
Algorith
m+ Data
structure= pseudoco
____ program flowchart de function program
____
efficiency
indicates
how fast
the
algorithm Processo
runs Space Time Function r Time
____
efficiency
indicates
how
much
memeory Processo
is used Space Time Function r Space
_____ is
a process
by which
a function
calls itself
repeatedl
y until
some
specified
condition
has been Recursio Recursio
satisfied Selection Iteration n Sequence n
The
process
of
executing
the
individual flowgrap control flowchar algorith control
statemen h flow. t m flow.
ts in a
given
order is
called___
__
A ______
is a
diagram
that
graphicall
flowgrap control flowchar algorith flowchar
y
h flow. t m t
represent
s the
structure
of the
system
In
flowchart
, the
symbol
____ diamond parallelo
rectangle circle rectangle
which s grams
show
instructio
ns or
actions
program
ming
language
defines
every Function Interpret Ensembl Assembl Function
computat al er e er al
ion as a
mathema
tical
evaluatio
n.
_____
language
is
symbolic Assembl Assembl
Machine Modern Natural
represent y y
ation of
machine
language
_____ is
the
program
which
translates
Ensembl Assembl Interpret Assembl
assembly Complier
e er er er
language
instructio
n in to a
machine
language.
______tr
anslates
the high
level Interpret Ensembl Assembl Interpret
Complier
language er e er er
program
in line by
line
manner
A
function
that calls subfuncti recursion subprogr relatively recursion
itself is on am
known as
_____
Which
one is not
about
good
quality of
an
algorithm Processo Processo
? Time r Memory Accuracy r
Iteration
is also
called as
___ looping selection sequence recursion looping
Which
keyword
is not
associate
d with
display
output in
pseudoco OUTPU DISPLA
de? T PRINT Y SHOW SHOW
Which
keyword
is not
associate
d with
reading
data in
pseudoco
de? READ INPUT GET GIVE GIVE
In a
______str
ucture, an
action, or
event,
leads to
the next
ordered
action in
a
predeterm
ined
order. sequence decision control looping sequence
Python is
a
________
program
ming higher- lowe higher-
language level level mid level first level level
An
________
translates
a source
file into
machine
language
as the
program interprete Assembl interprete
executes complier r editor er r
A
________
translates
a source
file into
an
executabl interprete Assembl
e file compiler r editor er compiler
Messages
can be
printed in
the output
window
by using
Python’s
_______f
unction.
scan edit print cout print
Python is
a case
_______ insensitiv case formatte case
language e sensitive character d sensitive
The
_______
function
enables a
Python
program
to display
textual
informati
on to the
user scan edit print input print
Programs
may use
the
_______
function
to obtain
informati
on from
the user. scan edit print input input
Python
does not
permit
______ to
be used
when
expressin
g numeric question
literals commas quote mark arrow commas
The
statement
a=b
copies the variable variable variable
value a into b into b into
stored in variable variable variable
________ b a error none a
What is
the
maximum
possible
length of none of none of
an 31 63 79 the the
identifier character character character mentione mentione
? s s s d d
all
private
members undersco
Which of must re and
the have ampersan
following leading d are the
is true for and only two none of
variable trailing special the
names in unlimited undersco character mentione unlimited
Python? length res s allowed d length
Which of
the
following
cannot be
a
variable? __init__ in it on in
Which of
the
following
data types
is not
supported
in
python? number list string slice slice