Search Header Logo

Day 7 Quiz

Authored by Jordan Bright

Computers

12th Grade

Day 7 Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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);

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers