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