EmTech Pop Quiz 2

EmTech Pop Quiz 2

11th Grade

20 Qs

quiz-placeholder

Similar activities

Intro to coding arduino unit

Intro to coding arduino unit

9th - 12th Grade

20 Qs

3 Arduino: IF and IF-ELSE

3 Arduino: IF and IF-ELSE

9th - 12th Grade

15 Qs

Programming Arduino Using C++

Programming Arduino Using C++

11th Grade

19 Qs

ULANGAN ARDUINO

ULANGAN ARDUINO

11th Grade

20 Qs

Arduino Homework Week 9

Arduino Homework Week 9

7th - 12th Grade

24 Qs

Remedi Arduino

Remedi Arduino

11th Grade

25 Qs

Quiz 1 Mikrokontroler 11 TKJ

Quiz 1 Mikrokontroler 11 TKJ

11th Grade

20 Qs

Quiz Arduino & Buzzer

Quiz Arduino & Buzzer

9th - 12th Grade

15 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?