Coding: Conditionals Flocabulary Answer Key | FREE Access

Are you looking for a reliable source of Answer keys for the Coding Conditionals Flocabulary Quiz, Read & Respond? You’ve come to the right place!

We have a team of teachers who have checked and verified the correct answers for all the questions. You can trust our expertise and save time by using our answers key.

Note All correct answers are Marked Green color for easy identification.

Coding Conditionals Flocabulary Quiz Answers Key

Q1 What is a conditional statement?
  1. a statement that runs no matter what is true
  2. a statement that only runs when certain criteria are met
  3. a statement that’s only found in the code for games
  4. a statement that’s only found in one coding language
Q2 Conditional statements tell computers to check if a condition is ________.
  1. big or small
  2. left or right
  3. true or false
  4. tall or short
Q3 What is the name for the part of the program that could be carried out if the if condition turns out to be false?
  1. the “else”
  2. the “actually”
  3. the “otherwise”
  4. the “instead”
Q4 What will a computer do if the if condition turns out to be true?
  1. move on to the else
  2. carry out a specific action
  3. move on to the else if
  4. check again to see if the condition is false
Q5 If the if condition turns out to be false, what is the name of the condition that the program could check before moving onto the “else”?
  1. else if
  2. else after
  3. instead
  4. otherwise
Q6 If your conditional statement has an if, an else if and an else, how many different outcomes can happen?
  1. 0
  2. 1
  3. 2
  4. 3
Q7 What will a program do if both the if and else if conditions turn out to be false?
  1. go back and check the if condition again
  2. check the else if condition again
  3. move on to the else
  4. delete the if condition
Q8 Your grandma says, “If you help me fix my television, I’ll buy you some ice cream. Or else, I’ll tell your dad you didn’t help.” What is the condition that must be true in order for your grandma to buy you ice cream?
  1. your grandma telling your dad that you didn’t help
  2. you telling your dad that you didn’t help
  3. you buying ice cream
  4. you helping your grandma fix her television
Q9 You’re organizing your closet. You decide that if you pick up a shirt and it’s red, you’ll keep it. If it’s not, you’ll give the shirt to your brother. Choose the conditional statement that you could write for this situation.
  1. If the shirt is red, keep it. Else, give the shirt to my brother.
  2. If the shirt is red, give it to my brother. Else, keep the shirt.
  3. If the shirt is red, give it to my brother. Else, also give the shirt to my brother.
  4. If the shirt is red, keep it. Else, also keep the shirt.
Q10 Read the following conditional for a game, and choose what the program will do if your level equals 5.
If level equals 3, summon a dancing alligator.
Else if level equals 5, summon a singing parrot.
Else, summon a poisonous spider.
  1. It will summon a dancing alligator.
  2. It will summon a singing parrot
  3. It will summon a poisonous spider.

Coding Conditionals Flocabulary Read & Respond Answers

Expand your knowledge by exploring the Read & Respond answers related to the topic of our Subject:

Q1 Based on the passage, what is true about the coding languages Python and Javascript?
  1. They have the same exact syntax.
  2. They look different, but they carry out instructions in similar ways.
  3. They look very different and carry out instructions in very different ways.
  4. They rely on very different basic concepts.
Q2 Based on the passage, how are control flow statements useful in programs?
  1. They allow programs to carry out code in a different order than top to bottom.
  2. They make sure that a program only carries out code line by line from top to bottom.
  3. They prevent code in programs from repeating.
  4. They help programs ignore various parts of their code.
Q3 A website requires you to log in before viewing videos. In this situation, what is the “condition”?
  1. the computer you use to log in
  2. the website
  3. the fact that you’ve logged in
  4. the videos you can view
Q4 What is the main purpose of this passage?
  1. to explain that if statements look different in code and in English
  2. to explain why if statements are useful
  3. to explain the structure of if statements
  4. to explain that some websites require you to pay to play games
Q5 In a program, players are awarded 10 ten points if they defeat a dragon.
If they don’t defeat the dragon, they lose 15 points.
“If they defeat the dragon” is the “if condition.”
In this conditional, how would the “else” be written?
  1. else, lose 15 points
  2. else, get 10 points
  3. if they defeated the dragon, get 10 points
  4. if they defeated the dragon, lose 15 points
Q6 Which of the following scenarios describes pseudocode being used?
  1. A programmer writes a program in a specific coding language that will send her alerts about the weather.
  2. A programmer uses a language that is more specific than English but is not a real coding language to figure out the flow of her program.
  3. A computer carries out code for a program that will send alerts about the weather.
  4. A programmer uses English to describe a program to another programmer.
Q7 In which sentence does the author illustrate the meaning of “variable” using a comparison to something the reader may be familiar with?
  1. “But if the player is on a level other than 1 — like level 3 — the expression will evaluate to false.”
  2. “So, the game will summon a porcupine.”
  3. “In our game, the program will check if the value of the variable that’s storing the player’s level is equal to 1.”
  4. “It’s like a bucket for holding information.”
Q8 Based on the passage, a conditional without an “else if” condition
  1. would never carry out the specific action for else.
  2. would never carry out any specific actions.
  3. could only carry out up to two specific actions.
  4. could carry out as many specific actions as you want.
Q9 According to the passage, a condition
  1. must be related to the temperature.
  2. must be related to the day of the week.
  3. rarely involves a variable being equal to another value.
  4. can involve a variable being less than another value.
Q10 According to the passage, why might a beginning programmer choose to learn Python instead of another coding language?
  1. because Python has no syntax
  2. because Python looks more similar to English
  3. because Python includes else if conditions
  4. because Python helps you learn JavaScript

Are you interested in delving into additional subjects and Lessons related to Flocabulary? Get All Flocabulary Answer Keys.

If you have any questions or need more answers key for your favorite subject, please leave a comment below. We would love to hear from you and assist you in your learning journey.

Jennifer Kelly
Jennifer Kellyhttps://answersmentor.com
Jennifer Kelly is an experienced educator with a passion for empowering students to achieve academic success. With over 12 years of teaching experience, Jennifer has worked with students at all levels, ranging from elementary to high school. Her dedication to helping students excel in their studies led her to create the educational blog Answer Mentor.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Related Answers Key