To do or Not to Do

To do or Not to Do

Assessment

Flashcard

Computers

6th - 8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Why would a programmer use conditionals within a project?

Back

To have the robot make decisions.

2.

FLASHCARD QUESTION

Front

In this project, according to the project flow, what is the next block that the project will run if the first condition of the Brain Up button being pressed is false (released)?

Back

The second condition of the Brain Down button being pressed will be checked.

3.

FLASHCARD QUESTION

Front

This project is running and the robot turned right. What condition is true? Options: The Check button is pressed, The Up button is pressed, The Check button is NOT pressed, The Up button is NOT pressed

Back

The Check button is pressed

4.

FLASHCARD QUESTION

Front

Which of the following is the best pseudocode for this project? Options: If the Brain Up button is pressed (TRUE) and the Brain Down button is pressed (TRUE), lower the arm. If the Brian Up button is pressed (TRUE) and the Down button is released (FALSE), raise the arm. If the Brain Up or Down buttons are pressed (TRUE), stop the Arm Motor., Raise the arm when two buttons are pressed. Lower the arm when one button is pressed. Turn right when no buttons are pressed., If the Brain Up button is pressed (TRUE), then spin the arm up. If it is released (FALSE), then check if the Brain down button is pressed. If the Brain Down button is pressed (TRUE) spin the arm down. If it is released (FALSE) then stop the arm., Use the Check, Up, and Down buttons as a UI

Back

If the Brain Up button is pressed (TRUE), then spin the arm up. If it is released (FALSE), then check if the Brain down button is pressed. If the Brain Down button is pressed (TRUE) spin the arm down. If it is released (FALSE) then stop the arm.

5.

FLASHCARD QUESTION

Front

Which of the following is NOT a type of User Interface? IQ Controller, A door knob, A smartphone touchscreen, Buttons on a microwave

Back

A door knob