Python 1

Python 1

Professional Development

20 Qs

quiz-placeholder

Similar activities

Survivor quiz

Survivor quiz

Professional Development

19 Qs

Komputer və Proqramlar Haqqında Quiz

Komputer və Proqramlar Haqqında Quiz

Professional Development

21 Qs

BrainRing 1

BrainRing 1

Professional Development

20 Qs

Tarixi abidə-şəhər

Tarixi abidə-şəhər

University - Professional Development

15 Qs

Suallarla Kosmosa Final

Suallarla Kosmosa Final

Professional Development

21 Qs

Azərbaycan dili

Azərbaycan dili

University - Professional Development

20 Qs

Turizm iqtisadiyyatı 1-3

Turizm iqtisadiyyatı 1-3

University - Professional Development

15 Qs

Otel menecmenti 100-150

Otel menecmenti 100-150

University - Professional Development

15 Qs

Python 1

Python 1

Assessment

Quiz

Other

Professional Development

Medium

Created by

Sabir Baxsiyev

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Aşağıdakı verilənlər tipindən hansı Python-da dəyişilməzdir (immutable)?

List

Set

Tuple

Dictionary

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdakı ifadələrdən hansı Python-da set yaratmaq üçün doğrudur?

set = {1, 2, 3, 3}

set = (1, 2, 3)

set = [1, 2, 3]

set = (1, 2, 2, 3)

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Hansının nəticəsi səhv qaytarmayacaq?

A) x = 10 if x > 5 else x < 3

B) x = 10 if x > 5 else 20

C) x = if 10 > 5 else 20

D) x = 10 if x > 5 else x == 3

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Aşağıdakı kodun nəticəsi nə olacaq?

A) 0 2 4

B) 1 2 3 4 5

C) 0 1 2 3 4

D) 0 1 3 5

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Aşağıdakı kodun nəticəsi nə olacaq?

[1, 2, 3, 6]

[1, 2, 3, 1, 2, 3]

[2, 3, 4]

[1, 4, 9]

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Hansı ifadə boolean nəticə qaytarır?

x = [1, 2, 3]

x[2]

x == 2

x[1:2]

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Python-da dəyişənlərin növünü dəyişmək üçün hansı metoddan istifadə olunur?

A) int()

C) float()

B) str()

D) Hamısı

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?