單項(xiàng)選擇題VB程序通常不會(huì)產(chǎn)生錯(cuò)誤提示的是()。

A.編譯錯(cuò)誤
B.實(shí)時(shí)錯(cuò)誤
C.運(yùn)行時(shí)錯(cuò)誤
D.邏輯錯(cuò)誤


您可能感興趣的試卷

你可能感興趣的試題

2.單項(xiàng)選擇題設(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.單項(xiàng)選擇題下列“CommonDialog1”控件程序代碼,Commondialog1.Action=1 ,代表()。

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

5.單項(xiàng)選擇題如果準(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