Arduino

Arduino

University

14 Qs

quiz-placeholder

Similar activities

Cisco 2, Module 1

Cisco 2, Module 1

University

12 Qs

FOP - CHAPTER 6

FOP - CHAPTER 6

University

10 Qs

Administrasi Infrastuktur Jaringan

Administrasi Infrastuktur Jaringan

University

10 Qs

JavaScript

JavaScript

University

14 Qs

IPC144 -- Midterm Review

IPC144 -- Midterm Review

University

9 Qs

Network devices

Network devices

University

10 Qs

Cisco 2, Module 4

Cisco 2, Module 4

University

15 Qs

Quiz 2 (Network Protocol - Module 2)

Quiz 2 (Network Protocol - Module 2)

University

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