farmbot 2

farmbot 2

8th Grade

7 Qs

quiz-placeholder

Similar activities

Python Lesson 4 : if-elif-else conditionals

Python Lesson 4 : if-elif-else conditionals

8th Grade

10 Qs

Python - Week 1

Python - Week 1

8th - 10th Grade

10 Qs

Python Intro

Python Intro

7th - 8th Grade

12 Qs

Printing in Python

Printing in Python

6th - 10th Grade

12 Qs

Python Selection

Python Selection

8th - 9th Grade

10 Qs

Python - Printing, Variables and Syntax

Python - Printing, Variables and Syntax

8th Grade

10 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

JavaScript Vocabulary Sheet (CodeHS – Karel the Dog)

JavaScript Vocabulary Sheet (CodeHS – Karel the Dog)

8th Grade

10 Qs

farmbot 2

farmbot 2

Assessment

Quiz

Computers

8th Grade

Hard

Created by

W Deng

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Identify all the snake case functions

  • turn("right")

  • move_forward()

  • returnHome()

  • prepare_soil()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify the bug in the code below:

  • Syntax Error caused by incorrect brackets

  • Syntax Error caused by incorrect quote marks

  • Indentation Error caused by incorrect spacing

  • Name Error caused by incorrect spelling

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify the bug in the code below:

  • Name Error caused by incorrect spelling

  • Indentation Error caused by incorrect spacing

  • Syntax Error caused by incorrect brackets

  • Syntax Error caused by incorrect quote marks

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify the bug in the code below:

  • Name Error caused by incorrect spelling

  • Indentation Error caused by incorrect spacing

  • Syntax Error caused by incorrect brackets

  • Syntax Error caused by incorrect quote marks

5.

FILL IN THE BLANK QUESTION

1 min • 2 pts

debug: Plant(tomato)

6.

FILL IN THE BLANK QUESTION

1 min • 2 pts

debug: move_forward

7.

FILL IN THE BLANK QUESTION

1 min • 2 pts

debug: turn(Left)