Robotics Week 2

Robotics Week 2

University

16 Qs

quiz-placeholder

Similar activities

Ham Radio Extra Questions Till 2020 Set E7F

Ham Radio Extra Questions Till 2020 Set E7F

KG - Professional Development

17 Qs

E6 electrical symbols

E6 electrical symbols

University

18 Qs

Sistemas de impresión digitales

Sistemas de impresión digitales

University

12 Qs

Ham Radio General Questions Till 2019 Set G7B

Ham Radio General Questions Till 2019 Set G7B

KG - Professional Development

14 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

NAT

NAT

11th Grade - Professional Development

17 Qs

DH Digital Imaging

DH Digital Imaging

University

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