Font size
Worksheetspython quiz
Total questions: 29
Worksheet time: 16mins
arithmetic operators performs equations
false
true
selection is a process of making decisions
false
true
decision-making is not an essential part of problem-solving
false
true
logical operators determine the truth value of combined conditions
false
true
evaluation is not necessary in decision-making processes
true
false
bitwise operators do not manipulate individual bits of their operands
false
true
conditional statements are used to perform different actions based on different conditions
false
true
iteration is not the repetition of a process
false
true
feedback is crucial for effective decision-making
true
false
loops are used to execute a block of code multiple times
true
false
relational operators compare the relationship between values
true
false
Do conditional loops require a termination condition to stop executing?
true
false
Can decision trees be used to support decision-making processes?
true
false
Is it true that unary operators operate on a single operand?
true
false
data type is
(a)
Do switch statements allow for multiple conditions to be checked simultaneously?
true
false
Is it true that modulus operators provide the remainder of a division operation?
true
false
Can arrays store multiple values of different data types in most programming languages?
false
true
Do bitwise shift operators change the bit pattern of the operand?
true
false
Is recursion a method of solving problems by breaking them down into smaller, manageable sub-problems?
true
false
Do comparison operators return a boolean value?
true
false
what is variables
Are variables used to store information in a program?
true
false
Can functions return multiple values in most programming languages?
true
false
Is it true that constants are similar to variables but their values cannot be changed once set?
true
false
Is the use of ternary operators a shorthand for if-else statements?
true
false
Do logical 'AND' operators return true if both operands are true?
true
false
Is polymorphism a feature that allows methods to do different things based on the object calling them?
true
false
what performs equations
(a)
