Arduino Basics

Arduino Basics

12th Grade

5 Qs

quiz-placeholder

Similar activities

Let's play with Electronics - Day 2

Let's play with Electronics - Day 2

9th Grade - University

8 Qs

UNOARDUINO

UNOARDUINO

12th Grade

10 Qs

Email Quiz - PWHS

Email Quiz - PWHS

1st - 12th Grade

10 Qs

UJi Pemahaman Wokwi dan perintah sederhana pemrograman arduino

UJi Pemahaman Wokwi dan perintah sederhana pemrograman arduino

12th Grade

10 Qs

Computer  Fundamentals

Computer Fundamentals

10th Grade - Professional Development

10 Qs

2.4 Reka Bentuk Elektronik

2.4 Reka Bentuk Elektronik

1st Grade - University

10 Qs

Computer Basics

Computer Basics

9th - 12th Grade

10 Qs

Pemahaman Awal SBC

Pemahaman Awal SBC

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