Python Boolean and If

Python Boolean and If

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Python Boolean

Python Boolean

11th - 12th Grade

11 Qs

PYTHON DICTIONARIES

PYTHON DICTIONARIES

11th Grade

14 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Python IF ELSE

Python IF ELSE

10th Grade

11 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Fundamentals of Python

Fundamentals of Python

9th - 12th Grade

13 Qs

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

Python Boolean and If

Python Boolean and If

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Bladen Crockett

Used 185+ 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?