
Conditional Quiz Review

Quiz
•
Computers
•
8th Grade
•
Medium
Caitlin Conley
Used 1+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the definition of a Variable?
Writing out a program’s logic in plain English or Something Similar
A way to make decisions in programming by checking conditions
a function or method that compares two values and determines their relative order
A tool that we use to remember values for later use in a program
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the definition of Pseudocode?
A way to make decisions in programming by checking conditions
A tool that we use to remember values for later use in a program
Writing out a program’s logic in plain English or Something Similar
a function or method that compares two values and determines their relative order
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the definition of a Conditional?
Writing out a program’s logic in plain English or Something Similar
a function or method that compares two values and determines their relative order
A tool that we use to remember values for later use in a program
A way to make decisions in programming by checking conditions
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the Correct syntax of an If/then Statement?
If (distance < 3) { hero.sneakLeft(); } If (distance > 3) { hero.moveLeft(); }
If (distance < 4) hero.sneakLeft(); If (distance > 4) hero.moveLeft();
If distance > 4 hero.sneakRight(); If distance < 4 hero.moveRight();
if distance = hero.moveLeft() if distance > hero.sneakLeft()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following IS NOT a Comparator used in coding?
/
<
=
<
6.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Which of the following IS a Boolean?
True
false
Wrong
Both A and B
7.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Which of the following is the Correct syntax of an If/Else Statement?
if distance < 3 hero.castEarthWave(); else hero.castEarthPit( nearestTarget );
if ( distance < 3 ) hero.castEarthWave(); else hero.castEarthPit( nearestTarget );
if ( distance < 3 ) { hero.castEarthWave(); } else { hero.castEarthPit( nearestTarget ); }
None of the Above
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
SCRATCH QUIZ

Quiz
•
6th - 8th Grade
15 questions
Python Basics Quiz

Quiz
•
6th - 10th Grade
15 questions
ôn tập kiến thức lập trình trong CodeCombat

Quiz
•
3rd - 12th Grade
13 questions
Code Combat JavaScript Quiz

Quiz
•
4th - 8th Grade
12 questions
Year 7 Scratch Baseline

Quiz
•
7th - 8th Grade
10 questions
VEXcode VR Unit 4 Quiz

Quiz
•
6th - 8th Grade
10 questions
Scratch Introduction

Quiz
•
5th - 8th Grade
14 questions
Interactive Animations and Games from code.org

Quiz
•
7th - 12th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade