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

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

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Саптарды форматтоо боюнча тест

Саптарды форматтоо боюнча тест

8th Grade

15 Qs

print

print

8th Grade

9 Qs

PYTHON ТИЛИ БОЮНЧА СУРООЛОР

PYTHON ТИЛИ БОЮНЧА СУРООЛОР

7th Grade

15 Qs

Ch7函式與模組-綜合演練選擇題

Ch7函式與模組-綜合演練選擇題

6th - 8th Grade

10 Qs

Ch6字典-綜合演練選擇題

Ch6字典-綜合演練選擇題

6th - 8th Grade

10 Qs

Ch4迴圈-綜合演練選擇題

Ch4迴圈-綜合演練選擇題

6th - 8th Grade

10 Qs

初一級資訊(網路欺凌+網安)2025-05-12

初一級資訊(網路欺凌+網安)2025-05-12

7th Grade

6 Qs

Lego Spike & Python - Challenge 3 Quiz

Lego Spike & Python - Challenge 3 Quiz

6th - 8th Grade

10 Qs

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

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

Assessment

Quiz

Information Technology (IT)

6th - 8th Grade

Easy

Created by

Vans Tsai

Used 2+ 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?