Arduino Programming

Arduino Programming

12th Grade

50 Qs

quiz-placeholder

Similar activities

EMPTECH (Quarter 3 Part 1)

EMPTECH (Quarter 3 Part 1)

12th Grade

52 Qs

KUIS TKJ

KUIS TKJ

10th Grade - University

50 Qs

MIL 3RD QUARTER EXAM - 2025

MIL 3RD QUARTER EXAM - 2025

12th Grade

50 Qs

Computación 1

Computación 1

10th - 12th Grade

45 Qs

Final Exam MIL

Final Exam MIL

12th Grade

45 Qs

3RD QTR-SUMMATIVE TEST IN MEDIA AND INFO LITERACY-4-17-2023

3RD QTR-SUMMATIVE TEST IN MEDIA AND INFO LITERACY-4-17-2023

12th Grade

50 Qs

Network Security Quiz

Network Security Quiz

9th Grade - University

45 Qs

ELECTRONICS 3º ESO

ELECTRONICS 3º ESO

12th Grade

50 Qs

Arduino Programming

Arduino Programming

Assessment

Quiz

Instructional Technology

12th Grade

Hard

Created by

Fares Amin

Used 46+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

int LED1= 4;

What statement is this?

Void Loop

Void Setup

Declaration

C language

2.

MULTIPLE CHOICE QUESTION

1 min • 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

1 min • 1 pt

Which term is NOT used in declaration?

Float

Integer

Output

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

LED is setup-up to blink. LEDs is an

Output

Input

pinMode

digitalWrite

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

digitalWrite (LED1,HIGH);

What does it means by HIGH?

Blinking

Switch OFF

Switch ON

Sequence

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

delay (1000);

1000 in delay is equivalent to how many second?

10s

2s

60s

1s

7.

MULTIPLE CHOICE QUESTION

1 min • 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.

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?