Ask a New Question
Search
Questions and answers by
People watching
Questions (1)
Grace is creating a game about a cook in a kitchen. Grace wants the cook to flip a burger in the air. If it lands in the pan,
33 answers
372 views
Answers (16)
Tynker has a particular layout, with the blocks on the left, editor in the middle, and output on the right. Which word best describes this screen layout? (1 point) Responses block-based block-based interface interface editor editor player
Which of these is an example of a conditional statement? (1 point) Responses I eat lunch at noon. I eat lunch at noon. If I am hungry, I will eat lunch. If I am hungry, I will eat lunch. I eat a sandwich and an apple. I eat a sandwich and an apple. After I
Dr. Bloom is writing a test for a history class and wants to ask a question that will have a Boolean value for the answer. Which of these should Dr. Bloom use? (1 point) Responses essay questions essay questions short-answer questions short-answer
when programming, why should you frequently save your work? (1 point) Responses to check for errors to check for errors so your work won’t get lost if you have a computer problem so your work won’t get lost if you have a computer problem to distinguish
When computer code encounters the word “if,” what does it do? (1 point) Responses iterates iterates checks if the condition is true or false checks if the condition is true or false follows a sequence follows a sequence repeats the instructions
Jasmine wrote a program where the actor does things in order. Which term best describes this program? (1 point) Responses sequential sequential selection selection conditional conditional iteration iteration
Mariella is trying to explain the concept of a variable to her sister who is new to programming. Which of the following analogies should Mariella use to help her sister understand? (1 point) Responses a car that uses gas a car that uses gas a boy that
Mariella is trying to explain the concept of a variable to her sister who is new to programming. Which of the following analogies should Mariella use to help her sister understand? (1 point) Responses
van wants to have code in a game that will make it possible to change the speed of a swimmer in the game. Which of these does Ivan need? (1 point) Responses a Boolean value a Boolean value output output a variable a variable a database a database
Which of the following is NOT one of the three main ways to control a program when writing code? (1 point) Responses sequence sequence derivative derivative selection selection iteration
Milagros designed a game by dragging and dropping pre-made blocks that contain elements of code. Which term best describes what Milagros used? (1 point) Responses blocking code blocking code basic code basic code block-based code block-based code editing
Which sentence best describes how block-based code works? (1 point) Responses Lines of code make physical blocks move. Lines of code make physical blocks move. Each block creates printer output. Each block creates printer output. Lines of code are used to
With the statement, “If the dragon is hit by an arrow, the player gains 20 points; else, the player loses one life,” what happens if the arrow misses the dragon? (1 point) Responses The player loses one life. The player loses one life. The player gains
Which of these is an example of a Boolean value? (1 point) Responses apple, banana, and pear apple, banana, and pear apple or banana apple or banana apple apple banana banana
Which of these is an example of a Boolean value?
Which of the following describes an editor when writing a program? (1 point)