Arduino Basic Programming

Arduino Basic Programming

11th Grade

64 Qs

quiz-placeholder

Similar activities

Earth/Space Semester 1 Final

Earth/Space Semester 1 Final

10th - 12th Grade

60 Qs

iGCSE Computer Science: Data

iGCSE Computer Science: Data

9th - 12th Grade

69 Qs

Angleton JH Intro to Robotics Final Exam

Angleton JH Intro to Robotics Final Exam

6th - 12th Grade

60 Qs

Biology EOC Review Part 2

Biology EOC Review Part 2

9th - 12th Grade

65 Qs

IT Fundamentals 1

IT Fundamentals 1

9th Grade - University

63 Qs

Biology Unit 1 AOS 1

Biology Unit 1 AOS 1

11th Grade

68 Qs

XII Database & SQL

XII Database & SQL

9th - 12th Grade

61 Qs

Arduino Basic Programming

Arduino Basic Programming

Assessment

Quiz

Computers, Design, Science

11th Grade

Hard

Created by

Raghu Raghu Babu

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers