單項選擇題VB程序通常不會產(chǎn)生錯誤提示的是()。

A.編譯錯誤
B.實時錯誤
C.運行時錯誤
D.邏輯錯誤


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題設(shè)ADOrs為Recordset對象,從“學(xué)生基本情況表”中獲取所有記錄的語句是()。

A.ADOrs.Open“select * From 學(xué)生基本情況表”
B.ADOrs.Execute“select * From 學(xué)生基本情況表”
C.ADOrs.New“select * From 學(xué)生基本情況表”
D.ADOrs.Select “select * From 學(xué)生基本情況表”

4.單項選擇題下列“CommonDialog1”控件程序代碼,Commondialog1.Action=1 ,代表()。

A.文件另存為
B.打開文件
C.色彩
D.打印

5.單項選擇題如果準(zhǔn)備讀文件,打開順序文件“text.dat”的正確語句是()。

A.open ”text.dat” For write As # 1
B.open ”text.dat” For Binary As # 1
C.open ”text.dat” For Input As # 1
D.open ”text.dat” For Random As # 1