Lap trinh web 1

Lap trinh web 1

5th Grade

50 Qs

quiz-placeholder

Similar activities

IT Fundamentals Test Part 1

IT Fundamentals Test Part 1

KG - University

49 Qs

Computing Heroes Quiz KS3

Computing Heroes Quiz KS3

5th - 10th Grade

53 Qs

Ic3 Spark Living online K1

Ic3 Spark Living online K1

5th Grade

47 Qs

ÔN TẬP MÔN TIN HỌC LỚP 4 HỌC KÌ 2

ÔN TẬP MÔN TIN HỌC LỚP 4 HỌC KÌ 2

1st - 5th Grade

48 Qs

Máy tính - Người bạn mới của em

Máy tính - Người bạn mới của em

2nd Grade - University

50 Qs

Exploring MS PowerPoint Basics

Exploring MS PowerPoint Basics

5th Grade

50 Qs

DG Muda (2)

DG Muda (2)

KG - Professional Development

50 Qs

Computer basics

Computer basics

5th - 9th 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?