Arduino Basics

Arduino Basics

12th Grade

5 Qs

quiz-placeholder

Similar activities

Arduino

Arduino

12th Grade

10 Qs

Arduino basics

Arduino basics

7th Grade - University

7 Qs

Perangkat Keras Komputer

Perangkat Keras Komputer

12th Grade

10 Qs

LED Control with Pushbutton Quiz

LED Control with Pushbutton Quiz

12th Grade

10 Qs

Arduino

Arduino

12th Grade

10 Qs

Komputer Jaringan

Komputer Jaringan

1st Grade - University

10 Qs

Google Earth Trivia

Google Earth Trivia

KG - Professional Development

10 Qs

Unit 9

Unit 9

9th - 12th Grade

10 Qs

Arduino Basics

Arduino Basics

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Lacey C

Used 4+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The codes in this function run only once and it's purpose is to initialize things that will happen when you start your program.

void setup ()

bare minimum

void loop ()

port

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which pin is connected to the built-in LED on the Arduino board?

pin 0

pin 5

pin 10

pin 13

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if we don't put the delay command?

I will be seeing faster blinking lights because the process will be not delayed

We cannot see what is happening because the board processes the code faster than our eyes.

The program will freeze because of the delay.

The board will process information much slower and nothing will happen.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is written in code. A language that both you and the computer can understand.

robotics

microcontroller

program

board

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Will robots perform certain actions without programming?

No

Yes