
ט-2 אופציה 2
Authored by Levy Roni.Aharon
Science
7th Grade

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
my_list = [1, 2, 3]
my_list.append(4)
print(my_list)
[1, 2, 3]
[1, 2, 3, 4]
[4, 1, 2, 3]
[1, 2, 3, 4, 4]
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method removes the last element of a list?
remove()
pop()
delete()
discard()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the index of the first element in a Python list?
0
1
-1
None of the above
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be printed by the following code?
queue = [] queue.append(10) queue.append(20) queue.pop(0) print(queue)
[20]
[10, 20]
[10]
[]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following code print? name = "Python" print(name[2])
P
y
t
h
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to define a function in Python?
def myFunction:
define myFunction:
def myFunction():
function myFunction:
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the len() function do when used with a list?
Deletes the list
Returns the length of the list
Adds an element to the list
Sorts the list
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?
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Science
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
42 questions
Academic Bowl Questions - Round 2
Quiz
•
7th Grade
10 questions
Exploring the Rock Cycle
Interactive video
•
6th - 8th Grade
12 questions
Ecological Succession
Quiz
•
7th Grade
8 questions
Newton's Second Law
Lesson
•
6th - 8th Grade
10 questions
Exploring the Rock Cycle: Types and Formation
Interactive video
•
6th - 8th Grade
25 questions
Cell Structure
Lesson
•
7th Grade
25 questions
Evolution and Natural Selection Review
Quiz
•
6th - 8th Grade