Python - True or False?

Quiz
•
Computers
•
7th - 11th Grade
•
Hard
Michael Jefferson
Used 6+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does this if statement evaluate to?
height = 148
if height > 120:
...
True
False
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does this if statement evaluate to?
height = 118
if height > 120:
...
True
False
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does this if statement evaluate to?
height = 120
if height > 120:
...
True
False
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does this if statement evaluate to?
message = "Hi"
if message != "hi":
...
True
False
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does this if statement evaluate to?
message = 'hello'
if message == "hello":
...
True
False
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does this if statement evaluate to?
points = 12
points += 5
if points >= "15":
...
True
False
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does this if statement evaluate to?
points = 12
points += 5
if points == 17:
...
True
False
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
Python Boolean

Quiz
•
11th - 12th Grade
10 questions
INTERNET AND INTRANET

Quiz
•
9th - 11th Grade
12 questions
Mini Test 2 (Network Topologies)

Quiz
•
9th - 11th Grade
18 questions
AP Computer Science A Post Unit 2 Check

Quiz
•
10th Grade - University
15 questions
Code Monkey Quiz 02 - 03.10.21

Quiz
•
7th Grade
18 questions
Control structures

Quiz
•
10th Grade
16 questions
Linux Chapter 7 Review

Quiz
•
9th - 12th Grade
11 questions
Network and Internet

Quiz
•
9th - 10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade