Search Header Logo

Codebots 3

Authored by Christy Rodgers

Computers

7th - 9th Grade

Used 6+ times

Codebots 3
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To control when the program runs (instead of automatically) you would add a _______

Push button

Switch

Lever

Stop command

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You should always indent the code that you want to run after a _______

:

#

( )

IF

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If you want your Rover to turn turn the right motor in reverse at a speed of 50%, how would you write the code?

motors.run(RIGHT, -50)

Motors.run(right, -50)

motors.run(right, -50)

Motors.Run (Right, -50)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order to make the motors start, you have to code ________

motors.enable(True)

motors.enable(False)

motors.run(LEFT, 50)

motors.run(RIGHT, 50)

sleep(1.0)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comments are a way to put notes in your code that are ignored by the computer. In Python, the _____ symbol is used for comments.

//

*

#

&

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

________ are precise sequences of instructions that a program can follow, exactly - one step at a time

Code

Directions

Algorithms

Programs

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The if condition statement tells Python to only run the block of code indented beneath it if condition is ______.

True

False

Correct

Button pressed

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?