A . 文件file存在且为目录文件
B . 文件file存在且为普通文件
C . 文件file存在且文件长度为非零
D . 文件file存在且为可执行文件
[单选题]执行命令: STORE”3.1416” TO TEST ?TYPE(“TEST”) 其结果为( )。A.DB.LC.CD.N
[单选题]在Visual FoxPro中有如下程序文件TEST:执行命令DO TEST后,屏幕的显示结果为( )A.二级Visual FoxProB.计算机等级二级Visual FoxProC.计算机等级Visual FoxProD.计算机等级二级
[判断题] 命令[和命令test功能等价,区别是前者要求其最后一个命令行参数必须为右方括号。()A . 正确B . 错误
[单选题]已知程序中已经定义了函数test,其原型是int test(int,int,int);,则下列重载形式中正确的是A.char test (int,int,int);B.double test(int,int,double);C.int test(int,int,int=O);D.float test(int,int,float=3.5F);
[单选题]如下代码定义了一个类Test: class Test { private int y; Test (int x) { y:x; } }现在为Test 类生成一个对象,正确的语句是( )。A.Test t = new Test( );B.Test t=new Test(10, 20);C.Test t;D.Test t=new Test(10);
[单选题]已知程序中已经定义了函数test,其原型是int test(int, int, int);,则下列重载形式中正确的是A.char test(int,int,int);B.double test(int,int,double);C.int test(int,int,int=0);D.float test(int,int,float=3.5F);
[单选题]要向已有数据的c:/test/test.txt文件添加数据,正确的文件打开命令是()。A . Open〞c:/test/test.txt〞ForAppendAs#512B . Open〞c:/test/test.txt〞ForAppendAs#511C . Open〞c:/test/test.txt〞ForOutputAs#511D . Open〞c:/test/test.txt〞ForOutputAs#512
[多选题] test测试命令可以进行哪些方面的测试()A . 数值测试B . 字符串测试C . 文件测试D . 文本测试
[单选题]设有如下变量声明: Dim Test Date AS Date 为变量Test Date正确赋值的表达式是( )。A.Test Date=#1/1/2002#B.TestDate#"1/1/2002"#C.Test Date=date("1/1/2002")D.Test Date=Format("m/d/yy","1/1/2002")
[单选题]下面()命令可以改变test目录中所有文件的权限。A . $chmod–a755 testB . $chmod–R755 testC . $chmod–X755 testD . chmod–o755test