Pregunta 1
Pregunta
Character Data type values should be delimited by using the single quote.-
Pregunta 2
Pregunta
None is one of the data type in python
Pregunta 3
Pregunta
The += operator is used to add the right hand
Pregunta 4
Pregunta
The data type double is not a valid python data type
Pregunta 5
Pregunta
Python does not have any keywords
Pregunta 6
Pregunta
The equal to condition is written by using the == operator
Pregunta 7
Pregunta
Which of the following is the loop in python ?
Respuesta
-
for
-
while
-
do while
-
a and b
Pregunta 8
Pregunta
To break the infinite loop , which keyword we use ?
Respuesta
-
continue
-
break
-
exit
-
None of the above
Pregunta 9
Pregunta
for loop in python are work on
Respuesta
-
range
-
iteration
-
Both of the above
-
None of the above
Pregunta 10
Pregunta
Which of the following sequences would be generated bt the given line of code? .
range (5,0,-2)
Respuesta
-
a) 5 4 3 2 1 0 -1
-
b) 5 4 3 2 1 0
-
c) 5 3 1
-
d) None of the above
Pregunta 11
Pregunta
The __________ data type allows only True/False values
Respuesta
-
bool
-
boolean
-
Boolean
-
None
Pregunta 12
Pregunta
It is a combination of Operators, Operands and Constants
Respuesta
-
Identifier
-
Expression
-
Syntax
-
Task
Pregunta 13
Pregunta
Leading white space at the beginning of each statement, which is used to
determine the group of statement.
Respuesta
-
Testing
-
Indentation
-
Debugging
-
None of the above
Pregunta 14
Pregunta
User Define name.
Respuesta
-
Identifier
-
constant
-
syntax
-
expression
Pregunta 15
Pregunta
Designing the problem
Respuesta
-
Testing
-
Debugging
-
logical error
-
Algorithm