Midterm Review

Midterm Review

6th - 8th Grade

48 Qs

quiz-placeholder

Similar activities

輔助字型 (一)

輔助字型 (一)

7th - 9th Grade

48 Qs

J1234

J1234

7th Grade

45 Qs

S0809 作业系统+电子商务

S0809 作业系统+电子商务

6th - 8th Grade

49 Qs

J0203 电脑系统作业系统

J0203 电脑系统作业系统

7th Grade

45 Qs

J10-11 通讯网络+资讯安全

J10-11 通讯网络+资讯安全

6th - 8th Grade

45 Qs

2020年电脑协会上半年会考

2020年电脑协会上半年会考

7th - 12th Grade

50 Qs

网络常识2

网络常识2

8th Grade

44 Qs

6下健康L6

6下健康L6

6th Grade

45 Qs

Midterm Review

Midterm Review

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Sylvia wang

Used 3+ times

FREE Resource

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print(5 + 3 * 2)?
print(5 + 3 * 2)的输出结果是什么?

16

11

13

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the range(1,5) function generate?
range(1,5) 函数生成什么?

[1, 2, 3, 4, 5]

[1, 2, 3, 4]

[0, 1, 2, 3, 4]

[5, 4, 3, 2, 1]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop is best when the number of iterations is known?
当循环次数已知时,最好使用哪种循环?

while loop

for loop

if-else

repeat-until

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to check if x is equal to 10?
如何正确检查 x 是否等于10?

if x = 10:

if x == 10:

if x === 10:

if x != 10:

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for exponentiation (power)?
哪个运算符用于幂运算?

^

**

//

%%

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will print(type(3.14)) output?
print(type(3.14)) 输出什么?

<class 'int'>

<class 'float'>

<class 'str'>

<class 'bool'>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will print(type(3.14)) output?
print(type(3.14)) 输出什么?

<class 'int'>

<class 'float'>

<class 'str'>

<class 'bool'>

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?