資料科學挑戰賽二

資料科學挑戰賽二

Professional Development

10 Qs

quiz-placeholder

Similar activities

Bubble Sort

Bubble Sort

1st Grade - Professional Development

13 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

Assessment Quiz

Assessment Quiz

Professional Development

15 Qs

Python Class 1

Python Class 1

Professional Development

15 Qs

SJDMNHS Google Classroom 2

SJDMNHS Google Classroom 2

Professional Development

10 Qs

Komputer Akuntansi

Komputer Akuntansi

Professional Development

10 Qs

.   Python бағдарламалау тілі

. Python бағдарламалау тілі

Professional Development

10 Qs

4th day revision ICT training

4th day revision ICT training

Professional Development

10 Qs

資料科學挑戰賽二

資料科學挑戰賽二

Assessment

Quiz

Computers

Professional Development

Medium

Created by

shangchen kuo

Used 2+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?