In the context of configuring di

题目

In the context of configuring dial-on-demand routing using ISDN, what is the purpose of the dialer-list command?()

  • A、to identify valid numbers for incoming calls
  • B、to define the type of ISDN switch at the central office
  • C、to specify the list of outgoing phone numbers used by the router
  • D、to associate a dial configuration with a physical interface
  • E、to define interesting traffic that will enable the link
参考答案和解析
正确答案:E
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Linguistic context is also known as ______ context.

A、 social

B、 verbal

C、 lexical

D、 physical


参考答案:B

第2题:

下面哪条语句可以构造正确的对话框()。

A.AlertDialog dialog=new AlertDialog(context);

B.AlertDialog.Builder builder=new AlertDialog.Builder(context);

C.ProgressDialog dialog=new ProgressDialog();

D.ProgressDialog.Builder builder=new ProgressDialog.Builder(context);


参考答案:B

第3题:

会话管理主要完成SGSN与GGSN间的隧道建立、修改和释放的控制功能,具体包括功能()

A.PDP上下文激活功能(PDP Context Activation)

B.PDP上下文修改功能(PDP Context Modification)

C.PDP上下文去激活功能(PDP Context Deactivation)

D.PDP上下文保留功能(PDP Context Preservation)


参考答案:A, B, C, D

第4题:

以下不是由SGSN发给MS的消息为()。

A.Activate PDP Context Accept

B.Activate PDP Context Reject

C.Create PDP Context Response

D.Deactivae PDP Context Accept


参考答案:C

第5题:

交换寄存器SI,DI的内容,正确的程序段是( )

A.PUSH SI PUSH DI POP SI POP DI

B.PUSH SI PUSH DI, POP SI,DI

C.MOV AX,SI MOV SI,DI MOV DI,AX

D.MOVAX,SI MOV BX,DI XCHG BX,AX


正确答案:A
解析:在堆栈中,无论是压人还是弹出,都必须以字为单位进行,即一次压人必须压入堆栈一个字,弹出时,也必须从堆栈中取出一个字。所以选项B是错误的;在串操作指令中,SI用作源变址寄存器,DI用作目的地址寄存器,所以选项C是错误的;选项D交换的是AX寄存器和BX寄存器里的内容,不符合题意;只有选项A是正确的,它依次把SI和DI的值推进栈中,然后把DI的值弹出来给SI,把SI的值弹出来给DI,即完成了SI和DI内容的交换。

第6题:

在配置tomcat虚拟目录时,需要在哪两个元素之间插入配置信息?()

A、Context与Host

B、Context与Listener

C、Context与Server

D、以上都不是


参考答案:A

第7题:

交换寄存器SI、DI的内容,正确的程序段是( )。

A.PUSH SI

B.PUSH SI PUSH DI PUSH DI POP SI POP DI POP DI POP SI

C.MOV AX,SI

D.MOV AX,SI MOV SI,AX MOV BX,DI MOV DI,BX XCHG BX,AX


正确答案:A

第8题:

在MsgBox(Prompt, buttons, title, helpfile, context)函数调用形式中必须提供的参数是( )。

A.Prompt

B.buttons

C.title

D.context


正确答案:A

第9题:

用户附着成功,MM CONTEXT和PDP CONTEXT在SGSN和GGSN都有存储。

A.错误

B.正确


参考答案:A

第10题:

以下过程与GGSN无关的为()。

A.Attach

B.Detach

C.PDP Context Deactivation

D.PDP Context Activation


参考答案:A

更多相关问题