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