Quiz #6 (BSIT 3G)

Quiz #6 (BSIT 3G)

University

20 Qs

quiz-placeholder

Similar activities

DS naming CH

DS naming CH

University

20 Qs

Form 2 - Information Technology Quiz

Form 2 - Information Technology Quiz

8th Grade - University

25 Qs

Quiz Mobile Devices and Internet of Things

Quiz Mobile Devices and Internet of Things

University

20 Qs

SEGURIDAD DE DISPOSITIVOS MOVILES, INTEGRADOS Y ESPECIALIZADOS

SEGURIDAD DE DISPOSITIVOS MOVILES, INTEGRADOS Y ESPECIALIZADOS

University

16 Qs

Brainware

Brainware

9th Grade - University

17 Qs

IT Quiz Bee 2025 - EASY

IT Quiz Bee 2025 - EASY

University

15 Qs

IT ELECTIVES - ROBOTICS 1ST QUIZ

IT ELECTIVES - ROBOTICS 1ST QUIZ

University

20 Qs

IIT_10. nedelja

IIT_10. nedelja

University

22 Qs

Quiz #6 (BSIT 3G)

Quiz #6 (BSIT 3G)

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

The Studio

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What built-in features distinguish the ESP32 from a standard Arduino?

Higher voltage input and more analog pins

Built-in Wi-Fi, Bluetooth, and touch sensors

Integrated GPS and cellular connectivity

Onboard OLED display and camera module

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many general-purpose I/O (GPIO) pins does the ESP32 have, roughly?

a. 8

b. 16

c. 30+

d. 64

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of USB connector is used to program the ESP32 board?

USB-C

Mini-USB

Micro-USB

USB-B

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword sets a GPIO pin as an output in Arduino code?

pinMode(pin, OUTPUT)

setPin(pin, OUTPUT)

digitalWrite(pin, OUTPUT)

configure(pin, OUTPUT)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function runs once at the start of an Arduino sketch to initialize settings?

a. loop()

b. setup()

c. init()

d. start()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function repeatedly executes after setup() in an Arduino sketch?

initialize()

main()

loop()

run()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command turns the LED on by sending a voltage to the pin?

digitalWrite(LED_pin, LOW)

digitalRead(LED_pin)

digitalWrite(LED_pin, HIGH)

analogWrite(LED_pin, HIGH)

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?