
List

Quiz
•
Computers
•
11th Grade
•
Medium
Gulnaz Mametova
Used 8+ times
FREE Resource
22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Берілген программа кодының нәтижесін анықтаңыз:
fruits=["apple","banana","orange", "kiwi"]
print (fruits[1:3])
banana, orange
banana, orange, kiwi
apple, banana, orange
banana, kiwi
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Берілген программа кодының нәтижесін анықтаңыз:
City=[‘Almaty’, ‘Moscow’, ‘Berlin’, ‘New York’, ‘Paris’]
print(City[3])
New York
Berlin
Moscow
Almaty
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Берілген программа кодының нәтижесін анықтаңыз:
candies=[‘mars’, ‘snickers’, ‘twix’, ‘kinder’]
candies[3]=’mars’
candies[0]=’kinder’
print(candies)
[‘mars’, ‘kinder’, ‘snickers’, ‘twix’]
[‘twix’, ‘mars’, ‘snickers’, ‘kinder’]
[‘mars’, ‘twix’, ‘snickers’, ‘kinder’]
[‘kinder’, ‘snickers’, ‘twix’, 'mars']
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Берілген программа кодының нәтижесін анықтаңыз:
Country=[‘Kazakhstan’, ‘Germany’, ‘Italy’, ‘The USA’, ‘Russia’]
Country.pop(3)
print(Country)
[‘Kazakhstan’, ‘Germany’, ‘Russia’]
[‘Kazakhstan’, ‘Germany’, ‘Italy’,‘Russia’]
[‘Kazakhstan’, ‘Germany’, ‘The USA’, ‘Russia’]
[‘Kazakhstan’, ‘Italy’, ‘The USA’, ‘Russia’]
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Берілген программа кодының нәтижесін анықтаңыз:
a=[1,2]
a.append(3)
a.append(5)
print(a)
[1, 2, 3, 5]
[1, 2, 3, 4]
[1, 2, 5, 3]
[1, 2, 3]
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Берілген программа кодының нәтижесін анықтаңыз:
a=[1,2,4,5]
a.insert(1,3)
print(a)
[1, 2, 3, 4, 5]
[1, 2, 4, 3, 5]
[1, 2, 5, 3]
[1, 3, 2, 4, 5]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Массив элементтерін өсу ретімен сұрыптайтын программа кодын толықтырыңыз:
A=[1,12, 4, 7, 9]
___________
print(A)
a.sort()
A.sort(reverse=True)
A=sort()
A.sort()
Create a free account and access millions of resources
Similar Resources on Wayground
21 questions
Python 80-99

Quiz
•
11th Grade
26 questions
Python middle

Quiz
•
8th Grade - University
18 questions
Знакомство со Scratch

Quiz
•
1st - 11th Grade
20 questions
11-сынып

Quiz
•
11th Grade
21 questions
Python Strings

Quiz
•
11th Grade
22 questions
Python тілінде циклдар

Quiz
•
9th - 12th Grade
21 questions
Синтаксис Python

Quiz
•
7th - 11th Grade
20 questions
#1 Конкурс

Quiz
•
11th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade