A.Open " C:\stud.txt" For Append As #1
B.Open " C:\stud.txt" For Random As #1
C.Open " C:\stud.txt" For Input As #1
D.Open " C:\stud.txt" For Output As #1
您可能感興趣的試卷
你可能感興趣的試題
A.LOF()
B.Len()
C.EOF()
D.Chr()
A.文本文件和數(shù)據(jù)文件
B.順序文件、隨機文件和二進制文件
C.ASCII文件和二進制文件
D.數(shù)據(jù)文件和可執(zhí)行文件
A.Tool Bar
B.Staturs Bar
C.Image List
D.Tree View
A.ButtonClick
B.Change
C.Load
D.KeyPress
A.Print
B.Move
C.Refresh
D.PopupMenu
最新試題
假設變量a=1234,執(zhí)行t=(a\100)Mod 10語句以后,t的值是()
窗體的name屬性與caption屬性是一樣的。
在鼠標事件中,語句If Button=2成立的條件是()。
按文件中數(shù)據(jù)的編碼方式,文件分為()。
一般不用來觸發(fā)事件的對象是()。
如果要讓計數(shù)器最大計數(shù)次數(shù)不超過100,則應修改代碼If n<20Then 為()
下列關(guān)于MouseMove事件,描述正確的是()。
語句for j=1 to 100 step 3,循環(huán)體被被執(zhí)行的次數(shù)()
下面程序的執(zhí)行后,a的輸出值是()a =2For i=1 to 2a =a*iNext iPrint a
定時器的Enabled的屬性值是()型數(shù)據(jù)。