Q4_Quiz1 in CompSci7_AY2024-25

Q4_Quiz1 in CompSci7_AY2024-25

7th Grade

15 Qs

quiz-placeholder

Similar activities

Python Variables and Selection

Python Variables and Selection

7th Grade

10 Qs

Homework 1 Edublocks

Homework 1 Edublocks

7th - 9th Grade

12 Qs

Bash Review 2

Bash Review 2

7th - 8th Grade

10 Qs

MYP2

MYP2

7th Grade

18 Qs

Cyclic Test Grade 7 EKAM

Cyclic Test Grade 7 EKAM

7th Grade

16 Qs

Python

Python

6th - 10th Grade

17 Qs

CLASS 7 CODING

CLASS 7 CODING

7th Grade

10 Qs

Selection in Python

Selection in Python

1st - 9th Grade

15 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?