高二_1-1~1-2測驗

高二_1-1~1-2測驗

11th Grade

10 Qs

quiz-placeholder

Similar activities

Python Level 1 Quiz

Python Level 1 Quiz

10th - 11th Grade

13 Qs

بناء الدوال 1

بناء الدوال 1

11th Grade

7 Qs

Project-Stem Unit 1 python coding

Project-Stem Unit 1 python coding

9th - 12th Grade

12 Qs

Coding 1 - Review 1

Coding 1 - Review 1

9th - 12th Grade

10 Qs

Python Intro 1

Python Intro 1

7th - 12th Grade

11 Qs

POGIL: Python Activity 1

POGIL: Python Activity 1

9th - 12th Grade

12 Qs

Викторина по Python (Урок 1-2)

Викторина по Python (Урок 1-2)

5th - 11th Grade

10 Qs

MOAC Word 2016 Lesson 1

MOAC Word 2016 Lesson 1

8th Grade - University

10 Qs

高二_1-1~1-2測驗

高二_1-1~1-2測驗

Assessment

Quiz

Computers

11th Grade

Hard

Created by

勝智 朱

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

資料型態有3種,int, float, str,

請問,int是?

小數

分數

整數

字串

2.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

print()的功能是什麼?

輸入

輸出

讀取

宣告

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

下列哪一個選項是「正確」的字串輸出?

print('小明")

print("小明')

print(小明)

print("小明")

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Sum=5

sum=6

SUM=1

print(SUM)結果是?

5

6

1

SUM

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

請問以下結果是程式輸出正確答案?
a='123'

b="小明"

print("a+b")

a+b

123+小明

123小明

以上皆非

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

sum=5

print(sum)

sum=6+2

sum=7

print(sum)

螢幕呈現的結果是?

5

7

5

6

5

8

6

2

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

x=input("請輸入姓名")

print(x)

print(x)

習近平在執行上述程式時,以鍵盤輸入了

「小熊維尼」

則螢幕上顯示?

(注意,print(x)有2次喔!)

小熊維尼

小熊維尼

小熊維尼

小熊小熊

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?