Search Header Logo

Arduino - Exercise 5 Simple Digital Input

Authored by Darren Richardson

Computers, Specialty, Other

11th Grade

Used 9+ times

Arduino - Exercise 5 Simple Digital Input
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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);

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?