Lap trinh web 1

Lap trinh web 1

5th Grade

50 Qs

quiz-placeholder

Similar activities

5.Sınıf 1.Dönem 2.Yazılı-Bilişim Dersi-23nisan

5.Sınıf 1.Dönem 2.Yazılı-Bilişim Dersi-23nisan

5th Grade

50 Qs

ICT Word Processing

ICT Word Processing

3rd - 8th Grade

53 Qs

Tin học 3

Tin học 3

4th - 5th Grade

48 Qs

soal tik kelas 4 23012024

soal tik kelas 4 23012024

1st - 5th Grade

55 Qs

Tin 5 - BÀI 3: TÌM KIẾM THÔNG TIN TRONG GIẢI QUYẾT VẤN ĐỀ

Tin 5 - BÀI 3: TÌM KIẾM THÔNG TIN TRONG GIẢI QUYẾT VẤN ĐỀ

5th Grade

50 Qs

Ulangkaji ASK T1 Bab 3 Algoritma

Ulangkaji ASK T1 Bab 3 Algoritma

1st - 12th Grade

46 Qs

Python Knowledge Check

Python Knowledge Check

1st - 5th Grade

55 Qs

ÔN THI HKII

ÔN THI HKII

3rd - 6th Grade

50 Qs

Lap trinh web 1

Lap trinh web 1

Assessment

Quiz

Computers

5th Grade

Practice Problem

Medium

Created by

Minh Trần

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?