farmer

farmer

Assessment

Interactive Video

Computers

7th Grade

Medium

Created by

John Streety

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in creating the Farmer code project?

Pressing C for Code Builder

Debugging the code

Teleporting the agent

Running the code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the agent do after the initial code is run?

Turns left

Moves in a circle

Teleports to the player

Moves in a straight line

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is added to the code to make the agent move forwards and backwards?

A new project

A debug statement

A teleport command

A loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What was the problem with the agent's movement that needed fixing?

The agent was not tilling all blocks

The agent was not teleporting

The agent was turning right instead of left

The agent was moving too fast

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How did the teacher suggest fixing the tilling issue?

By adding more teleport commands

By duplicating a part of the code

By creating a new project

By removing the loop