Arduino Ide Quiz 3

Arduino Ide Quiz 3

7th Grade

20 Qs

quiz-placeholder

Similar activities

GCSE J277 - 2.2.2 - Data Types

GCSE J277 - 2.2.2 - Data Types

7th Grade

20 Qs

TIC-1

TIC-1

6th - 8th Grade

17 Qs

7th Grade ICT Conceptual Assessment topic A.

7th Grade ICT Conceptual Assessment topic A.

7th Grade

20 Qs

Diagnóstico de Soluciones Tecnológicas

Diagnóstico de Soluciones Tecnológicas

7th Grade

20 Qs

Exploring IoT and Bluetooth Basics

Exploring IoT and Bluetooth Basics

7th Grade

15 Qs

Name the Console

Name the Console

7th Grade

16 Qs

robotica 5001

robotica 5001

7th Grade

17 Qs

Coding (Level 1 - Beginner)

Coding (Level 1 - Beginner)

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