Search Header Logo

Introduction to Arduino Robotics

Authored by jacob @dolphinSTEM

Computers

7th Grade

DOK Level 2: Skill/Concept covered

Used 4+ times

Introduction to Arduino Robotics
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary programming language used in the Arduino IDE?

Python

C++

Java

Ruby

Tags

DOK Level 1: Recall

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a basic component of an Arduino robot?

Resistor

Servo motor

Capacitor

Transistor

Tags

DOK Level 1: Recall

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C++, which symbol is used to denote a comment?

//

#

%

$

Tags

DOK Level 1: Recall

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

To loop the code continuously

To initialize variables and settings

To shut down the Arduino

To upload the code to the Arduino

Tags

DOK Level 2: Skill/Concept

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable declaration in C++?

int 1number;

int number1;

int number-1;

int number 1;

Tags

DOK Level 1: Recall

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the `loop()` function in an Arduino sketch?

To run code once

To run code continuously

To stop the Arduino

To upload the code to the Arduino

Tags

DOK Level 2: Skill/Concept

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C++, what is the output of the following code snippet? ```cpp int a = 5; int b = 10; cout << a + b; ```

10

15

5

50

Tags

DOK Level 2: Skill/Concept

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?