PB系统预定义的五个全局变量为()、()、()、Error和Message。

题目
填空题
PB系统预定义的五个全局变量为()、()、()、Error和Message。
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

A filesystem failed to successfully mount, indicating the error message. 0506-324 - cannot mount media not formatted or invalid format 0506-342 - Superblock is dirty run fsck.Which parameter can be passed to the fsck command to automatically take any remedial action required?()

A.-p

B.-y

C.-f

D.-v


参考答案:B

第2题:

下列是全局变量的是()。

  • A、@error
  • B、@@error
  • C、!error
  • D、error()

正确答案:B

第3题:

●The error messages given by a C compiler show the message text,the most common cause of the error,and a suggestion for (73) the error.

(73) A.upfsying

B.fixing

C.changing

D.Editing


正确答案:B
【解析】译文:C编程器给出的错误信息说明了改错误最常见的原因以及纠正方法。

第4题:

public class X {  public static void main(String [] args) {  try {  badMethod();  System.out.print(“A”);  }  catch (Exception ex) {  System.out.print(“C”);  }  finally {  System.out.print(“B”);  }  System.out.print(“D”);  }  public static void badMethod() {  throw new Error();  }  }  What is the result?()  

  • A、 ABCD
  • B、 Compilation fails.
  • C、 C is printed before exiting with an error message.
  • D、 BC is printed before exiting with an error message.
  • E、 BCD is printed before exiting with an error message.

正确答案:B

第5题:

Which three of the following are components of a syslog message? ()(Choose three.)

  • A、time stamp
  • B、error codes
  • C、severity level
  • D、log message name

正确答案:A,C,D

第6题:

You attempt to upgrade a Microsoft Windows XP computer to Windows Vista.You receive an error message during the upgrade process indicating that the upgrade has failed.You need to view the details of the error message.What should you do?()

A.A

B.B

C.C

D.D


参考答案:C

第7题:

What are the three main parts of a syslog message? ()(Choose three.)

  • A、severity level
  • B、facility
  • C、log message name
  • D、time stamp
  • E、error codes
  • F、access privilege

正确答案:A,C,D

第8题:

The error messages given by a C compiler show the message text,the most common(68) of the error,and a suggestion for fixing the error.

A.consequence

B.cause

C.information

D.result


正确答案:B
解析:C编译器给出的错误信息包括信息文本、最常见的错误原因和一个纠正错误的建议。

第9题:

A filesystem failed to successfully mount, indicating the error message:  0506-324 - cannot mount media not formatted or invalid format 0506-342 - Superblock is dirty run fsck  Which parameter can be passed to the fsck command to automatically take any remedial action required?()  

  • A、-p
  • B、-y
  • C、-f
  • D、-v

正确答案:B

第10题:

假定有定义“intb[10];int*pb;”,则不正确的赋值语句为()。

  • A、pb=b
  • B、pb=&b[0]
  • C、ph=newint
  • D、pb=b[5]

正确答案:D

更多相关问题