Arduino

Arduino

University

14 Qs

quiz-placeholder

Similar activities

Java Programming I 3

Java Programming I 3

University

17 Qs

QUIZ2 - KJD

QUIZ2 - KJD

University

10 Qs

Chapter 11 - Switch Security Configuration

Chapter 11 - Switch Security Configuration

University

15 Qs

Quiz 13 by UpavanEschool

Quiz 13 by UpavanEschool

3rd Grade - University

15 Qs

Intro to PHP

Intro to PHP

12th Grade - University

15 Qs

C++ Switch  and If Else Statements

C++ Switch and If Else Statements

University

15 Qs

Online Safety

Online Safety

2nd Grade - University

10 Qs

HW 8 chapter 8

HW 8 chapter 8

University

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