Arduino Basic Programming

Arduino Basic Programming

11th Grade

64 Qs

quiz-placeholder

Similar activities

STEM + Arts Competition Practice Questions

STEM + Arts Competition Practice Questions

11th Grade

68 Qs

Computer science Study Guide

Computer science Study Guide

9th - 12th Grade

68 Qs

Output devices and their uses

Output devices and their uses

9th - 11th Grade

60 Qs

Cisco IT Essentials Chapter 1 Test

Cisco IT Essentials Chapter 1 Test

9th - 12th Grade

65 Qs

Aula 12 - Semáforo [Cruzamento Carros + Pedestres]

Aula 12 - Semáforo [Cruzamento Carros + Pedestres]

1st Grade - University

63 Qs

alat ukur

alat ukur

9th - 12th Grade

66 Qs

2023 Fall EA color code handtool Safety Final Exam

2023 Fall EA color code handtool Safety Final Exam

9th - 12th Grade

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