Câu hỏi về Arduino và IoT

Câu hỏi về Arduino và IoT

11th Grade

40 Qs

quiz-placeholder

Similar activities

Robotics 11 - Bridging Examination

Robotics 11 - Bridging Examination

11th Grade

40 Qs

Tùm lum

Tùm lum

9th - 12th Grade

40 Qs

Câu hỏi về hàm trong Python

Câu hỏi về hàm trong Python

11th Grade

35 Qs

ÔN TẬP CUỐI KỲ 1 - TIN HỌC 11

ÔN TẬP CUỐI KỲ 1 - TIN HỌC 11

11th Grade

40 Qs

Quiz về số nhị phân và thiết bị máy tính

Quiz về số nhị phân và thiết bị máy tính

11th Grade

38 Qs

K54A

K54A

1st - 12th Grade

45 Qs

SPORTS

SPORTS

3rd Grade - Professional Development

42 Qs

Remedial PAM XI TAV

Remedial PAM XI TAV

11th Grade

40 Qs

Câu hỏi về Arduino và IoT

Câu hỏi về Arduino và IoT

Assessment

Quiz

Other

11th Grade

Easy

Created by

Duy D1

Used 2+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dữ liệu trong tầng mạng được truyền theo dạng:

Package

Message

Block

Byte

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bộ vi điều khiển được sử dụng trong board Arduino Uno là gì?

ATmega328p

ATmega2560

ATmega32114

AT91SAM3x8E

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Board Arduino có mấy mức điện áp?

1

2

3

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sử dụng hàm nào để phát hiện bấm nút trên Arduino?

buttonRead()

buttonPress()

analogRead(button)

digitalRead(button)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Giao thức nào có chất lượng dịch vụ?

XMPP

HTTP

CoAP

MQTT

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đoạn chương trình dưới đây sẽ cho kết quả thế nào nếu đèn LED nối với chân số 13? void setup() { pinMode(13, INPUT); } void loop() { digitalWrite(13, HIGH); delay(1000); digitalWrite(13, LOW); delay(1000); }

Đèn LED luôn sáng

Đèn LED luôn tắt

Đèn LED sáng 1s rồi tắt 1s(nếu là OUTPUT)

Đèn sáng từ từ rồi tắt

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cảm biến cung cấp ... dữ liệu/giây?

Hundreds of Hundreds of data

Hundreds of thousands of data

Tens of Hundreds of data

Tens of thousands of data

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?