Introduction to Arduino Robotics

Introduction to Arduino Robotics

7th Grade

13 Qs

quiz-placeholder

Similar activities

4 . Push Button LED

4 . Push Button LED

6th - 8th Grade

10 Qs

Loops

Loops

5th - 12th Grade

16 Qs

Programming in Python

Programming in Python

6th - 8th Grade

10 Qs

Python Basics

Python Basics

KG - University

15 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

GRADE 7- ROBOTIC WORLD

GRADE 7- ROBOTIC WORLD

7th Grade

15 Qs

Python basics

Python basics

6th - 8th Grade

15 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?