PYTHON LIST

PYTHON LIST

9th Grade

15 Qs

quiz-placeholder

Similar activities

Ch.8 - Introducing Python

Ch.8 - Introducing Python

6th Grade - Professional Development

20 Qs

Информатикаа

Информатикаа

9th - 12th Grade

10 Qs

Data Types

Data Types

9th - 12th Grade

20 Qs

9 сынып. №1БЖБ 1 тоқсан

9 сынып. №1БЖБ 1 тоқсан

9th Grade

11 Qs

Викторина

Викторина

9th - 12th Grade

20 Qs

Java Strings

Java Strings

9th - 12th Grade

12 Qs

Ch 07_Publishing Awesome

Ch 07_Publishing Awesome

9th - 12th Grade

20 Qs

PYTHON LIST

PYTHON LIST

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Мико Мико

Used 19+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

index сөзінің қазақша аудармасы қандай?

индекс

элемент

массив

үтір

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Элемент сөзінің ағылшынша аудармасы қандай?

array

comma

value

element

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

array сөзінің орысша аудармасы қандай?

үтір

массив

значение

хранить

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

comma сөзінің қазақша аудармасын тап

сақтау

тағайындау

үтір

шама

массив

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

шама сөзінің орысша аудармасын тап.

значение

присваивать

хранить

запятая

индекс

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

тағайындау сөзінің ағылшынша аудармасы қандай?

store

assign

value

index

array

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Дұрыс құрылған бағдарламаны тап?

>>> data = [“This”, “list”, “has”, 4, “elements”] >>> print (data) This list has 4 elements

>>> numbers = [5, 3, 12, 4, 9, 12] >>> print(numbers) 5 3 12 4 9 12

>>> data = [“This”, “list”, “has”, 4, “elements”] >>> print (data) This list has 4 elements

>>> data = [“This”, “list”, “has”, 4, “elements”] >>> print (data) This list has 4 elements

>>> numbers = [5, 3, 12, 4, 9, 12] >>> print(numbers) 5 4 12 4 9 1

>>> data = [“This”, “list”, “has”, 4, “elements”] >>> print (data) This list has 4 elements

>>> numbers = [5, 3, 12, 4, 9, 12] >>> print(numbers) 5 30 12 4 9 12

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?