Robotics Week 2

Robotics Week 2

University

16 Qs

quiz-placeholder

Similar activities

Kollywood Blast - Tamil movies

Kollywood Blast - Tamil movies

8th Grade - Professional Development

20 Qs

Mercadotecnia Digital

Mercadotecnia Digital

University

13 Qs

Post Test Sosialisasi PK (Assessment)

Post Test Sosialisasi PK (Assessment)

University

15 Qs

VES Championship

VES Championship

University

15 Qs

Transformación digital en el Perú - GET

Transformación digital en el Perú - GET

10th Grade - Professional Development

12 Qs

Obli 5

Obli 5

University

20 Qs

Unidad 6 Video Digital

Unidad 6 Video Digital

University

12 Qs

Ham Radio Extra Questions Till 2020 Set E8A

Ham Radio Extra Questions Till 2020 Set E8A

KG - Professional Development

13 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?