Arduino Ide Quiz 3

Arduino Ide Quiz 3

7th Grade

20 Qs

quiz-placeholder

Similar activities

XR-Revision Tour

XR-Revision Tour

7th - 10th Grade

15 Qs

Quiz1_9A

Quiz1_9A

4th - 12th Grade

20 Qs

 Ардуино-урок 3

Ардуино-урок 3

6th - 8th Grade

20 Qs

GRADE 7- ROBOTIC WORLD

GRADE 7- ROBOTIC WORLD

7th Grade

15 Qs

test1- Arduino-M1

test1- Arduino-M1

7th Grade

20 Qs

REPASO DE CONTENIDOS

REPASO DE CONTENIDOS

1st - 12th Grade

15 Qs

Arduino

Arduino

7th - 9th Grade

15 Qs

PENGENDALI SISTEM ROBOTIK XII_soal 1

PENGENDALI SISTEM ROBOTIK XII_soal 1

7th - 12th Grade

20 Qs

Arduino Ide Quiz 3

Arduino Ide Quiz 3

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Prism Academy undefined

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Is the command correct: digitalWrite(HIGH, 8);

correct

wrong

2.

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.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

-- is used for communication between the Arduino board and a computer or other devices.

serial monitor

compiler

serial begin

all of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default baud rate for HC-05 in data mode?

9600

38400

57600

115200

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which two pins are used in an ultrasonic sensor?

IN and OUT

TRIG and ECHO

A0 and A1

RX and TX

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if you forget break; in a switch case?

Arduino stops running


The next case will also execute (fall-through)

The program will restart

Nothing happens

7.

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

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?