資料科學挑戰賽二

資料科學挑戰賽二

Professional Development

10 Qs

quiz-placeholder

Similar activities

IT2GO

IT2GO

University - Professional Development

10 Qs

Linked List

Linked List

Professional Development

15 Qs

110/11/10數位學習平台輔助教學應用實務工作坊3-課堂測驗

110/11/10數位學習平台輔助教學應用實務工作坊3-課堂測驗

Professional Development

10 Qs

TPP2020: Review of Pointers

TPP2020: Review of Pointers

Professional Development

14 Qs

Apple Teacher_Pages

Apple Teacher_Pages

Professional Development

10 Qs

學校學生健康資訊系統 課堂測驗

學校學生健康資訊系統 課堂測驗

Professional Development

10 Qs

测一测:我距离PPT大神还有多远?

测一测:我距离PPT大神还有多远?

Professional Development

10 Qs

巨匠電腦-室內設計

巨匠電腦-室內設計

Professional Development

12 Qs

資料科學挑戰賽二

資料科學挑戰賽二

Assessment

Quiz

Computers

Professional Development

Medium

Created by

shangchen kuo

Used 2+ times

FREE Resource

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

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?