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