Codebots 3

Codebots 3

7th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Finch Movement Review

Finch Movement Review

6th - 8th Grade

12 Qs

Scratch Programming

Scratch Programming

5th - 9th Grade

15 Qs

Functions - Codesters

Functions - Codesters

6th - 8th Grade

10 Qs

VIVIWARE M2 Part B L1

VIVIWARE M2 Part B L1

9th Grade

10 Qs

13 . Mobile control Robot car

13 . Mobile control Robot car

6th - 8th Grade

10 Qs

Codebots 2

Codebots 2

7th - 9th Grade

9 Qs

Scratch Introduction

Scratch Introduction

5th - 8th Grade

10 Qs

Fun Robots and MakeCode

Fun Robots and MakeCode

4th Grade - Professional Development

13 Qs

Codebots 3

Codebots 3

Assessment

Quiz

Computers

7th - 9th Grade

Medium

Created by

Christy Rodgers

Used 6+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?