wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

POST TEST-4

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Fungsi utama UniversalTelegramBot library pada Arduino IDE adalah …

a)

Menambahkan kontrol servo pada Telegram

b)

Menghubungkan ESP32 dengan bot Telegram untuk komunikasi data

c)

Menyimpan data sensor DHT11

d)

Mengontrol LCD 16x2 melalui Telegram

2.

Dalam proyek IoT dengan Telegram, fungsi dari Token API yang diberikan oleh BotFather adalah …

a)

Menyimpan data yang diterima dari bot

b)

Mengatur koneksi WiFi ke ESP32

c)

Autentikasi dan identifikasi bot pada program Arduino

d)

Menentukan alamat IP ESP32

3.

The function of this code is …

a)

Turn OFF LED 1 if the command is received

b)

Turn ON LED 1 if the command is received

c)

Send the status of LED 1 to Telegram

d)

Delete the status of LED 1 from memory

4.

Dalam proyek IoT Telegram, ESP32 terhubung ke jaringan internet melalui …

a)

WiFi

b)

Bluetooth

c)

Kabel USB

d)

Ethernet LAN

5.

Fungsi dari kode tersebut adalah …

a)

Mengirim data suhu ke bot Telegram

b)

Menampilkan data suhu di Serial Monitor

c)

Menampilkan data suhu di LCD 16x2

d)

Menyimpan data suhu di EEPROM ESP32

6.

Fungsi utama dari Bluetooth Client pada aplikasi Kodular adalah …

a)

Menyimpan data sensor pada ponsel

b)

Menghubungkan ponsel ke jaringan WiFiMenghubungkan ponsel ke jaringan WiFi

c)

Mengganti fungsi List Picker

d)

Menyambungkan aplikasi ke perangkat Bluetooth

7.

Pada aplikasi Kodular, List Picker digunakan untuk …

a)

Memilih file dari memori ponsel

b)

Menampilkan daftar perangkat Bluetooth yang tersedia

c)

Mengganti teks pada tombol ON dan OFF

d)

Menghapus data dari Arduino

8.

Langkah pertama sebelum mengirim data dari aplikasi Kodular ke ESP32 melalui Bluetooth adalah …

a)

Menyalakan LED pada Arduino

b)

Menghapus semua perangkat Bluetooth yang tersimpan

c)

Menginstal library Servo pada Arduino IDE

d)

Menghubungkan Bluetooth ponsel ke ESP32

9.

If you want the LED to turn ON when receiving a command from the Kodular application, the data that must be sent is …

a)

0

b)

OFF

c)

1

d)

ON

10.

In Kodular, the block program "When Button1 Click → BluetoothClient1 Send Text 'ON'" functions to …

a)

Turn ON the LED on the Arduino via Bluetooth

b)

Delete the Bluetooth connection on the phone

c)

Save data to the Arduino memory

d)

Display the text "ON" on the phone screen