KSU IT 101 Activity Ch4

Any problem, that computers can solve using some speci!c set of steps is a_________________ problem
Algorithmic
Computational
Diamond
Terminal
The approach towards solution of the problem starts in a systematic and step-by-step way, called the __________________________approach
Algorithmic
Computational
Diamond
Terminal
_____________symbol is used to represent a point of decision and it contains the question or decision to be solved.
Algorithmic
Computational
Diamond
Terminal
The symbol to represent start and end of a "owchart is _____________Symbol
Algorithmic
Computational
Diamond
Terminal
It represents the input and the output operation
A flowchart
Terminal
Parallelogram
A diamond
A circle
It is used to connect two different parts of the flowchart.
A flowchart
Terminal
Parallelogram
A diamond
A circle
is a graphical representation of steps for solution of a problem
A flowchart
Terminal
Parallelogram
A diamond
A circle
is used to represent the start step.
A flowchart
Terminal
Parallelogram
A diamond
A circle
is used to signify a decision point
A flowchart
Terminal
Parallelogram
A diamond
A circle
A ________________is a sequence of instructions executed by a computer
Variable
input()
program
print()
The _________built-in function is used to print the given string as an output.
Variable
input()
program
print()
A _______________is created the moment we first assign a value to it
Variable
input()
program
print()
The _______ function lets a user to provide input to the program through an input device.
Variable
input()
program
print()
The correct way to create a variable in Python is:
myVariable
my Variable
@Variable
12Variable
Which of the following statement assigns the value 100 to the variable x in Python
x = 100
x : 100
x100
x << 100
Which of the following are valid Python variable names:
23age
class
age
age@45
Which variable name would be meaningful in keeping a record of someone's high score
S
hS
Score
High_Score
The values or variables on which the operator is applied to are called_______
=
list
arithmetic
operands
_________________operators are used to perform mathematical operations.
=
list
arithmetic
operands
The _____________operator assigns the value of the right expression to the left operand
=
list
arithmetic
operands
A _____________in Python is the collection of data items stored as a sequence .
=
list
arithmetic
operands
Which of the following group consists of arithmetic operators
= , += , -= , *=
+, - , *, /, % , **
== , < , > , !=
and , or , not
Which of the following group consists of assignment operators
= , += , -= , *=
+, - , *, /, % , **
== , < , > , !=
and , or , not
Which of the following group consists of comparison operators
= , += , -= , *=
+, - , *, /, % , **
== , < , > , !=
and , or , not
Which of the following group consists of logical operators.
= , += , -= , *=
+, - , *, /, % , **
== , < , > , !=
and , or , not
Which one of the following is a valid Python if statement?
if a >= 27
if (a => 27)
if(a >= 27)
if a >= 27:
In Python, an if-else statement is used to
Output message
Get data from the user
make decision
loop control
In Python program when the if condition is false:
it reads a statement
it exits the program
it gives an error
none
Which statement is correct “if the value of the variable age is greater than or equal to 20”:
if age >= 20
if age is greater than 20
if age >= 20:
if age > 20:
A __________ iterates over every item in a list until it reaches the end of list.
iteration
for loop
function
while loop
Each time we execute the body of the loop, that is called an ___________
iteration
for loop
function
while loop
A ___________repeats a step or group of steps while a given condition is true.
iteration
for loop
function
while loop
A _________is a block of organized and reusable code that perform a task when it is called.
iteration
for loop
function
while loop
Which of the following loop repeats until a particular condition is true?
else loop
for loop
while loop
none
Which of the following is a valid for loop statement in Python?
for(i=0; i
for i in range(15):
for i in range(15)
for range(5)
which of the following is a valid while loop statement in Python?
while(i=0; i
while i in range(15):
while i < 15:
while range(15)
Which Python in-built function is used to add the values?
len()
input()
sum ():
chr()
0
{"name":"KSU IT 101 Activity Ch4", "url":"https://www.quiz-maker.com/QBQ3PY11Y","txt":"Any problem, that computers can solve using some speci!c set of steps is a_________________ problem, The approach towards solution of the problem starts in a systematic and step-by-step way, called the __________________________approach, _____________symbol is used to represent a point of decision and it contains the question or decision to be solved.","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker