EmTech Pop Quiz 2

EmTech Pop Quiz 2

11th Grade

20 Qs

quiz-placeholder

Similar activities

Input Devices

Input Devices

11th Grade

20 Qs

Try Out  1

Try Out 1

11th Grade

25 Qs

An introduction to Arduino

An introduction to Arduino

10th - 11th Grade

16 Qs

Infternet of Things

Infternet of Things

11th Grade

15 Qs

Arduino Kelas XI SMAK 3 PENABUR Jakarta

Arduino Kelas XI SMAK 3 PENABUR Jakarta

11th Grade

15 Qs

Practice Laptops

Practice Laptops

9th - 12th Grade

17 Qs

Arduino IDE

Arduino IDE

3rd Grade - Professional Development

17 Qs

Quiz #2 Electronics

Quiz #2 Electronics

9th - 12th Grade

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?