Arduino

Arduino

University

14 Qs

quiz-placeholder

Similar activities

Diodo Led

Diodo Led

University

15 Qs

Examen Final Programación

Examen Final Programación

University

10 Qs

Tanda1_FUNPRO_IZI

Tanda1_FUNPRO_IZI

University

10 Qs

Electrical Circuit Symbols quiz

Electrical Circuit Symbols quiz

1st Grade - University

11 Qs

ElectricalRECAP

ElectricalRECAP

10th Grade - University

10 Qs

basis data 3

basis data 3

University

10 Qs

Is it Data or Information?

Is it Data or Information?

University

15 Qs

ATMN251-W6-Review and Check ins

ATMN251-W6-Review and Check ins

University

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