Embedded Systems and Programming Quiz

Embedded Systems and Programming Quiz

11th Grade

20 Qs

quiz-placeholder

Similar activities

Materi Dasar Fotografi untuk Kelas 11

Materi Dasar Fotografi untuk Kelas 11

11th Grade - University

20 Qs

Small Engine @ EB. Parts

Small Engine @ EB. Parts

9th - 12th Grade

22 Qs

SENSOR

SENSOR

11th Grade - University

20 Qs

แบบทดสอบบทที่ 2 องค์ประกอบและหลักการทำงาน

แบบทดสอบบทที่ 2 องค์ประกอบและหลักการทำงาน

9th - 12th Grade

20 Qs

Board Ardu

Board Ardu

11th Grade

20 Qs

Review Materi_Al-Irsyad

Review Materi_Al-Irsyad

9th - 12th Grade

25 Qs

Quiz ELIN 6

Quiz ELIN 6

9th - 12th Grade

23 Qs

Pre Test

Pre Test

KG - Professional Development

20 Qs

Embedded Systems and Programming Quiz

Embedded Systems and Programming Quiz

Assessment

Quiz

Other

11th Grade

Easy

Created by

Mardianus Mardianus

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A student wants to control an LED light using a light sensor (LDR). The main component of the embedded system that is most appropriate to use is:

Modem and motion sensor

Arduino Uno and LDR

Laptop and webcam

Printer and USB cable

Tablet and camera

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an automatic irrigation system, the microcontroller reads the soil moisture and turns on the water pump. What should be done when the moisture value is below the threshold?

Store data to the computer

Activate the water pump through digital output

Stop reading the sensor

Turn on the indicator LED only

Turn off the system completely

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a temperature sensor LM35 outputs 0.5V at 50°C, how to read this value using a microcontroller?

Use digitalRead()

Use analogRead() and convert voltage

Use digitalWrite()

Use delay()

Use pinMode()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A technician designs an automatic street light control system based on a light sensor. The main components that need to be configured in the code are:

HDMI and LAN ports

Sensor input pins and relay output pins

RAM and GPU

Operating system and antivirus

Keyboard and mouse

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a home automation system, if the door is open, the alarm sounds. The programming logic that needs to be applied is:

Infinite looping

If-else condition based on sensor input

GUI interface graphics

Two-dimensional array structure

Recursive function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the following program for Arduino: int led = 13; void setup() { pinMode(led, OUTPUT); } void loop() { digitalWrite(led, HIGH); delay(1000); digitalWrite(led, LOW); delay(1000); }

Turn on the LED for 5 seconds then off

Make the LED blink every 1 second

Read input from the sensor

Control a DC motor

Measure room temperature

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To read values from an analog temperature sensor to Arduino, the correct code is:

digitalRead(A0);

digitalWrite(A0, HIGH);

analogRead(A0);

delay(A0);

pinMode(A0, OUTPUT);

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?