Python Boolean and If

Python Boolean and If

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Python Iteration

Python Iteration

10th Grade

13 Qs

1.2 Basic String Manipulation

1.2 Basic String Manipulation

9th Grade

10 Qs

Python Programming - Iteration

Python Programming - Iteration

9th Grade

12 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

JavaScript Knowledge & Skills

JavaScript Knowledge & Skills

9th - 12th Grade

15 Qs

Python Dictionary

Python Dictionary

11th Grade

14 Qs

Exploring Computer Science Final Review - Day 2

Exploring Computer Science Final Review - Day 2

9th Grade

10 Qs

Python Lists

Python Lists

9th - 12th Grade

15 Qs

Python Boolean and If

Python Boolean and If

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Bladen Crockett

Used 188+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable that can only have two values, True or False.
Boolean
If
elif
else

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which is the correct syntax?
has_dog = true
has_dog = True
has_dog = Treu
HAS_DOG = tRue

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is syntax?
It's a string
It's an exercise
It's a structure
It's a method

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which passes a Boolean to a String?
print "has_dog"
str(has_dog)
print "has_dog" str
(input)(has_dog)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The choices of an if statement are called:
twigs
branches
leaves
trees

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

An if statement must evaluate to:
Right or Wrong
True
True or False
False

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This operator means that one value is the same as the other value
==
!=
>
<

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?