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

Day#6

Day#6

1st Grade - University

10 Qs

Test 1ra Unidad Microcontroladores

Test 1ra Unidad Microcontroladores

10th Grade - University

10 Qs

SdA 4 - Actividad 05 - Mi aprendizaje sobre automatización

SdA 4 - Actividad 05 - Mi aprendizaje sobre automatización

11th Grade

10 Qs

6 Arduino: Potentiometers

6 Arduino: Potentiometers

11th Grade

15 Qs

Parcial 2 - Robótica

Parcial 2 - Robótica

11th Grade

10 Qs

2. LDR Module

2. LDR Module

1st - 12th Grade

10 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

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