KSU IT 101 Activity Ch4

A vibrant illustration of a computer screen displaying flowcharts, Python code, and students engaging with technology in a classroom setting.

KSU IT 101 Quiz

Test your knowledge of fundamental computer science concepts with our KSU IT 101 quiz. This interactive quiz covers essential topics such as flowchart symbols, Python variables, and control structures.

  • 37 engaging questions
  • Multiple choice format
  • Perfect for students and beginners
37 Questions9 MinutesCreated by CodingMaster42
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()
{"name":"KSU IT 101 Activity Ch4", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your knowledge of fundamental computer science concepts with our KSU IT 101 quiz. This interactive quiz covers essential topics such as flowchart symbols, Python variables, and control structures.37 engaging questionsMultiple choice formatPerfect for students and beginners","img":"https:/images/course5.png"}
Powered by: Quiz Maker