Sistem Pengendali Suhu Ruangan Berbasis Arduino

Quiz
•
Education
•
12th Grade
•
Hard
Yusliadi Fanji Muslim
Used 4+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Dibawah ini nama-nama komponen yang termasuk komponen output pada sistem pengendali suhu ruangan berbasis arduino adalah..
Potensiometer, LED, Relay
Relay, LED, LCD
Arduino, Potensiometer, Sensor DHT22
LCD, Sensor DHT22, LED
Sensor DHT22, Arduino, Potensiometer
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Fungsi sensor DHT22 adalah..
Mendeteksi suhu dan kelembaman dengan menghasilkan nilai tegangan
Mendeteksi cahaya dengan menghasilkan nilai resistansi
Mendeteksi kebocoran gas dengan menghasilkan nilai tegangan
Mendeteksi manusia dengan menghasilkan nilai resistansi
Mendeteksi air dengan menghasilkan nilai kapasitansi
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
void setup() {
Serial.begin (9600)
pinMode (DHT22, INPUT)
pinMode (Potensiometer, INPUT)
pinMode (Led, OUTPUT)
pinMode (Relay, OUTPUT) }
Program arduino diatas terjadi error/kesalahan dikarenakan..
Diakhir baris program tidak diberi tanda }
Diakhir baris program tidak diberi tanda {
Diakhir baris program tidak diberi tanda :
Diakhir baris tidak diberi tanda ;
Diakhir baris tidak diberi tanda “ “
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int set_suhu = 35;
if (temp > set_suhu){
digitalWrite (Relay, HIGH);
digitalWrite (Led, HIGH);
}
Dari pemrograman sistem pengendali suhu ruangan berbasis arduino Arduino diatas, yang merupakan kondisi yang salah adalah..
Jika temp bernilai 40 derajat Relay aktif
Jika temp bernilai 38 derajat Led menyala
Jika temp bernilai 30 derajat Led menyala
Nilai set suhu adalah 35 derajat
Jika temp bernilai 25 derajat Relay tidak aktif
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Program Arduino yang benar dalam pemilihan pin berikut adalah…
const int Relay A0;
const int Led A1;
const int DHT22 A2;
const int Potensiometer A3;
const int Relay 3;
const int Led 8;
const int DHT22 11;
const int Potensiometer 12;
const int Relay 3;
const int Led 11;
const int DHT22 17;
const int Potensiometer 8;
const int Relay A0;
const int Led 10;
const int DHT22 7;
const int Potensiometer 2;
const int Relay 2;
const int Led 7;
const int DHT22 10;
const int Potensiometer A0;
Similar Resources on Wayground
10 questions
Ilmu Pengetahuan Umum

Quiz
•
12th Grade
5 questions
whileLoop

Quiz
•
9th - 12th Grade
10 questions
Arduino Pointer and Array Concepts

Quiz
•
12th Grade
10 questions
Arduino Functions Syntax

Quiz
•
12th Grade
10 questions
Basic C Programming - Control Flow

Quiz
•
12th Grade
5 questions
CỦNG CỐ KIẾN THỨC CƠ BẢN PYTHON

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade