Arduino Basics and Functions

Arduino Basics and Functions

Assessment

Interactive Video

Computers

9th - 10th Grade

Hard

Created by

Patricia Brown

FREE Resource

Arduino is an open-source microcontroller platform that allows users to create digital hardware products. Originating in Italy in 2005, it has sold over 10 million units worldwide. The most popular model, the Uno, features a microcontroller, pins for circuit construction, and a USB port for code uploads. Arduino programs, called sketches, are written in a simple language with two main functions: setup and loop. Users can start by obtaining a board, downloading the IDE, and connecting via USB. The platform supports various projects, from blinking LEDs to complex circuits using breadboards and components. Arduino is ideal for building IoT products, robots, and more.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where did the idea of Arduino originate?

Japan

United States

Germany

Italy

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the most popular model of Arduino?

Leonardo

Uno

Nano

Mega

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the USB port on an Arduino board?

To upload code

To connect sensors

To connect to the internet

To power the board

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Arduino programming, what is a 'sketch'?

A hardware component

A type of sensor

A power source

A software program

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function in Arduino runs continuously to respond to input signals?

Execute

Start

Loop

Setup

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What file extension is used for Arduino sketches?

.java

.cpp

.ino

.ard

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to configure a pin as input or output in Arduino?

digitalWrite

analogRead

pinMode

setPin

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?