Q4_Quiz1 in CompSci7_AY2024-25

Q4_Quiz1 in CompSci7_AY2024-25

7th Grade

15 Qs

quiz-placeholder

Similar activities

TES AdS (20 JUNI 2022)

TES AdS (20 JUNI 2022)

1st - 12th Grade

18 Qs

Python

Python

5th - 8th Grade

10 Qs

Python Ifs, Lists, and Loops

Python Ifs, Lists, and Loops

7th - 8th Grade

11 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Python Module

Python Module

7th Grade

14 Qs

Python Algorithm

Python Algorithm

4th Grade - University

15 Qs

Python Assessment

Python Assessment

7th Grade

20 Qs

Class 8A Unit 9.1 Python Basic

Class 8A Unit 9.1 Python Basic

6th - 8th Grade

20 Qs

Q4_Quiz1 in CompSci7_AY2024-25

Q4_Quiz1 in CompSci7_AY2024-25

Assessment

Quiz

Computers

7th Grade

Medium

Created by

michael manalo

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python relies on indentation (whitespace at the beginning of a line) to define scope in the code.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you have only one statement to execute, you can put it on the same line as the if statement.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An if statement without indentation will raise an error.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you have only one statement to execute, one for if and one for else, you cannot put it all on the same line.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ____ keyword is Python's way of saying, "If the previous conditions were not true, then try this condition."

Else

Case

Elif

While

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This keyword catches anything that isn't caught by the preceding conditions.

True

Else

Elif

For

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ___ keyword is a logical operator, and is used to reverse the result of the conditional statement.

And

Or

Not

Else

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?