Ch2變數與運算式-綜合演練選擇題

Ch2變數與運算式-綜合演練選擇題

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Programming Quiz

Python Programming Quiz

7th Grade

15 Qs

ITS Python 檔案與例外處理課堂測驗

ITS Python 檔案與例外處理課堂測驗

6th - 8th Grade

10 Qs

ITS Python 串列與元組課堂測驗

ITS Python 串列與元組課堂測驗

6th - 8th Grade

10 Qs

Вікторина "БАЗОВІ ЗНАННЯ"

Вікторина "БАЗОВІ ЗНАННЯ"

7th Grade

10 Qs

Python Junior

Python Junior

6th - 8th Grade

12 Qs

Lego Spike & Python - Challenge 3 Quiz

Lego Spike & Python - Challenge 3 Quiz

6th - 8th Grade

10 Qs

python(if / for / while)

python(if / for / while)

8th Grade

5 Qs

Арифметика чисел

Арифметика чисел

7th Grade

10 Qs

Ch2變數與運算式-綜合演練選擇題

Ch2變數與運算式-綜合演練選擇題

Assessment

Quiz

Information Technology (IT)

6th - 8th Grade

Easy

Created by

Vans Tsai

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列何者是 Python 的註解符號?

$

//

#

%

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列何者是錯誤的變數名稱?

if

mary

str56

error_i

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

num = 8+ True,num 的值為何?

0

1

8

9

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print(type(56.0))顯示的結果為何?

str

float

int

double

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列何者錯誤?

print(23 + "67")

print(str(23) + "67")

print(23 + int("67"))

print(str(23) + str("7")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

num = 96%5,num 的值為何?

0

1

19

20

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

num =5,則num **=3 的值為何?

3

15

25

125

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?