Основные конструкции Python

Основные конструкции Python

1st - 3rd Grade

10 Qs

quiz-placeholder

Similar activities

Quiz ADT linked list 20-12-66

Quiz ADT linked list 20-12-66

1st Grade

10 Qs

Душим питона

Душим питона

1st - 12th Grade

13 Qs

Python - тест

Python - тест

1st - 12th Grade

15 Qs

Python Basics for Students

Python Basics for Students

3rd Grade

12 Qs

Python. Закріплення тем рядків та списків.

Python. Закріплення тем рядків та списків.

1st - 3rd Grade

10 Qs

Python-Partie10

Python-Partie10

1st Grade

10 Qs

TECHFEST 2K21 (DEBUGGING)

TECHFEST 2K21 (DEBUGGING)

1st Grade

10 Qs

Python

Python

1st Grade

12 Qs

Основные конструкции Python

Основные конструкции Python

Assessment

Quiz

Computers

1st - 3rd Grade

Hard

Created by

Іван Жулай

Used 11+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Какие из перечисленных конструкций реализуют цикл?

print

while

for

if

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Как реализовать цикл по всему списку?

for i in range(len(list))

while(true)

for i in range(len(list) + 1)

while(len(list))

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Напишите функцию добавления в множество

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Что нужно описать в документе проектирования?

Алгоритм программы

Задачу

Тесты

Код

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Какие из перечисленных типов данных есть в Python?

list

tuple

int

float

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Как вывести все елементы списка по отдельности?

for i in range(len(list)):

print(list[i])

while(true):

print(list)

while(len(list):

print(list)

print(len(list))

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой из операторов отвечает за проверку условия?

while

else

if

print

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?

Discover more resources for Computers