Python. Тізімдер

Quiz
•
Computers
•
7th Grade
•
Hard
Учитель -
Used 28+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
numbers = [2, 4, 6, 8, 10]
languages = ['Python', 'C#', 'C++', 'Java']
print(numbers)
[2, 4, 6, 8, 10]
2, 4, 6, 8, 10
[2 4 6 8 10]
error
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
numbers = list(range(5))
print(numbers)
[1, 2, 3, 4, 5]
[0, 1, 2, 3, 4]
[0, 1, 2, 3, 4, 5]
1, 2, 3, 4, 5
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
numbers = list(range(0, 10, 2))
print(numbers)
[0, 2, 4, 6, 8]
[2, 4, 6, 8]
[0, 2, 4, 6, 8, 10]
error
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
s = 'abcde'
chars = list(s)
print(chars)
[a, b, c, d, e]
['a', 'b', 'c', 'd', 'e']
abcde
['abcde']
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
numbers = [2, 4, 6, 8, 10]
print(len(numbers))
4
5
6
0
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
numbers = [2, 4, 6, 8, 10]
if 2 in numbers:
print('Тізімде 2 бар')
else:
print('Тізімде 2 жоқ')
Тізімде 2 жоқ
Тізімде 2 бар
[2, 4, 6, 8, 10]
error
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
numbers = [2, 4, 6, 8, 10]
if 0 not in numbers:
print('numbers тізімінде 0 жоқ')
[2, 4, 6, 8, 10]
numbers тізімінде 0 жоқ
жауап шықпайды
error
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Selection in Python

Quiz
•
1st - 9th Grade
20 questions
Arduino Ide Quiz 3

Quiz
•
7th Grade
16 questions
Python for kids

Quiz
•
6th - 8th Grade
20 questions
End of year quiz: Small Basic

Quiz
•
7th Grade
17 questions
Компютърно моделиране с Python

Quiz
•
7th Grade
25 questions
Database, Excel and HTML

Quiz
•
7th Grade
15 questions
Google Sheets Review

Quiz
•
4th - 8th Grade
18 questions
Python 2 модуль

Quiz
•
4th - 11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade
25 questions
How to Email a Teacher- https://youtu.be/NioeNhfpVfI

Quiz
•
6th - 8th Grade
20 questions
Computer Hardware

Quiz
•
6th - 8th Grade
21 questions
Gear Ratio Practice

Quiz
•
6th - 8th Grade