4.1-4.3

4.1-4.3

9th Grade

24 Qs

quiz-placeholder

Similar activities

11900程61-80

11900程61-80

9th - 12th Grade

20 Qs

11900程101-120

11900程101-120

9th - 12th Grade

20 Qs

資訊科技第二章 從Scratch到Python測驗

資訊科技第二章 從Scratch到Python測驗

9th Grade

25 Qs

AI Project Cycle

AI Project Cycle

9th - 12th Grade

20 Qs

Memory

Memory

9th - 10th Grade

20 Qs

AQA GCSE Computer Science - 3.2.2 Programming Concepts

AQA GCSE Computer Science - 3.2.2 Programming Concepts

8th - 10th Grade

20 Qs

Y9 End of Term Computer Science Quiz

Y9 End of Term Computer Science Quiz

9th Grade

20 Qs

112年度一般人員資通安全通識教育訓練測驗

112年度一般人員資通安全通識教育訓練測驗

9th - 12th Grade

20 Qs

4.1-4.3

4.1-4.3

Assessment

Quiz

Computers

9th Grade

Easy

Created by

焱林 教师

Used 4+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

变量a=15,B=14,则print(a+b)的结果为:

15

14

1

29

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

变量a="我非常喜欢学习",则print(a[3])的结果为:

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

变量a="我非常喜欢学习",则print(a[-2])的结果为:

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

列表a=[1,3,'hello'],则a.append('python')的运行结果为:
[1,3,'python','hello']
['python',1,3,'hello']
[1,'python',3,'hello']
[1,3,'hello','python']

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

列表a=[1,3,'hello'],则a.insert(1,'python')的运行结果为:
[1,3,'python','hello']
['python',1,3,'hello']
[1,'python',3,'hello']
[1,3,'hello','python']

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

列表a=[1,3,'hello'],则a.pop()的运行结果为:
[1,3,'hello']
[3,'hello']
[1,'hello']
[1,3]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

列表a=[1,3,'hello'],则a.pop(0)的运行结果为:
[1,3,'hello']
[3,'hello']
[1,'hello']
[1,3]

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?