Introduction to Arduino Robotics

Introduction to Arduino Robotics

7th Grade

13 Qs

quiz-placeholder

Similar activities

7.sınıf

7.sınıf

7th Grade

10 Qs

викторина по arduino uno

викторина по arduino uno

6th - 8th Grade

15 Qs

Day#7

Day#7

1st Grade - University

12 Qs

2D Arrays in C++

2D Arrays in C++

6th - 9th Grade

10 Qs

BK 6 7 Sınıf Kodlama ve Robotik

BK 6 7 Sınıf Kodlama ve Robotik

6th - 7th Grade

10 Qs

Grade 7 FT Quiz 1 - Arduino IDE

Grade 7 FT Quiz 1 - Arduino IDE

7th Grade

10 Qs

Arduino

Arduino

KG - University

8 Qs

Aurdino Quiz

Aurdino Quiz

5th - 12th Grade

13 Qs

Introduction to Arduino Robotics

Introduction to Arduino Robotics

Assessment

Quiz

Computers

7th Grade

Medium

DOK Level 2: Skill/Concept, DOK Level 1: Recall

Standards-aligned

Created by

jacob @dolphinSTEM

Used 1+ times

FREE Resource

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

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?