G11 FT Quiz 1 - Python Conditions

G11 FT Quiz 1 - Python Conditions

11th Grade

10 Qs

quiz-placeholder

Similar activities

Python Selection Statements

Python Selection Statements

11th Grade

10 Qs

If Then Statements

If Then Statements

9th - 12th Grade

11 Qs

Python Control Structures Vocab quiz

Python Control Structures Vocab quiz

9th - 12th Grade

14 Qs

Python Fundamentals

Python Fundamentals

6th - 11th Grade

12 Qs

PYTHON PROGRAMMING FUNDAMENTALS

PYTHON PROGRAMMING FUNDAMENTALS

11th Grade

15 Qs

Python Fundamentals Quiz

Python Fundamentals Quiz

11th Grade

15 Qs

CO - 2_ Quiz 1_Python Conditionals

CO - 2_ Quiz 1_Python Conditionals

10th Grade - University

15 Qs

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

บทที่ 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?