Pemrograman XI (4)

Pemrograman XI (4)

11th Grade

16 Qs

quiz-placeholder

Similar activities

Pengantar PAS 2023/2024

Pengantar PAS 2023/2024

11th Grade

15 Qs

Unit 6 Microcontrollers Intro 2022

Unit 6 Microcontrollers Intro 2022

11th Grade - University

14 Qs

Arduino - P2uur - deel 2

Arduino - P2uur - deel 2

6th - 12th Grade

12 Qs

3 Arduino: IF and IF-ELSE

3 Arduino: IF and IF-ELSE

9th - 12th Grade

15 Qs

ENI635 - SBQ2

ENI635 - SBQ2

11th Grade

15 Qs

CSS dasar

CSS dasar

11th Grade

20 Qs

ULTRASONICO con switch case

ULTRASONICO con switch case

11th Grade

13 Qs

Quiz Pemrograman Java dengan netbeans

Quiz Pemrograman Java dengan netbeans

10th Grade - University

16 Qs

Pemrograman XI (4)

Pemrograman XI (4)

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Ijabatul Khoirunnisa

Used 5+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Dibawah ini merupakan kelebihan dari
jaringan Wifi , kecuali.. .

Kebebasan konektivitas

Kemudahan proses instalasi

Akses yang mudah

Semakin banyak user, semakin banyak
perangkat yang digunakan

Area kerja yang luas

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Variabel yang digunakan untuk menyimpan
angka dalam 2 byte (16 bit) dan tidak
mempunyai angka decimal adalah.. .

int (in teger)

long (long)

Boolean (Boolean)

float (float)

char (character)

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Aplikasi berikut ini dapat digunakan untuk
mengontrol dan monitor perangkat IoT,
kecuali.. .

Pushbutton  

Blynk

Thingspeak

Webserver

Telegram

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Void setup(){

pinMode(10,Input_Pullup);
Serial.begin(9600);}

Void loop(){

if(digitalRead(10)==High)

{Serial.println(“Ditekan”);
}
Else

{Serial.println(“lepas”);} delay(1000);
}
Kapan serial monitor menampilkan
“ditekan”?

Ketika tombol ditekan

Ketika tombol ditekan lalu dilepas

Ketika tombol dilepas

Sebelum tombol ditekan

Setelah tombol dilepas

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Untuk menyegarkan board Arduino jika terjadi error atau trouble maka …

Tekan tombol reset

Colok pin ke USB

Matikan board Arduino

Beri logika LOW

Beri logika HIGH

6.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

Arduino Uno telah di lengkapi dengan.. .

15 pin digital input/output, 7 analog input, sebuah resonator keramik 16MHz, koneksi USB, colokan power input, ICSP header, dan sebuah tombol reset.

17 pin digital input/output, 8 analog input, sebuah resonator keramik 19MHz, koneksi USB, colokan power input, ICSP header, dan sebuah tombol reset.

15 pin digital input/output, 10 analog input, sebuah resonator keramik 20MHz, koneksi USB, colokan power input, ICSP header, dan sebuah tombol reset.

18 pin digital input/output, 0 analog input, sebuah resonator keramik 88MHz, koneksi USB, colokan power input, ICSP header, dan sebuah tombol reset.

14 pin digital input/output, 6 analog input, sebuah resonator keramik 16MHz, koneksi USB, colokan power input, ICSP header, dan sebuah tombol reset.

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Pin pada LCD yang dihubungkan dengan Arduino meliputi..

VCC, SCL, HGT, FDC

GND, VCC, SDA, SCL

LED, SDA, SCL, FDC

KIJ, GND, SCL, HGT

VCC, SCL, TRIG, ECHO

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?