Arduino - Exercise 5 Simple Digital Input

Arduino - Exercise 5 Simple Digital Input

11th Grade

10 Qs

quiz-placeholder

Similar activities

Arduino - Exercise 1 Blink

Arduino - Exercise 1 Blink

10th - 11th Grade

10 Qs

Robotics 2019

Robotics 2019

11th - 12th Grade

12 Qs

CDI

CDI

11th - 12th Grade

6 Qs

SINH HOAT BUOI 2

SINH HOAT BUOI 2

10th - 12th Grade

10 Qs

1.1 - Computer System

1.1 - Computer System

KG - University

11 Qs

Computer Internal and External

Computer Internal and External

6th - 12th Grade

13 Qs

Day#6

Day#6

1st Grade - University

10 Qs

Parcial 2 - Robótica

Parcial 2 - Robótica

11th Grade

10 Qs

Arduino - Exercise 5 Simple Digital Input

Arduino - Exercise 5 Simple Digital Input

Assessment

Quiz

Computers, Specialty, Other

11th Grade

Medium

Created by

Darren Richardson

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select one. Digital inputs .....

can be one of three states, HIGH, LOW and MIDDLE

can turn on LED's

can be only one of two states, HIGH or LOW

Can be a wide range of values.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False. We use a pull down resistor for digital inputs to ensure the input is held LOW when the switch is off.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A constant is ....

A number that changes

A number that stays the same

A number that is always 0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable is ....

A number that changes

A number that stays the same

A number that is always 0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is correct for initialising pin 7 as an INPUT.

pinmode (7, OUTPUT);

pinMode (7, INPUT);

pinMode (7, INPUT)

pinmode(7, HIGH);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command would read the digital input on pin 7?

digital read (7, INPUT);

digitalRead(7, INPUT)

digitalRead(7,INPUT);

digitalRead(7, OUTPUT);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If digital input pin 4 was LOW and we wanted the variable 'switchstate' to store that value, which is the correct command.

switchstate = digitalRead (4);

switchstate = digitalRead (7);

switchstate = digitalRead (4)

switchstate = digitalread (4);

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?