FTC Code

FTC Code

9th Grade

17 Qs

quiz-placeholder

Similar activities

Partes de una impresora 3D. PROCEDIMIENTO DE IMPRESIÓN 3D.

Partes de una impresora 3D. PROCEDIMIENTO DE IMPRESIÓN 3D.

9th - 12th Grade

19 Qs

REPASO DE CONTENIDOS

REPASO DE CONTENIDOS

1st - 12th Grade

15 Qs

R789-1T2021 Arquitectura de un robot

R789-1T2021 Arquitectura de un robot

6th - 12th Grade

21 Qs

Arduino

Arduino

9th Grade

12 Qs

QUIZ CIRCUITOS BÁSICOS

QUIZ CIRCUITOS BÁSICOS

8th - 11th Grade

20 Qs

MEKATRONIK TINGKATAN 3 RBT

MEKATRONIK TINGKATAN 3 RBT

9th Grade

15 Qs

R5-9 Tipos, beneficios y arquitectura de un robot

R5-9 Tipos, beneficios y arquitectura de un robot

7th - 12th Grade

16 Qs

SISTEMAS ROBÓTICOS

SISTEMAS ROBÓTICOS

9th 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?