第1题:
下列代码的执行结果是______。
public class Test{
public static void main(String[]args){
int[]x={0, 1, 2, 3};
for(int i=0;i<3;i+=2){
try{
System.out println(x[i+23/x[i]+x[i+1]);
}catch(ArithmeticException e){
System.out.println("error1");
}catch (Exception e){
System.out.println("error2");
}
}
}
}
A) error1
B) error2
C) error1
D) 2
error2 error2
A.
B.
C.
D.
第2题:
VBA中不能进行错误处理的语句是( )。
A.On Error Goto标号
B.On Error Then标号
C.On Error Resume Next
D.On Error Goto 0
第3题:
下列代码的执行结果是( )。
A.error1
B.error2
C.error1 error2
D.2 error2
第4题:
VBA中不能进行错误处理的语句结构是
A.On Error Then 标号
B.On Error Goto 标号
C.On Error Resume Next
D.On Error Goto 0
第5题:
If the gyrocompass error is east,what describes the error and the correction to be made to gyrocompass headings to obtain true headings?
A.The readings are too low (small numerically) and the amount of the error must be added to the compass to obtain true
B.The readings are too low and the amount of the error must be subtracted from the compass to obtain true
C.The readings are too high (large numerically) and the amount of the error must be added to the compass to obtain true
D.The readings are too high and the amount of the error must be subtracted from the compass to obtain true
第6题:
用户计算机网卡损坏,拨号时会出现的错误代码为().
第7题:
Automatic error notification can be configured to manage which type of disk error?()
第8题:
When an emulated error notification method is complete, an administrator can view the error log By typing the errpt command to be sure the emulation took place. To verify that the error log entry is the result of the emulated event,the log entry resource name is set to EMULATOR,or which of the following?()
第9题:
forward error correction
aftward error correction
DGPS
error-free and low error reception
第10题:
Hard errors
Media errors
Temporary errors
All disk error types
第11题:
SQLCODE in an On-Error trigger.
SQLCODE in an exception handler.
DBMS_ERROR_CODE in an On-Error trigger.
DBMS_ERROR_CODE in an exception handler.
第12题:
The error daemon runs in the foreground and reads the /etc/errpt file.
The error daemon is invoked by the user when required and it reads the /usr/lib/errpt.
The error daemon is invoked whenever the error occurs and it reads the /usr/lib/errpt.
The error daemon /usr/lib/errdemon runs in the background on most machines and reads the /dev/error special file.
第13题:
如果A为整数且,|A|>=10,则打印“OK”,否则打印“Error”,表示这个条件的单行格式If语句是( )。
A.If Int(A)=A And Sqr(A)>=10 Then Print"OK"Else Print "Error"
B.If Fix(A)=a And Abs(A)>=-10 Then Print"OK"Else Print "Error"
C.If Int(A)=A And(A>=10,A<-10) Then Print"OK"Else Print "Error"
D.If Fix(A)=A And A>=10,And A<=-10 Then Print"OK" Else Print "Error"
第14题:
下列程序的运行结果是( )。
A.error1:10.5
B.error2
C.error1:10.5 error2
D.以上都不对
第15题:
VBA中不能进行错误处理的语句是( )。
A.On Error Got0标号
B.On Error Then标号
C.On Error Resume Next
D.On Error Got0 0
第16题:
Reliable delivery of messages is ensured by ______ techniques.
A.forward error correction
B.aftward error correction
C.DGPS
D.error-free and low error reception
第17题:
写出下列电磁流量计故障代码的含义:Error06(),Error07(),Error08(),Error20()。
第18题:
Which of the following statements best describes error logging?()
第19题:
What is the default message level configured for IBM Tivoli Federated Identity Manager?()
第20题:
Which of the following is TRUE about error processing?()
第21题:
<%@ page errorPage=true %>
<%@ page info=error %>
<%@ page pageEndcoding=error %>
<%@ page isErrorPage=true %>
第22题:
Carefully and neatly erase the entryand rewrite it correctly
Remove this page of the log book and rewrite all entries on a clean page
Blot out the error completely and rewrite the entry correctly
Cross out the error with a single line and rewrite the entry correctly
第23题:
variation
deviation
compass error
bearing error
第24题:
Syslogd creates error log entries in the system error log.
The default error log is stored in /var/adm/ras/error.log.
All entries in the error log are related to software problems.
Error logging is automatically enabled during system initialization.