Search Header Logo

Python_for

Authored by Araksya Balyan

Mathematics

10th Grade

Used 6+ times

Python_for
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Ի՞նչ տիպի փոփոխական է days-ը

days = [31, 28, 31, 30, 31, ..., 30, 31]

Ցուցակ

Տեքստ

Թիվ

Տրամաբանական

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Ի՞նչ կտպի հետևյալ կոդը

for month in ['December', 'January', 'February']:

print(month)

3

month

December

January

February

December January February

3.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Ի՞նչ կտպի

print(list(range(4))) հրամանի դեպքում

[0, 1, 2, 3]

[0, 1, 2, 3, 4]

[4, 5, 6]

[]

4.

MULTIPLE CHOICE QUESTION

45 sec • 3 pts

Ի՞նչ կտպի կոդի կատարման դեպքում

fact = 1

for i in range(1, 3):

fact = fact * i

print(fact)

[ 1, 2,]

9

6

1,2,3

5.

MULTIPLE CHOICE QUESTION

45 sec • 3 pts

Ի՞նչ կտպի կոդի կատարման դեպքում

counter = 0

for i in range(2):

counter = counter + 1

print(counter)

[ 1, 2,]

3

6

2

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Ո՞ր հրամանն են օգտագործում զանգվածների դեպքում՝ ստուգելու համար՝ արդյո՞ք զանգվածը պարունակում է այս կամ այն տարրը:

for

in

to

is

7.

FILL IN THE BLANKS QUESTION

45 sec • 1 pt

Լրացրեք նախադասության սկզբում բաց թողնված բառը:

ցիկլը թույլ է տալիս մի քանի անգամ կրկնել կոդի հատվածները:



(a)  

Access all questions and much more by creating a free account

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

Already have an account?