Arduino Basics

Arduino Basics

12th Grade

5 Qs

quiz-placeholder

Similar activities

2020 PT Arduino 1

2020 PT Arduino 1

Robotics Final

Robotics Final

02_Practice-Arduino02-RGBLED

02_Practice-Arduino02-RGBLED

CSF U5 Physical

CSF U5 Physical

Robotics Exam Review 2020

Robotics Exam Review 2020

Robotics 2019

Robotics 2019

ELT_Final-Review-01-Arduino

ELT_Final-Review-01-Arduino

Arduino Basics

Arduino Basics

Assessment

Quiz

Computers

12th Grade

Practice Problem

Medium

Created by

Lacey C

Used 9+ times

FREE Resource

AI

Enhance your content in a minute

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

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