Python ցուցակների գնահատում

Python ցուցակների գնահատում

5th Grade

13 Qs

quiz-placeholder

Similar activities

Python Basics for Young Learners

Python Basics for Young Learners

5th Grade

15 Qs

Python

Python

1st - 5th Grade

12 Qs

the ultimate roblox quiz

the ultimate roblox quiz

1st - 5th Grade

15 Qs

Pisa สู่โลกดิจิทัลด้วยเกม Scratch

Pisa สู่โลกดิจิทัลด้วยเกม Scratch

1st - 5th Grade

10 Qs

lesson 1-4

lesson 1-4

1st - 5th Grade

15 Qs

PikaBot Quiz Questions

PikaBot Quiz Questions

5th Grade

10 Qs

Audacity

Audacity

5th Grade

10 Qs

Тест №1 информатика 16 сұрақ

Тест №1 информатика 16 сұрақ

1st - 5th Grade

16 Qs

Python ցուցակների գնահատում

Python ցուցակների գնահատում

Assessment

Quiz

Information Technology (IT)

5th Grade

Hard

Created by

Narine Baghdasaryan

Used 2+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ինչպես ստեղծել Python ցուցակ:

my_list = '1, 2, 3'

my_list = [1, 2, 3]

my_list = {1, 2, 3}

my_list = (1, 2, 3)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ինչպիսի տվյալներ կարող են լինել Python ցուցակում:

Only integers and floats

Only strings and booleans

Only tuples and dictionaries

Python lists can contain integers, floats, strings, booleans, lists, tuples, dictionaries, and custom objects.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ինչպես մուտքագրել տվյալներ Python ցուցակում:

my_list.extend(տվյալ)

my_list.add(տվյալ)

my_list.insert(0, տվյալ)

my_list.append(տվյալ)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ինչպես ստանալ ցուցակի երկարությունը Python-ում:

length(my_list)

my_list.length()

count(my_list)

len(my_list)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ինչպես ավելացնել նոր տարր Python ցուցակում:

my_list.extend('նոր տարր')

my_list.append('նոր տարր')

my_list.add('նոր տարր')

my_list.insert('նոր տարր', 0)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ինչպես հեռացնել տարր Python ցուցակից:

my_list.add('տարր')

my_list.insert(0, 'տարր')

Օրինակ՝ my_list.remove('տարր') կամ del my_list[0]

my_list.clear()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ինչպես փոխել տարրի արժեքը Python ցուցակում:

my_list[0] = 5

my_list[1] = 5

my_list.append(5)

my_list[1] = 'five'

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 Information Technology (IT)