多項(xiàng)選擇題.NETFramework可以運(yùn)行在下列哪些操作系統(tǒng)之上,并為托管程序提供支持?()

A.WindowsNT4.0
B.Windows2000Professional
C.Windows98SE
D.WindowsXPHomeEdition


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題在C#中,使用()關(guān)鍵字來導(dǎo)入命名空間。

A.import
B.using
C.for
D.foreach

2.單項(xiàng)選擇題在WinForms中,已知在一個(gè)叫imgListBook的ImageList控件中有一張圖片,為了設(shè)置一個(gè)名為picBook的PictureBox控件的Image屬性,下列代碼正確的是()

A.picBook.Image =imgListBook.Image;
B.picBook.Image =imgListBook.Images.Image;
C.picBook.Image =imgListBook.Images[0].Image;
D.picBook.Image =imgListBook.Images[0];

3.多項(xiàng)選擇題以下屬于Command對象的方法是()

A.ExecuteNonQuery()
B.ExecuteReader()
C.ExecuteScalar()
D.ExecuteCount()

6.單項(xiàng)選擇題在WinForm窗體中,ComboBox有三種下拉樣式,其中不包括()

A.Simple
B.List
C.DropDown
D.DropDownList

8.多項(xiàng)選擇題以下哪些控件可以實(shí)現(xiàn)單選按鈕的分組()

A.MenuStrip
B.Combobox
C.GroupBox
D.Panel

9.單項(xiàng)選擇題在ADO.NET中,DataReader對象用于從數(shù)據(jù)庫中檢索只讀的數(shù)據(jù),使用()語句可以創(chuàng)建一個(gè)DataReader對象。

A.SqlDataReader reader=command.ExecuteReader()
B.SqlDataReader reader=command.ExecuteNonQuery()
C.SqlDataReader reader=new SQLDataReader()
D.SqlDataReader reader=command.ExecuteScalar()