
Lap trinh web 1

Quiz
•
Computers
•
5th Grade
•
Medium
Minh Trần
Used 1+ times
FREE Resource
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Control nào kiểm tra giá trị trong khoảng cho trước?
<asp:CompareValidator>
< asp:RangeValidator>
< asp:ValidatorSummary>
<asp:RegularExpressionValidator>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho file Book.xml sau:
<?xml version="1.0"?>
<Catalog>
<Order>
<Type>1</Type>
</Order>
<Book>
<ID>1</ID>
</Book>
</Catalog>
Hãy cho biết số lượng DataTable của một DataSet sau khi đọc Schema của file này?
Chọn một:
1
2
3
4
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Biểu thức nào sau đây là sai nếu chưa chỉ định sử dụng namespace System.Web.UI.WebControls?
Button button = (Button)form1.Controls[0];
Stack stack = new Stack();
DataTable table = (DataTable)listB ox1.DataSource;
XmlTextReader rdr;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho đoạn code sau:
protected void Page_Load(object sender, EventArgs e)
{
if (!this.IsPostBack)
{
DanhMucSach dm = new DanhMucSach();
dm.Table = new DataTable();
this.Session["DanhMucSach"] = dm;
// ...
}
}
Trong các đoạn server-side code khác, biểu thức nào là đúng?
DanhMucSach dm = Session[“DanhMucSach”];
DanhMucSach dm = (DanhMucSach)Session[“DanhMucSach”];
DataTable table = Session[“DanhMucSach”].Table;
DataTable table = (DataTable)Session[“DanhMucSach”].Table;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Phương thức nào của DataSet dùng để ghi cấu trúc các bảng dữ liệu vào một file .xsd?
WriteXml()
WriteXmlSchema()
ReadXml()
ReadXmlSchema()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Phương thức nào của DataAdapter dùng để đưa dữ liệu vào DataTable?
Fill()
Update()
Load()
SendData()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Đoạn xml dưới đây có gì SAI?
<Order Type=“1”><ID></ID><Name></Name><Order>
Chọn một:
Giữa cặp <ID></ID> không có dữ liệu
Giữa các tag không có WhiteSpace
<Order> không có </Order>
<Order> có thuộc tính
Create a free account and access millions of resources
Similar Resources on Wayground
50 questions
ÔN TẬP TIN HỌC 5_THÁNG 3 VÀ CUỐI NĂM

Quiz
•
5th Grade
49 questions
on cuoi ki 2 lop 8

Quiz
•
5th Grade
48 questions
Máy tính căn bản ngày 22 tháng 10 năm 2023

Quiz
•
1st - 5th Grade
45 questions
Ujian Akhir Informatika

Quiz
•
3rd Grade - University
53 questions
Digital Arts

Quiz
•
KG - 12th Grade
46 questions
9 СЫНЫП

Quiz
•
5th Grade
50 questions
Prof examen bueno part 2

Quiz
•
1st - 12th Grade
52 questions
TH_Lớp5_Ôn_thi_1

Quiz
•
5th 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
9/11 Experience and Reflections

Interactive video
•
10th - 12th 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
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade