Основы анализа данных на Python 1

Основы анализа данных на Python 1

University

18 Qs

quiz-placeholder

Similar activities

Logika & Pemrograman (ID)

Logika & Pemrograman (ID)

10th Grade - Professional Development

20 Qs

ÔN TẬP CUỐI HKI TIN HỌC 3

ÔN TẬP CUỐI HKI TIN HỌC 3

3rd Grade - University

23 Qs

Java Control and Loop -2

Java Control and Loop -2

University

20 Qs

Five Nights At Freddy's: Security Breach Quiz

Five Nights At Freddy's: Security Breach Quiz

KG - Professional Development

13 Qs

Sistem Informasi Kesehatan

Sistem Informasi Kesehatan

University

15 Qs

Java Quiz 3

Java Quiz 3

University

15 Qs

JAVA - Arrays

JAVA - Arrays

University - Professional Development

15 Qs

Enviro Quizizz 2021

Enviro Quizizz 2021

University

20 Qs

Основы анализа данных на Python 1

Основы анализа данных на Python 1

Assessment

Quiz

Computers

University

Medium

Created by

Мороз Наталья

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

0, 1, 2, 3, 4, 5, 6, 7

0, 1, 2, 3, 4, 5, 6, 7, 8

1, 2, 3, 4, 5, 6, 7

1, 2, 3, 4, 5, 6, 7, 8

пустая последовательность

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Какую последовательность чисел даст вам вызов функции range(1, 8)?

1, 2, 3, 4, 5, 6, 7

пустая последовательность

0, 1, 2, 3, 4, 5, 6, 7, 8

1, 2, 3, 4, 5, 6, 7, 8

0, 1, 2, 3, 4, 5, 6, 7

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Какую последовательность чисел даст вам вызов функции range(3, 11, 2)?

3, 4, 5, 6, 7, 8, 9, 10

пустая последовательность

3, 5, 7, 9, 11

3, 4, 5, 6, 7, 8, 9, 10, 11

3, 5, 7, 9

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Какую последовательность чисел даст вам вызов функции range(10, 0, -2)?

10, 8, 6, 4, 2

10, 8, 6, 4, 2, 0

2, 4, 6, 8, 10

10, 9, 8, 7, 6, 5, 4, 3, 2, 1

0, 2, 4, 6, 8, 10

5.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Сколько итераций сделает цикл?

for _ in range(1, 6): print('Python rocks!')

6.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Что покажет приведенный ниже фрагмент кода?

total = 0

for i in range(1, 6):

____total += i

print(total)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Когда цикл while проверяет свое условие: до или после того, как он выполнит итерацию?

до

после

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?