Search Header Logo
Mini Exam 2

Mini Exam 2

Assessment

Presentation

Computers

KG

Hard

Created by

Romenion Kz

Used 31+ times

FREE Resource

1 Slide • 12 Questions

1

Mini Exam #2

Some text here about the topic of discussion

2

Fill in the Blanks

Type answer...

3

Multiple Choice

Специальный знак который отображает список в пайтоне

1

{ }

2

( )

3

[ ]

4

:

4

Multiple Choice

num=[ 2, 3, 5, 6, "d", "t", "r", "m",["w", "dc", 8]]

print(num[3])​

1

2

2

3

3

5

4

6

5

Multiple Choice

num=[ 2, 3, 5, 6, "d", "t", "r", "m",["w", "dc", 8]]

print(num[7])​

1

d

2

t

3

r

4

m

6

Multiple Choice

num=[ 2, 3, 5, 6,]

​num.append("ok")

print(num)​

1

[2, 3, 5, 6, 'ok']

2

[ 'ok', 2, 3, 5, 6,]

3

[ 2, 3, 'ok', 5, 6,]

4

[ 2, 'ok', 3, 5, 6,]

7

Multiple Choice

num=[ 2, 3, 5, 6,]

​num.insert(2, 7)

print(num)​

1

[ 2, 7, 3, 5, 6]

2

[ 2, 3, 7, 5, 6]

3

[ 2, 3, 5, 7 ,6]

4

[ 2, 3, 5, 6, 7]

8

Multiple Choice

num=[ 100, 2000, 2, 3, 5, 6,8]

num.sort()

print(num)

1

[2, 3, 6, 5, 8, 100, 2000]

2

[2, 3, 5, 6, 8, 100, 2000]

3

[2, 3, 5, 6, 8, 2000, 100]

4

[2, 6, 5, 3, 8, 100, 2000]

9

Fill in the Blanks

Type answer...

10

Fill in the Blanks

Type answer...

11

Fill in the Blanks

Type answer...

12

Fill in the Blanks

Type answer...

13

Fill in the Blanks

Type answer...

Mini Exam #2

Some text here about the topic of discussion

Show answer

Auto Play

Slide 1 / 13

SLIDE