Arduino Basic Programming

Arduino Basic Programming

11th Grade

64 Qs

quiz-placeholder

Similar activities

Cisco IT Essentials Chapter 1 Test

Cisco IT Essentials Chapter 1 Test

9th - 12th Grade

65 Qs

MIL 1st Quarter Exam

MIL 1st Quarter Exam

11th - 12th Grade

60 Qs

Computer Science Principles

Computer Science Principles

9th - 12th Grade

62 Qs

Quizz AIK XII - Analisis Kebutuhan Bandwidth

Quizz AIK XII - Analisis Kebutuhan Bandwidth

11th Grade

60 Qs

E-tech Finals Reviewer

E-tech Finals Reviewer

11th Grade

68 Qs

หุ่นยนต์ ปลาย

หุ่นยนต์ ปลาย

10th - 11th Grade

60 Qs

Robotics Final

Robotics Final

10th - 12th Grade

68 Qs

Coding Quiz Challenge

Coding Quiz Challenge

9th - 12th Grade

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