在菜单项File中,为将F设为助记符,应将该菜单项的Text属性设置为()。
A:@File B:&File C:%File D:_File
以下哪些命令能找到文件file1和file2不同之处并显示出来:()
A:cmp file1 file2 B:diff file1 file2 C:more file1 file2
如果要将文件名file1修改为file2,下列命令()可以实现。
A:cp file1file2 B:mv file1file2 C:ls file1>file2 D:ll file1>file2
The (1) turns the source file into an object file and the (2) turns the object file into an executable file.
(1)处应选择()
A:translator B:compiler C:interpreter D:linker
The (1) turns the source file into an object file and the (2) turns the object file into an executable file.
(2)处应选择()
A:translator B:compiler C:interpreter D:linker
执行下列命令后,当前打开的数据库文件名是 ______。
Number="ABC"
File="File"+Number
USE &File
A:FileABC B:&File C:File Number D:File
执行下列命令后,当前打开的数据库文件名是 Number="3" File="File"+Number USE &File
A:File3 B:&File C:FileNumber D:File
执行下列命令后,当前打开的数据库文件名是 ______。 Number="ABC" File="File"+Number USE &File
A:FileABC B:&File C:File Number D:File