Arduino

Arduino

University

14 Qs

quiz-placeholder

Similar activities

Se liga - 2 - 6º anos

Se liga - 2 - 6º anos

6th Grade - University

16 Qs

IoT - Internet das Coisas

IoT - Internet das Coisas

University

12 Qs

Power Supply Application Quiz

Power Supply Application Quiz

10th Grade - University

10 Qs

Tilt Arduino

Tilt Arduino

University

10 Qs

Cisco 2, Module 1

Cisco 2, Module 1

University

12 Qs

QUIZ2 - KJD

QUIZ2 - KJD

University

10 Qs

Electriva Quimica - Modulo 1

Electriva Quimica - Modulo 1

University

10 Qs

servo motor

servo motor

University

18 Qs

Arduino

Arduino

Assessment

Quiz

Computers

University

Medium

Created by

man cloud

Used 6+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum output voltage of the ESP32?

3.3V

5V

12V

15V

2.

MULTIPLE SELECT QUESTION

30 sec • Ungraded

Which class do you continue in?

1A

1B

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What language is a typical Arduino code based on?

Assembly Code

Python

Java

C/C++

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

What is the result of a?

a = -1

a = 0

a = 1

a = 2

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is an example of the variable type - "int "?

327678

"32,768"

32,768.1

-32768

Answer explanation

On the Arduino Uno (and other ATmega based boards) an int stores a 16-bit (2-byte) value. This yields a range of -32,768 to 32,767

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is an example of the variable type - "char"?

'A'

ABC

"ABC"

"A"

Answer explanation

On the Arduino Uno (and other ATmega based boards) an int stores a 16-bit (2-byte) value. This yields a range of -32,768 to 32,767

7.

MULTIPLE SELECT QUESTION

15 mins • 3 pts

What is an example of the variable type - "float"?

12345.6

123456

12345.67

1.23456

Answer explanation

On the Arduino Uno (and other ATmega based boards) an int stores a 16-bit (2-byte) value. This yields a range of -32,768 to 32,767

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?