EmTech Pop Quiz 2

EmTech Pop Quiz 2

11th Grade

20 Qs

quiz-placeholder

Similar activities

Input and Output Devices

Input and Output Devices

11th Grade

18 Qs

PENGENDALI SISTEM ROBOTIK XII_soal 1

PENGENDALI SISTEM ROBOTIK XII_soal 1

7th - 12th Grade

20 Qs

Basic Arduino Programming

Basic Arduino Programming

9th - 12th Grade

20 Qs

Quiz 1 Mikrokontroler 11 TKJ

Quiz 1 Mikrokontroler 11 TKJ

11th Grade

20 Qs

Arduino Basics

Arduino Basics

9th - 12th Grade

20 Qs

REPASO DE CONTENIDOS

REPASO DE CONTENIDOS

1st - 12th Grade

15 Qs

SIoT-Desain IO Interfacing

SIoT-Desain IO Interfacing

10th - 12th Grade

15 Qs

Arduino ม.2 และ ม.3 ฉบับที่ 2

Arduino ม.2 และ ม.3 ฉบับที่ 2

KG - Professional Development

20 Qs

EmTech Pop Quiz 2

EmTech Pop Quiz 2

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Jess Nodado

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct function to turn on an LED connected to an Arduino digital pin?

digitalWrite(pin, HIGH);

analogWrite(pin, LOW);

pinMode(pin, OUTPUT);

delay(1000);

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following libraries is required to interface a 16x2 character LCD with an Arduino using an I2C module?

Wire.h

LiquidCrystal.h

LiquidCrystal_I2C.h

Servo.h

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a 16x2 LCD, what does "16x2" indicate?

The LCD has 16 data pins and 2 control pins

The LCD can display 16 pixels per row in 2 rows

The LCD has 16 characters per row and 2 rows

The LCD supports 16-bit data transmission with 2 data buses

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to display the message "Hello, World!" on an LCD connected to an Arduino, which function should you use?

lcd.show("Hello, World!");

lcd.print("Hello, World!");

lcd.display("Hello, World!");

lcd.write("Hello, World!");

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many keys are present in a 4x4 membrane keypad?

8

12

16

20

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of signal does a water level sensor typically output?

Only digital

Only analog

Both analog and digital

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What principle does a rain detector sensor use to detect rain?

Change in temperature due to water conductivity

Change in resistance due to water conductivity

Change of Infrared radiation due to water conductivity

Change of radio frequency due to water conductivity

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?