單項選擇題下面的敘述不正確的是:()。

A.Write#語句和Print#語句建立的順序文件格式完全一樣
B.Write#語句和Print#語句都能實現(xiàn)向文件中寫入數(shù)據(jù)
C.用Write#語句輸出數(shù)據(jù),各數(shù)據(jù)項之間自動插入逗號,并且將字符串加上雙引號
D.若使用Print#語句輸出數(shù)據(jù),各數(shù)據(jù)項之間沒有逗號,并且字符串不加雙引號


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題執(zhí)行語句“Write#1,123;-34.56,"input";time”后,相應文件內(nèi)被寫入()。

A.123,-34.56,input,2005-06-08
B."123","-34.56","input","2005-06-08"
C.123,-34.56,"input",#2005-06-08#
D.123-34.56input2005-06-08

2.單項選擇題要在C盤根目錄下建立名為File.dat的順序文件,應先使用()語句。

A.Open"File1.dat"ForInputAs#1
B.Open"File1.dat"ForOutputAs#1
C.Open"C:\File1.dat"ForInputAs#1
D.Open"C:\File1.dat"ForOutputAs#1