阅读程序段,回答问题: ABC PROC ADD AX,BX SUB BX,AX ADD AX,BX NEG BX ABC ENDP 该子程序中,寄存器AX、BX是入口参数也是出口参数。 若入口(AX)=1234H,(BX)=0ABCDH,则出口(AX)等于多少?(BX)=等于多少?
第1题:
( 23 )已知有下面的过程( )
Private Sub proc1 ( a As Integer,b As String,Optional x As Boolean )
……
End Sub
正确调用此过程的语句是
A ) Call procl ( 5 )
B ) Call proc1 5, ” abc ” ,False
C ) proc1 ( 12, ” abc ” ,True )
D ) proc1 5, “ abc ”
第2题:
a*d.com和a?d.com分别可以用来表示( )文件。
A.abcd.com和add.com
B.add.com和abcd.com
C.abcd.com和abcd.com
D.abc.com和abd.com
第3题:
子程序是用过程定义语句()定义的。
第4题:
阅读程序段后给出其运行结果;设(CX)=0,(AX)=1SUB.CX,AXINA.XAND.CX,AXSHL.AX,CL上述程序段运行后(CX)=(),(AX)=()。
第5题:
You work as a senior administrator at ABC.com.The ABC.com network consists of a single domain named ABC.com.All servers on the ABC.com network have Windows Server 2012 R2 installed.You are running a training exercise for junior administrators. You are currently discussing storage pools.Which of the following are TRUE with regards to storage pools?()
第6题:
阅读程序段,回答问题: CWD XOR AX,DX SUB AX,DX 该程序片段中,AX寄存器的内容是一个16位有符号数。 若执行前(AX)=0FEDCH,则执行后(AX)等于多少?
第7题:
下列程序段的执行结果是()。
第8题:
要得到内核支持文件系统的列表,可以通过查看文件()。
第9题:
a*d.com和a?d.com分别可以用来表示()文件。
第10题:
CODE SEGMENT
DATA SEGMENT
STACK SEGMENT ‘STACK’
MAIN PROC FAR
第11题:
/proc/fd
/proc/devices
/proc/filesystems
/proc/modules
第12题:
第13题:
下面的子程序是将AL寄存器低4位中的十六进制数转换为ASCII码,试问:该子程序中的横线处应填写什么指令? HTOASC PROC AND AL, OFH ADD AL, 30H CMP AL, 39H JBE DONE ____________ DONE: RET HTOASC ENDP
A.SUB AL,'A'-0AH
B.ADD AL,'A'-0AH
C.SUB AL,'A'-07H
D.ADD AL,'A'-07H
第14题:
下面语句中是堆桔段定义的语句是()。
第15题:
阅读程序段,回答问题: ABC PROC ADD AX,BX SUB BX,AX ADD AX,BX NEG BX ABC ENDP 该子程序中,寄存器AX、BX是入口参数也是出口参数。 该程序的功能是什么?
第16题:
字段“文摘”的标识符是以下哪一个()
第17题:
阅读程序段,回答问题: CWD XOR AX,DX SUB AX,DX 该程序片段中,AX寄存器的内容是一个16位有符号数。 该子程序的功能是什么?
第18题:
数据段有语句“ABC BYTE1,2,3”,代码段指令“MOV CL,ABC+2”执行后,CL=()
第19题:
ACALL PROC ;(PROC为标号)
第20题:
下面哪个命令可以查看网卡的中断?()
第21题:
You work as a network administrator at ABC.com.The ABC.com network consists of a single domain named ABC.com.All servers on the ABC.com network have Windows Server 2012 R2 installed and all client computers have Windows 8 installed.The ABC.com network has a single DNS server named ABC_SR09.The client computers are located in an organizational unit (OU) named ABCPCs.You add a new Windows Server 2012 R2 computer named ABC_SR10 to the network and configure the computer as an Intrasite Automatic Tunnel Addressing Protocol (ISATAP) router. How would you enable the client computers to locate the ISATAP router through DNS?()
第22题:
第23题:
aaaaaa、abc、dec
aaa、abc、dec
aaa、abc、cde
aaa、abc、ddc