
python EOT for grade 6
Authored by Alijon Kuvondikov
Computers
6th Grade
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What are the main data types in Python?
boolean, character, array
string, number, object
int, float, str, list
float, string, array
2.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Which is valid syntax of for loop in Python?
for (variable : iterable) {
foreach <variable> in sequense:
for <variable> in iterable():
for <variable> in sequense:
3.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What is the output of the following code: print(type(5))?
5
float
string
int
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What is the purpose of indentation in Python?
To separate comments from code.
The purpose of indentation in Python is to define code blocks and improve readability.
To define variable types in Python.
To increase the execution speed of the code.
5.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
How do you create a list in Python?
You create a list in Python using parentheses, e.g., my_list = (1, 2, 3).
You create a list in Python using curly braces, e.g., my_list = {1, 2, 3}.
You create a list in Python using square brackets, e.g., my_list = [1, 2, 3].
You create a list in Python by using the array() function without any arguments.
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What will be the output of this code: for i in range(-1, 3): print(i)?
0
1
2
-1
0
1
2
-1
3
7.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
How do you add the item to the end of the list in Python
Use the insert() method, e.g., my_list.insert(index, item).
Use the append() method, e.g., my_list.append(item).
Add items using the extend() method, e.g., my_list.extend([item]).
Use the add() function, e.g., my_list.add(item).
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
AI QUIZ
Quiz
•
6th - 8th Grade
10 questions
Bitmap v Vector Images
Quiz
•
KG - University
14 questions
Taylor Chess Quiz
Quiz
•
4th - 12th Grade
12 questions
English+ICT
Quiz
•
6th Grade
10 questions
G6_T2_Robotics
Quiz
•
6th Grade
12 questions
MAC KEYBOARD
Quiz
•
3rd - 9th Grade
16 questions
PowerPoint 2013
Quiz
•
6th Grade
20 questions
Ôn tập_CĐ1: Một số nguyên tắc và kỹ thuật trình bày vấn đề_Lớp 9
Quiz
•
6th - 8th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade