Arduino Basics Quiz

Arduino Basics Quiz

10th Grade

5 Qs

quiz-placeholder

Similar activities

Robotics - Review Quiz

Robotics - Review Quiz

8th - 10th Grade

5 Qs

What's the Code?

What's the Code?

4th Grade - Professional Development

10 Qs

Perakitan PC

Perakitan PC

1st - 10th Grade

10 Qs

FORMATIVE TEST (BULLETIN BOARD)

FORMATIVE TEST (BULLETIN BOARD)

KG - 12th Grade

5 Qs

Parts of Motherboard

Parts of Motherboard

7th - 10th Grade

10 Qs

Day#6

Day#6

1st Grade - University

10 Qs

Arduino_2

Arduino_2

3rd Grade - University

10 Qs

Arduino - Exercise 1 Blink

Arduino - Exercise 1 Blink

10th - 11th Grade

10 Qs

Arduino Basics Quiz

Arduino Basics Quiz

Assessment

Quiz

Computers

10th Grade

Hard

Created by

teacer Pc

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

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

bare minimum

port

void setup ()

void loop ()

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

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

pin 5

pin 0

pin 13

pin 10

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

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

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

The program will freeze because of the delay.

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

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

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

program

board

microcontroller

robotics

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Will robots perform certain actions without programming?

Yes

No