Search Header Logo

資料科學挑戰賽二

Authored by shangchen kuo

Computers

Professional Development

Used 2+ times

資料科學挑戰賽二
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Media Image

下列程式碼執行後,變數 c 的資料型態為何?

int

str

float

bool

2.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Media Image

執行下列程式,下列結果何者正確?

[5, -1, -2]

[ 5, 4, 3, 2, 1, 0, -1]

[5, 3, 1]

[5, 3, 1, -1]

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

請問輸出結果為下列何者??

1

3

5

7

9

1

3

5

7

2

4

6

8

10

2

4

6

8

4.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

list = [1, 2, 3, 4, 5],經過下列哪行程式,會讓 list = [1, 2, 3, 5]

list.pop(3)

list.pop( )

list.pop(4)

list.pop(5)

5.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

list = [5, 20, 10, 0, 15, 25, 30],執行下列哪行程式,會讓 list = [0, 5, 10, 15, 20, 25, 30]

list.reverse( )

list.sort( )

list.extend( )

list.clear( )

6.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Media Image

請問輸出結果為何呢??

100

'd'

d

TypeError

7.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

print(3*1**3)

27

9

3

1

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?