
①CASE1:x=1,y=3,z=0 ②CASE2:x=3,y=2,z=1 ③CASE3:x=1,y=2,z=0 ④CASE4:x=1,y=1,z=0
A.①②
B.②③
C.③④
D.①④
[单选题]下列程序段的执行结果为m=1n=1Select Case mC.ase 1Select Case nC.ase 0print "A"C.ase 1Print "B"E.nd SelectC.ase 2Print "C"E.nd SelectA.AB.BC.CD.0
[单选题]程序的流程图如下图所示,采用路径覆盖法进行测试,则至少需要几个测试用例可以覆盖所有可能的路径______。A.5B.6C.7D.8
[单选题]下列程序段的执行结果为 m=1 n=1 Select Case m Case 1 Select Case n Case 0 print"A" Case 1 Print"B" End Select Case 2 Print"C" End SelectA.AB.BC.CD.0
[单选题]下列程序段的执行结果为m=1n=1Select Case mC.ase 1Select Case nC.ase 0Print "**0**"C.ase 1Print "**1**"E.nd SelectC.ase 2Print "**2**"E.nd Select( )。A.**0**B.**1**C.**2**D.0
[单选题]下列程序段的执行结果为a=1b=0Select Case aC.ase 1Select Case bC.ase 0Print "* *0* *"C.ase 1Print "* *1* *"E.nd SelectC.ase 2Print "* *2* *"E.nd Select ( )。A.* *0* *B.* * 1* *C.* *2* *D.0
[单选题]下列程序段的执行结果为a=2b=0Select Case aC.ase 1Select Case bC.ase 0Print "**0**"C.ase 1Print "**1**"E.nd SelectC.ase 2Print "**2**"E.nd Select( )。A.**0**B.**1**C.**2**D.0
[问答题] 比较数据流程图与程序流程图不同。
[单选题]在管道流程图中,()用代号X1表示。A .冷却水管B .高压给水管C .吸气管D .给水箱的溢排水管道
[单选题]for(inti=1;i<=3;i++){switch(i){case1:Console.write(i.ToString());case2:Console.write((i*2).ToString());case1:Console.write((i*3).ToString());}}上述关于C#代码的描述正确的是()。A . 程序将报告编译错误〃提示Case标签不能贯穿到一个标签〃不能运行B . 运行时输出149C . 运行时输出123246369D . 运行时在屏幕上没有输出
[问答题] 计算题:程序流程图如图1所示,试求出其巡回秩数V(G)。