单选题which one of the following should cathy use to sort a list?()A  @sortB  @sortlistC  @datasortD  @listorder

题目
单选题
which one of the following should cathy use to sort a list?()
A

 @sort

B

 @sortlist

C

 @datasort

D

 @listorder

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

When rejecting applied an dependent updates on an AIX 5L system, which of the following procedures is most appropriate to follow?()

A.Use the install PREVIEW option to view a list of all updates that will be rejected

B.Use the lslpp -d command to view the dependent filesets that will be rejected

C.Select the SMIT option to Verify Software Requisites and Installations first to generate a list of all applied updates.

D.Select the SMIT option to List the Maintenance Level of a Software Product to double check the update level that should be removed


参考答案:A

第2题:

You are securing a network for TestKing and want to apply an ACL (access control list) to an interface of a router. Which one of the following commands would you use?()

  • A、permit access-list 101 out
  • B、ip access-group 101 out
  • C、apply access-list 101 out
  • D、access-class 101 out
  • E、ip access-list e0 out

正确答案:B

第3题:

whichoneofthefollowingshouldcathyusetosortalist?()

A.@sort

B.@sortlist

C.@datasort

D.@listorder


参考答案:A

第4题:

lisa is writing a formula to determine the number of elements in a list. she wants to ensure that a value is returned, even if the value her function is evaluating turns out to be a null string . which one of the following can she so to accomplish this ?()

  • A、use a defaule formula of 1 
  • B、use @elements and add 1 to the total 
  • C、use the @count function instead of @elements 
  • D、use @texttotime to ensure that all strings arte converted to date-time values 

正确答案:C

第5题:

helga is working with a multi-value field that has numeric values in a list. she would like to apply a formula to each item in the list, return the list which one of the following @fuctions can she use to accomplish this with one line of code?()

  • A、@transform  
  • B、@Listprocess  
  • C、@processlist 
  • D、@listevaluate

正确答案:A

第6题:

You are securing a network for TestKing and want to apply an ACL (access control list) to an interface of a router. Which one of the following commands would you use?()

A. permit access-list 101 out

B. ip access-group 101 out

C. apply access-list 101 out

D. access-class 101 out

E. ip access-list e0 out


参考答案:B

第7题:

When rejecting applied an dependent updates on an AIX 5L system, which of the following procedures is most appropriate to follow?()

  • A、Use the install PREVIEW option to view a list of all updates that will be rejected
  • B、Use the lslpp -d command to view the dependent filesets that will be rejected
  • C、Select the SMIT option to Verify Software Requisites and Installations first to generate a list of all applied updates.
  • D、Select the SMIT option to List the Maintenance Level of a Software Product to double check the update level that should be removed

正确答案:A

第8题:

Which of the following procedures correctly lists the prerequisite software that requires installation with an AIX licensed program product?()

A.Use the lppdiff command to list the contents

B.Use the installp -Q command to list the contents

C.Choose the SMIT option to Preview Install Only

D.Choose the SMIT option to list dependents of a software product


参考答案:C

第9题:

Which of the following commands should be used to list all of the active network interfaces on a system?()

  • A、lscfg
  • B、route
  • C、netstat
  • D、entstat

正确答案:C

第10题:

11. List list = // more code here  12. Collections.sort(list, new MyComparator());  Which code will sort this list in the opposite order of the sort in line 12?() 

  • A、 Collections.reverseSort(list, new MyComparator());
  • B、 Collections.sort(list, new MyComparator()); list.reverse();
  • C、 Collections.sort(list, new InverseComparator( new MyComparator()));
  • D、 Collections.sort(list, Collections.reverseOrder( new MyComparator()));

正确答案:D

更多相关问题