使用Open语句读写二进制文件时,应使用的模式是( )。
A: Binary
B: Input
C: Output
D: Random
A: Binary
B: Input
C: Output
D: Random
举一反三
- 要打开一个随机文件,在Open语句中应该使用的文件操作方式为____。 A: Output B: Binary C: Input D: Random
- 用( )语句打开顺序文件File1.txt后,可以进行写操作 A: Open "File1.txt" For Input As B: 1 C: Open "File1.txt" For Output As D: 1 E: Open "File1.txt" For Random As F: 1 G: Open "File1.txt" For Binary As H: 1
- 下列正确的文件访问模式为() A: Input B: Binary C: Random D: Append
- 下列正确的文件访问模式为 A: Binary B: Input C: Random D: Append
- 执行语句Open "C:\student.dat" For____As #2,下面方法不能从student.dat文件中读取数据的是。 A: Append B: Input C: Output D: Random E: Fo