Search Header Logo

Arduino Review

Authored by Anna Milewska

Computers

8th Grade

Used 75+ times

Arduino Review
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How long is the LED on?

digitalWrite(13, HIGH); 
 
delay(1000);   
digitalWrite(13, LOW); 
 
delay(1000); 

1000 seconds
100 seconds
1 second
100 milliseconds

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How long is the LED off?

digitalWrite(13, HIGH); 
 
 delay(1000);   
digitalWrite(13, LOW); 
 
delay(1000); 

1000 seconds
100 seconds
1 second
100 milliseconds

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which pin is the jumper wire connected to?

digitalWrite(13, HIGH); 
 
delay(1000);   
digitalWrite(13, LOW); 
 
 delay(1000); 

13
12
100
digital pin

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement do you change to alter the time?
void setup()
{  
pinMode(13, OUTPUT);

}
void loop()
{  
digitalWrite(13, HIGH); 
  delay(1000);   
digitalWrite(13, LOW); 
  delay(1000); 
}

delay
void loop
digitalWrite
pinMode

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which means ON?
void setup()
{  
pinMode(13, OUTPUT);

}
void loop()
{  
digitalWrite(13, HIGH); 
  delay(1000);   
digitalWrite(13, LOW); 
  delay(1000); 
}

OUTPUT
HIGH
LOW
delay

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which means Off?
void setup()
{  
pinMode(13, OUTPUT);

}
void loop()
{  
digitalWrite(13, HIGH); 
  delay(1000);   
digitalWrite(13, LOW); 
  delay(1000); 
}

OUTPUT
HIGH
LOW
delay

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which means keep going forever?
void setup()
{  
pinMode(13, OUTPUT);

}
void loop()
{  
digitalWrite(13, HIGH); 
  delay(1000);   
digitalWrite(13, LOW); 
  delay(1000); 
}

OUTPUT
void setup
void loop
digitalWrite

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?