Conditionals

Quiz
•
Computers
•
10th Grade
•
Medium
Rebecca Lee
Used 27+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a test statement?
color = sprite.ask("What's your favorite color?")
sprite.say("So your favorite color is " + color.")
if color == "red":
color = "red"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following best describes what a test statement is?
This part is the code that runs in a conditional if the condition is true
This is the part of the code that checks whether a condition is true or false
This is a code that shows how many times a loop should run
This is a code that saves multiple pieces of information in one place
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following best describes what the nested code part of a conditional is?
This part is the code that runs in a conditional if the condition is true
This is the part of the code that checks whether a condition is true or false
This is a code that shows how many times a loop should run
This is a code that saves multiple pieces of information in one place
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many test statements does this program have?
1
2
3
4
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if the user inputs "winter" into the first question in this program?
The background changes to a winter background
The user is asked another question
The sprites says "Sad..."
The sprite says "Me too!"
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following best describes what a flowchart is?
A diagram that shows each step of a process or algorithm
Conventions for making code easier for people to read
The line of code in a conditional that checks if something is true or false.
The line of code in a conditional that's indented over
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following symbols compares two values to see if they are the same?
=
[ ]
==
""
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
CONDITIONAL FORMATTING

Quiz
•
9th - 12th Grade
19 questions
Programming Techniques Survey

Quiz
•
8th - 12th Grade
20 questions
CS3 Week 1 Python Terms

Quiz
•
9th - 12th Grade
20 questions
Loops

Quiz
•
1st - 12th Grade
20 questions
JavaScript Basics CodeHS

Quiz
•
7th - 12th Grade
15 questions
AP CSP Unit 4

Quiz
•
10th - 12th Grade
20 questions
Programming - PSEUDOCODE (IGCSE)

Quiz
•
6th - 10th Grade
16 questions
Python Basics

Quiz
•
KG - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade