the statement "if we are late, we wont be able to see the movie previews" is an example of which of these?

alternative

iterative

sequence

conditional

35 answers

conditional
rupert wants to write a program where an archer will shoot an arrow six times. which of the following coding terms should be used

boolean

while

for

forever
for
when a computer code encounters the word ''if,'' what does it do?

iterates

checks if the condition is true or false

follows a sequence

repeats the instructionsz
checks if the condition is true or false
river designs a program that will make a cartoon baby jump up and down. but when it is run, the baby appears but doesnt move, what should river do?

create a boolean question

move code to the editor

run the program

check for bugs
check for bugs
a conditional statement begins with the word "when."

true

false
false
elijah wants to move the bleachers to the right, coaches to the left and the players to the center. what does elijah want to change in the game?

the interface

the variable

the conditional loop

the editor
the variable
marcel is programming a game that is supposed to ad 10 points to the score every time a character completes a level, but instead the game freezes until the actor walks and no points are added. what error is this?

logic error

database error

debugging error

syntax error
logic error
a gamer typing their name into the computer is of?

defined output

user input

conditional looping

debugging
user input
block based programs can have syntax errors

true

false
true
jamal wants to creat a program that will play music during the afternoon. which kind of loop is this?

while

for

during

infinite
while
ricky sees that he has a logic error. what should he do to find it?

keep running his program

pinpoint the location of the error and brainstorm ways to fix it

ask a friend to find his error

wait for the editor to show him where his error is
pinpoint the location of the error and brainstorm ways to fix it
what makes the speed of a motorcycle in a game show up?

input

output

boolean

conditional statement
output
what structure should be used to create a infinite loop in block based program

if statement

for loop

while loop

forever loop
forever loop
what structure should i use if i want my penguin to keep dancing in the background while my program is running?

if statement

for loop

while loop

forever loop
forever loop
why is it important to recognize the boundaries or limits of algorithms?

because the algorithm might contain logic errors

because the algorithm might not be good enough in todays economy

beacues algorithms are complex that they need boundaries to make them understandable

because algorithms are so powerful that they need boundaries to keep them from taking over
because algorithms are so powerful that they need boundaries to keep them from taking over
i am creating a program that shows the user how to do yoga, there is 10 poses shown when you start the program, what kind of program is this?

selection

conditional

iteration

sequence
sequence
the person running a program is referred to as the editor.

true

false
false
shawn thought that the screen of the block based program he was using was arraganed in a logical way that was easy to use and understand. shawn said, "the ______ is really nice on this program."

editor

code

interface

database
interface