
Chương 8

Quiz
•
English
•
1st - 5th Grade
•
Easy
Chung Quan
Used 1+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu 1: Khi hoạt động như một web server, ESP8266 có thể thực hiện nhiệm vụ nào sau đây?
A. Chỉ gửi các tệp hình ảnh và video mà không xử lý các yêu cầu khác.
B. Xử lý các tệp yêu cầu của ngôn ngữ lập trình server-side như PHP hoặc Python.
C. Trả về các tệp HTML, CSS, JS đã lưu và phản hồi dữ liệu tùy chỉnh theo yêu cầu người dùng.
D. Không thể xử lý dữ liệu.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu 2: Cổng mặc định mà ESP8266 sử dụng để phục vụ các trang web là gì?
A. Cổng 80
B. Cổng 443
C. Cổng 21
D. Cổng 8080
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu 3: Trong cấu hình mặc định của các thư viện WebSocket dành cho ESP8266, WebSocket server thường sử dụng cổng nào để nhận kết nối từ client?
A. 443
B. 8080
C. 80
D. 81
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu 4: Trong Arduino IDE, lệnh nào được sử dụng để tạo một server mới trên ESP8266?
A. WiFiServer server(80);
B. ESP8266WebServer server(80);
C. WebServer server(80);
D. HTTPServer server(8080);
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu 5: Phương thức nào dùng để gửi phản hồi từ server tới client trong ESP8266?
A. WiFi.send()
B. server.response()
C. server.send()
D. client.send()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu 6: Cho đoạn mã sau, khi người dùng truy cập vào URI "/", hàm nào sẽ được gọi để xử lý yêu cầu?
void setup() {
server.on("/", HTTP_GET, handleRoot);
server.on("/led", HTTP_GET, handleLED);
server.begin();
}
A. handleLED();
B. handleHome();
C. handleRequest();
D. handleRoot()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu 7:
Cho đoạn mã sau, phương thức nào được sử dụng để lấy địa chỉ IP của ESP8266 sau khi kết nối thành công với mạng Wi-Fi?
#include <ESP8266WiFi.h>
void setup() {
WiFi.begin("your_SSID", "your_PASSWORD");
while (WiFi.status() != WL_CONNECTED) delay(1000);
}
void loop() {}
A. WiFi.getServerIP();
B. WiFi.getLocalIP();
C. WiFi.localIP();
D. WiFi.getIP();
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
VC and CV Practice

Quiz
•
4th Grade
20 questions
competition Ict Round 2

Quiz
•
5th Grade
20 questions
U.8. OUR FUTURE

Quiz
•
4th Grade
20 questions
verb to be and subject pronouns

Quiz
•
1st - 10th Grade
20 questions
Everybody Up 4 Unit 1-2

Quiz
•
5th Grade
20 questions
Monday - Flyers PART 1

Quiz
•
4th Grade
20 questions
4 PICS 1 WORD

Quiz
•
4th Grade
26 questions
Intermedio Bajo 2 (Interchange 1 - Units 13-14) quiz

Quiz
•
1st - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for English
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
8 questions
Main Idea & Key Details

Quiz
•
3rd - 6th Grade
18 questions
Subject and Predicate Practice

Quiz
•
4th Grade
20 questions
4 Types of Sentences

Quiz
•
3rd - 5th Grade
20 questions
Subject and Predicate Review

Quiz
•
3rd Grade
15 questions
Subject-Verb Agreement

Quiz
•
4th Grade
20 questions
Subject and predicate in sentences

Quiz
•
1st - 3rd Grade
14 questions
Text Features

Quiz
•
3rd Grade