Python oraliq nazorat

Quiz
•
Computers
•
6th - 8th Grade
•
Hard
G'olibjon Davronov
Used 10+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
print 9//2
4.5
4
4.55
4,5
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
i = 0
while i < 3:
print i
i++
print i+1
0 2 1 3 2 4
0 1 2 3 4 5
Xato
1 0 2 4 3 5
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
print(type(type(int)))
type \'int\'
type \'type\'
Error
<class 'type'>
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
L = ['a','b','c','d']
print(" ".join(L))
[‘a’,’b’,’c’,’d’]
Error
abcd
Error
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
y = 8
z = lambda x : x * y
print (z(6))
error
48
14
64
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
royxat1=[3, 4, 5, 20, 5, 25, 1, 3] bo‘lsin, royxat1.pop(1) dan keyin ro‘yxat1 nima?
[3, 4, 5, 20, 5, 25, 1, 3]
[3, 4, 5, 20, 5, 25, 1,]
[3, 5, 20, 5, 25, 1, 3]
[3, 5, 20, 5, 25, 3]
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
def myfunc(a):
a = a + 2
a = a * 2
return a
print myfunc(2)
8
16
xatolik
32
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
Python. Переменные, типы данных

Quiz
•
6th Grade
30 questions
Python Basics

Quiz
•
8th - 10th Grade
26 questions
Y8 - SUM2 - Intro to Python (No Iteration)

Quiz
•
8th Grade
25 questions
CAD/TinkerCAD #1

Quiz
•
7th - 8th Grade
25 questions
Տեքստային խմբագրիչ 7

Quiz
•
7th Grade
31 questions
Python Programming Conditional Statements Practice

Quiz
•
6th Grade
33 questions
List Tuple

Quiz
•
8th Grade
25 questions
Data Types- Python

Quiz
•
7th - 11th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd 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
25 questions
Exploring POV and Unreliable Narrators

Quiz
•
7th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
20 questions
Typing Practice

Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade