Codebots 3

Codebots 3

7th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Python Loops

Python Loops

9th - 12th Grade

10 Qs

code.org CSP Unit 3 Review 20-21

code.org CSP Unit 3 Review 20-21

9th - 12th Grade

15 Qs

S1 code.org Assessment

S1 code.org Assessment

7th Grade

12 Qs

Artificial Intelligence and Programming Quiz

Artificial Intelligence and Programming Quiz

7th Grade

15 Qs

Assesment for Lessons 1-5 Code.org

Assesment for Lessons 1-5 Code.org

5th - 8th Grade

15 Qs

CODE.ORG VOCABULARY 1

CODE.ORG VOCABULARY 1

6th - 12th Grade

10 Qs

FIRST Tech Challenge Systems

FIRST Tech Challenge Systems

9th - 10th Grade

8 Qs

Micro-bits

Micro-bits

3rd - 8th Grade

10 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?