Arduino Basic Programming

Arduino Basic Programming

11th Grade

64 Qs

quiz-placeholder

Similar activities

Finals in Empowerment Technologies

Finals in Empowerment Technologies

11th - 12th Grade

60 Qs

Unit 2 Test Review - The Internet

Unit 2 Test Review - The Internet

9th - 12th Grade

61 Qs

untitled

untitled

10th Grade - University

62 Qs

alat ukur

alat ukur

9th - 12th Grade

66 Qs

Robotics Review Final

Robotics Review Final

10th - 12th Grade

68 Qs

E-BOOK

E-BOOK

KG - University

60 Qs

Saftey Test #1

Saftey Test #1

10th - 12th Grade

66 Qs

ICT IGCSE U5 U6

ICT IGCSE U5 U6

10th - 11th Grade

63 Qs

Arduino Basic Programming

Arduino Basic Programming

Assessment

Quiz

Computers, Design, Science

11th Grade

Hard

Created by

Raghu Raghu Babu

FREE Resource

64 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int LED1= 4;

What statement is this?

Void Loop

Void Setup

Declaration

C language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int LED1=4;

What is 'int= integer' used for?

Alphabets

Capital and small letters

Combination of Numbers and Alphabets

Numbers

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int LED2=8;

What is number eight is referring in the coding above?

Analog Pin

5V

Ground

Digital Pin

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

digitalWrite (LED1,HIGH);

What does it means by HIGH?

Blinking

Switch OFF

Switch ON

Sequence

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

delay (1000);

1000 in delay is equivalent to how many second?

10s

2s

60s

1s

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

digitalWrite (LED1, HIGH);

delay(1000);

digitalWrite (LED1, LOW);

What does the program do?

LED Switch Off at the beginning, wait for 60s and then switch ON.

LED Switch ON at the beginning, wait for 10s and then Switch OFF.

LED Switch ON at the beginning, wait for 1s and then switch ON.

LED Switch ON at the beginning, wait for 1s and then switch OFF.

7.

MULTIPLE CHOICE QUESTION

30 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

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?