This quiz will test your understanding about Python Basics. Please answer the following 11 questions.
Quiz Summary
0 of 11 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 11 Questions answered correctly
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 11
1. Question
What does the operator ‘==’ do?
CorrectIncorrect -
Question 2 of 11
2. Question
What is the result of the expression float(7)?
CorrectIncorrect -
Question 3 of 11
3. Question
What does the boolean value True represent?
CorrectIncorrect -
Question 4 of 11
4. Question
What does the break keyword do?
CorrectIncorrect -
Question 5 of 11
5. Question
Which keyword is used to start an if statement in Python?
CorrectIncorrect -
Question 6 of 11
6. Question
How do you define a for loop in Python?
CorrectIncorrect -
Question 7 of 11
7. Question
Which loop is used to iterate over a sequence of elements in Python?
CorrectIncorrect -
Question 8 of 11
8. Question
What is the correct structure of an if statement in Python?
CorrectIncorrect -
Question 9 of 11
9. Question
How do you comment a single line in Python?
CorrectIncorrect -
Question 10 of 11
10. Question
Which data type is used to store a sequence of characters in Python?
CorrectIncorrect -
Question 11 of 11
11. Question
What is the purpose of the elif statement in an if-elif-else structure?
CorrectIncorrect