Arduino Basic Programming

Arduino Basic Programming

11th Grade

64 Qs

quiz-placeholder

Similar activities

NCFE Review #3 Hydrology

NCFE Review #3 Hydrology

9th - 12th Grade

62 Qs

ICT SPM : LA2 (Sistem Komputer)

ICT SPM : LA2 (Sistem Komputer)

10th - 12th Grade

59 Qs

Microsoft Windows 10

Microsoft Windows 10

1st Grade - Professional Development

61 Qs

Review

Review

10th - 11th Grade

60 Qs

Microsoft Word M1 L1-6 Quiz

Microsoft Word M1 L1-6 Quiz

9th - 12th Grade

60 Qs

Unit 3 Quizizz

Unit 3 Quizizz

9th - 12th Grade

66 Qs

Kelistrikan Bodi 1

Kelistrikan Bodi 1

11th - 12th Grade

60 Qs

K11 Ôn tâp Giữa Kỳ 1

K11 Ôn tâp Giữa Kỳ 1

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?