Day 7 Quiz

Day 7 Quiz

12th Grade

10 Qs

quiz-placeholder

Similar activities

แบบทดสอบทบทวนความรู้เดิมหุ่นยนต์อัตโนมัติ 1

แบบทดสอบทบทวนความรู้เดิมหุ่นยนต์อัตโนมัติ 1

5th - 12th Grade

8 Qs

Firmata

Firmata

9th - 12th Grade

7 Qs

Pearson 1CP2 - 3.2 - Robust Software

Pearson 1CP2 - 3.2 - Robust Software

9th - 12th Grade

15 Qs

Assesment formatif (running text)

Assesment formatif (running text)

12th Grade

10 Qs

2.5 Translators, Compilers & Interpreters

2.5 Translators, Compilers & Interpreters

12th Grade

15 Qs

Week 3 Arduino Basics Quiz

Week 3 Arduino Basics Quiz

7th - 12th Grade

10 Qs

Pengenalan dan Pemanfaatan Arduino

Pengenalan dan Pemanfaatan Arduino

12th Grade

12 Qs

ROBÓTICA-Joystik

ROBÓTICA-Joystik

12th Grade

15 Qs

Day 7 Quiz

Day 7 Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Jordan Bright

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which programming language is primarily used to write code for Arduino boards?

Java

Python

C++

Ruby

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the Arduino IDE?

To design circuits

To write and upload code to the Arduino board

To simulate Arduino projects

To debug hardware issues

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do I install a library to my Arduino IDE?

They are already included

Sketch > Include Library > Manage Libraries

#include <Library.h>

I have no idea

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is used to include outside libraries in your sketch. This gives the programmer access to a large group of standard C libraries (groups of pre-made functions), and also libraries written especially for Arduino.

#include

#define

#library

#find

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

This library is used for the speaker to be able to play sounds/notes

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

delay(5000); stands for
Wait 5 minutes
Wait 5 seconds
Wait 50 seconds

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fill in the blanks so that the LED connected to pin 13 turns on. (for the " , " use a 'space' in your answer)


digitalWrite(__,____);​

delay(1000);

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?