More Python Conditionals

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

6 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which of the following is the correct way to check if x is even? if x / 2 == 0:, if x / 2 == 0:, if x % 2 == 0:, if x % 2 = 0:
Back
if x % 2 == 0:
2.
FLASHCARD QUESTION
Front
Which of the following is the correct way to check if x is divisible by 10? if x / 10 == 0:, if x // 10 = 0:, if x % 10 == 0:, if x % 10 = 0:
Back
if x % 10 == 0:
3.
FLASHCARD QUESTION
Front
Which of the following is the correct way to check if x and y are both positive? Options: if x and y > 0:, if x, y > 0:, if x > 0 and y > 0:, if x > 0, y > 0:
Back
if x > 0 and y > 0:
4.
FLASHCARD QUESTION
Front
Which of the following is the correct way to check if the variable choice is the string "yes"? Options: if choice == "yes":, if choice == yes:, if choice = "yes":, if choice == yes:
Back
if choice == "yes":
5.
FLASHCARD QUESTION
Front
What is output when the code runs? Options: C, B, A, C, B, C, D, C, B
Back
C, B
6.
FLASHCARD QUESTION
Front
What is output when the code runs? Options: B, A, C, D
Back
B
Similar Resources on Wayground
10 questions
Solve systems of inequalities

Flashcard
•
9th Grade
10 questions
Linear Inequalities + Systems of Inequalities

Flashcard
•
9th Grade
12 questions
Algebra Writing and Solving Inequalities

Flashcard
•
8th - 10th Grade
9 questions
Eksponentfukcija

Flashcard
•
10th Grade
9 questions
A-Frame Review

Flashcard
•
10th Grade
10 questions
Stoichiometry

Flashcard
•
10th - 12th Grade
10 questions
Systems of Inequalities

Flashcard
•
10th Grade
10 questions
Thurs.11/12Lesson14-3 Piecewise Functions

Flashcard
•
9th 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
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