下列可以打开随机文件的语句是( )。A.Open"file 1.dat"For Input As#1B.Open"file1.dat"For Append As#1C.Open"file1.dat"For Output As#1D.Open"file1.dat"For Randow As#1 Len=20
下列可以打开随机文件的语句是( )。
A.Open"file 1.dat"For Input As#1
B.Open"file1.dat"For Append As#1
C.Open"file1.dat"For Output As#1
D.Open"file1.dat"For Randow As#1 Len=20
相关考题:
下列可以打开随机文件的语句是( )。A.Open”filel.dat”For Input As#1B.Open”filel.dat”For Append As#1C.Open”filel.dat”For Output As#1D.Open”filel.dat”For Randow As#1 Len=20
要对顺序文件进行写操作,下列打开文件语句中正确的是______。A.Open"file1.txt" for Output As #1B.Open "file1.txt" for Input As #1C.Open "file1. txt" for Random As #1D.Open "file1. tx",for Binary As #1
下列叙述中正确的是( )。A. 使用Input#语句可以从随机文件中读取数据B. 随机文件中每个记录的长度是不固定的C. Open命令的作用是打开一个已经存在的文件D. 一个记录中所包含的各个元素的数据类型必须相同
14、下列关于顺序文件读操作的叙述,错误的是()。A.对顺序文件进行读操作之前,需先使用Input方式打开顺序文件B.使用Line Input语句可以从顺序文件中读出一条记录C.使用Input语句可以从顺序文件中读出所有字符D.使用Input()函数可以从顺序文件中读出1个字符