Robotics Week 2

Robotics Week 2

University

16 Qs

quiz-placeholder

Similar activities

Transformación digital en el Perú - GET

Transformación digital en el Perú - GET

10th Grade - Professional Development

12 Qs

NAT

NAT

11th Grade - Professional Development

17 Qs

Kollywood Blast - Tamil movies

Kollywood Blast - Tamil movies

8th Grade - Professional Development

20 Qs

Ham Radio General Questions Till 2019 Set G7B

Ham Radio General Questions Till 2019 Set G7B

KG - Professional Development

14 Qs

Mercadotecnia Digital

Mercadotecnia Digital

University

13 Qs

Post Test Sosialisasi PK (Assessment)

Post Test Sosialisasi PK (Assessment)

University

15 Qs

Apresentação da disciplina - Processamento de Imagens

Apresentação da disciplina - Processamento de Imagens

University

11 Qs

Autism

Autism

University - Professional Development

17 Qs

Robotics Week 2

Robotics Week 2

Assessment

Quiz

Specialty

University

Medium

Created by

Steph Wyshnicki

Used 5+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How many times will the code inside the

"void setup ()"

run?

Once

Only when called

Forever until the power is cut

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How many times will the code inside the

"void loop()"

run?

Once

Only when called

Forever until the power is cut

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

If I want to

TURN ON AN LED

which function should I use?

digitalRead()

digitalWrite()

analogRead()

analogWrite()

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

If I want to

CONTROL THE SPEED OF A MOTOR

which function should I use?

digitalRead()

digitalWrite()

analogRead()

analogWrite()

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

If I want to

IMPLEMENT A BUTTON

which function should I use?

digitalRead()

digitalWrite()

analogRead()

analogWrite()

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

If I want to

IMPLEMENT A POTENTIOMETER

which function should I use?

digitalRead()

digitalWrite()

analogRead()

analogueWrite()

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

I want to refer to pin 13 as greenLED in my code.

How can I do that?

#include <greenLED.h>

#define greenLED 13

#define (greenLED, 13)

#define 13 greenLED

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?