FTC Code

FTC Code

9th Grade

17 Qs

quiz-placeholder

Similar activities

evaluasi IML

evaluasi IML

1st Grade - University

20 Qs

Quarntine quiz 4

Quarntine quiz 4

8th - 12th Grade

20 Qs

Navegador&Motor

Navegador&Motor

8th - 12th Grade

12 Qs

Ev3 programs

Ev3 programs

6th - 12th Grade

18 Qs

Formativa 2

Formativa 2

9th Grade

16 Qs

STEM KTESI GROUP 1

STEM KTESI GROUP 1

6th - 12th Grade

15 Qs

Pipeline Explorer

Pipeline Explorer

8th - 11th Grade

20 Qs

TechnoQuiz

TechnoQuiz

7th - 10th Grade

15 Qs

FTC Code

FTC Code

Assessment

Quiz

Instructional Technology

9th Grade

Medium

Created by

Jessica Holman

Used 3+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I want the claw to open when I press a button. How do i put this in my code?

if(gamepad1.a){

claw.setPosition(.5);}

else{

claw.setPosition(0);}

claw.setPosition(gamepad1.a);

claw.setPower(gamepad1.a);

if(gamepad1.a){

claw.setPower(1);}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the following, what is motorLeft_?

if(gamepad1.y){

motorLeft_.setPower(power_motors);

The variable name that matches the name you assigned in the robot configuration

A motor in our gobilda kits is manufactured name is motorLeft_

A servo for the left side of the claw

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Assuming that positive power_motors makes the robot drive forward

What happens if I press a?

The robot will drive in reverse

The robot will turn to the left

The robot will turn to the right

The robot will drive forward

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Assuming that positive power_motors makes the robot drive forward

What happens if I press y for a second and then let go?

The robot will drive in reverse

The robot will drive forward and then backwards

The robot will drive forward and will not stop unless setPower(0) is somewhere else in the code

The robot will drive forward and then stop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What happens if I press button b?

The robot will turn left

The robot will turn right

The robot will go in reverse

The robot will strafe left

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How can I make the robot turn to the right?

Press the left bumper

Press the right bumper

Press x

Press both bumpers at the same time

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this piece of code do?

Configures the motors

Declares the motors

initializes the power of the motors

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?