【简答题】用____命令可以查看本地计算机的IP参数地址。
【简答题】Excel中的工作簿是工作表的集合。 ( )
【单选题】Excel中的工作簿是工作表的集合。( )
【单选题】According to the speaker, what affect did some people think the increasing use of automation would have?
A.
It would make the workday longer.
B.
It would allow people to work on the weekend.
C.
It would make leisure activities expensive.
D.
It would create much more free time.
【单选题】下面的程序编译后用以下命令运行:java ExceptionDemo hello,运行的情况是()。 public class ExceptionDemo{ public static void main(String args[1]){ for(int i=0;i<2;i++){ System.out.println(args[i]); } } }
A.
先输出hello,发生异常,异常类型是ArithmeticException
C.
先输出hello,然后发生异常,异常类型是ArrayIndexOutOfBoundsException
【判断题】按照联合国粮农组织的标准,当一个国家或地区的居民平均恩格尔系数介于40%-50%之间,则表明,该国(地区)居民达到小康水平。
【单选题】下面选项中哪个不属于中国建筑的基本特点?
【简答题】下面的程序编译后用以下命令运行:java ExceptionDemo hello,运行的情况是: