Exploring Arduino Basics

Exploring Arduino Basics

University

10 Qs

quiz-placeholder

Similar activities

การโปรแกรมการทำงานของหุ่นยนต์อุตสาหกรรม (ด้วย Arduino)

การโปรแกรมการทำงานของหุ่นยนต์อุตสาหกรรม (ด้วย Arduino)

University

12 Qs

Unit 6 Microcontrollers Intro 2022

Unit 6 Microcontrollers Intro 2022

11th Grade - University

14 Qs

Arduino 1 - Sekolah Robot Indonesia

Arduino 1 - Sekolah Robot Indonesia

5th Grade - University

10 Qs

UNIT 2 revision

UNIT 2 revision

University

9 Qs

Quiz Pelatihan Robotika Modul 6

Quiz Pelatihan Robotika Modul 6

12th Grade - University

11 Qs

C++

C++

University

14 Qs

C programming and Arduino Basics

C programming and Arduino Basics

University

15 Qs

Test Project 1B Mekatronika Genap 21/22

Test Project 1B Mekatronika Genap 21/22

University

10 Qs

Exploring Arduino Basics

Exploring Arduino Basics

Assessment

Quiz

Other

University

Hard

Created by

Puok EL3

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 10 pts

What is an Arduino?

A brand of electronic components for home appliances.

An Arduino is an open-source electronics platform for building digital devices.

A type of microcontroller used only for gaming.

A software application for designing websites.

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What programming language is primarily used for Arduino?

C/C++

JavaScript

Java

Python

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the purpose of the Arduino IDE?

To design hardware components for Arduino boards.

To manage network connections for IoT devices.

To provide a graphical interface for 3D modeling.

The purpose of the Arduino IDE is to facilitate programming and uploading code to Arduino boards.

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Name one common type of Arduino board.

Arduino Uno

Arduino Mega

Arduino Pro Mini

Arduino Nano 2560

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is a digital pin on an Arduino?

A digital pin can only read analog signals.

A digital pin on an Arduino is a pin that can read or write binary signals (HIGH or LOW).

A digital pin can store multiple values at once.

A digital pin is used for power supply only.

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you upload a sketch to an Arduino?

Connect Arduino to Wi-Fi, open browser, upload sketch online.

Write sketch on paper, scan it, send via email to Arduino.

Use a smartphone app to upload sketch directly to Arduino.

Connect Arduino to computer, open IDE, select board/port, write/open sketch, click 'Upload'.

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the function of the 'setup()' method in an Arduino sketch?

The 'setup()' method runs the main loop continuously.

The 'setup()' method is used to read sensor data.

The 'setup()' method is for defining variables only.

The 'setup()' method initializes the Arduino environment before the main loop runs.

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?