программалау

программалау

9th - 12th Grade

26 Qs

quiz-placeholder

Similar activities

INFO SQL

INFO SQL

12th Grade

21 Qs

1ST LONG QUIZ IN MIL

1ST LONG QUIZ IN MIL

12th Grade

24 Qs

English Test - 11th AV1

English Test - 11th AV1

9th - 11th Grade

21 Qs

Print

Print

7th Grade - University

25 Qs

Word Processing Terminology

Word Processing Terminology

11th Grade

25 Qs

Xâu 2

Xâu 2

5th Grade - University

25 Qs

Week 2 Lessons

Week 2 Lessons

12th Grade

23 Qs

Form 5 Unit 7 Lesson 1

Form 5 Unit 7 Lesson 1

11th - 12th Grade

23 Qs

программалау

программалау

Assessment

Quiz

English

9th - 12th Grade

Medium

Created by

Жанель Мейрамбеккызы

Used 12+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Сұрақ:
r2 = [r2 // 3 for r2 in range(3, 5)]; print(r2)
Нәтиже қандай?

a) [3, 4]

b) [0, 1]

c) [1, 1]

d) [2, 3]

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Сұрақ:
r5 = [r5 for r5 in range(3, 5)]; print(r5 * 2)
Нәтиже қандай?

a) [3, 4, 3, 4]

b) [3, 3, 4, 4]

c) [3, 4]

d) [6, 8]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Сұрақ:
AA = {4, 5, 8}; BB = {5, 4 + 4, 9, 1}; print(AA.intersection(BB))
Қиылысу нәтижесі қандай?

a) {4}

b) {5, 8}

c) {4, 9}

d) {5}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Сұрақ:
AB = {4, 5, 8, 8, 5 - 1, 2}; print(AB)
Нәтиже қандай?

a) {4, 5, 8}

b) {2, 4, 5, 8}

c) {2, 4, 5}

d) {4, 5}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Сұрақ:
AC = {4 + 1, 5 + 2, 8 - 1, 5 - 1, 2}; print(AC)
Нәтиже қандай?

a) {2, 4, 5, 7}

b) {4, 5, 8}

c) {2, 5, 8}

d) {2, 4, 8}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Сұрақ:
DA = {4}; BA = {3, 6, 5}; print(DA.intersection(DA))
Нәтиже қандай?

a) {}

b) {3}

c) {4}

d) {6}

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Сұрақ:
AZ = {4}; ZA = {3, 6, 5}; print(AZ.union(AZ))
Нәтиже қандай?

a) {}

b) {4}

c) {4, 5}

d) {4, 6}

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?