G11 FT Quiz 1 - Python Conditions

G11 FT Quiz 1 - Python Conditions

11th Grade

10 Qs

quiz-placeholder

Similar activities

บทที่ 2 การออกแบบวิธีแก้ปัญหา (ชนิดของตัวแปร นิพจน์ และเงื่อนไข)

บทที่ 2 การออกแบบวิธีแก้ปัญหา (ชนิดของตัวแปร นิพจน์ และเงื่อนไข)

9th - 12th Grade

10 Qs

CodeHS 2.11 If Statements

CodeHS 2.11 If Statements

9th - 12th Grade

10 Qs

If Then Statements

If Then Statements

9th - 12th Grade

11 Qs

Python Topics 1 & 2

Python Topics 1 & 2

11th Grade

14 Qs

Quiz 07 - If Statements

Quiz 07 - If Statements

11th Grade

10 Qs

Y7 Python Mid Point

Y7 Python Mid Point

7th - 12th Grade

15 Qs

CodeHS - Intro to Python - Conditionals Quiz

CodeHS - Intro to Python - Conditionals Quiz

9th Grade - Professional Development

15 Qs

PLTW Final Review Part 2

PLTW Final Review Part 2

9th - 12th Grade

10 Qs

G11 FT Quiz 1 - Python Conditions

G11 FT Quiz 1 - Python Conditions

Assessment

Quiz

Computers

11th Grade

Medium

Created by

T. Arman

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

An "if statement" is written by using the IF keyword.

True

False

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

if

elif

else

ifelse

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The ____ keyword catches anything which isn't caught by the preceding conditions.

if

elif

else

ifelse

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You can also have an else without the elif:

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ____ keyword is a logical operator, and is used to combine conditional statements. Both statements should be true.

and

or

not

exor

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ____ keyword is a logical operator, and is used to combine conditional statements. At least one statement should be true.

and

or

not

exor

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

exor

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?