题目内容

执行MOV AX ,WDAT 指令,要使AX寄存器中内存为3412H,不能采用下列哪种数据定义?

A. DSEG SEGMENT WDAT EQU WORD PTR BDAT BDAT DB 12H,34H DSEG ENDS
B. DESG SEGMENT BDAT DB 12H,34H WDAT = WORD PTR BDAT DSEG ENDS
C. DESG SEGMENT WDAT EQU THIS WORD BDAT DB 12H,34H DSEG ENDS
DESG SEGMENT BDAT DB 12H,34H WDAT LABEL WORD DESG EBDS

查看答案
更多问题

下面程序错误的语句是( )。 #include" iostream.h" ① void main( ) ② { ③ int A=0; ④ int & B; ⑤ B=A; ⑥ cout < < B; ⑦ cout < < A; ⑧ }

A. a=InputBox( )
B. a=InputBox(“请输入一个值”)
C. a=Val(InputBox(“请输入一个值”))
D. a=Val(InputBox( ) )

I suppose you're not serious, ______

A. don't I
B. do I
C. are you
D. aren't you

The doctor soon made the worried patient feel ______ ease.

A. with
B. at
C. on
D. off

You must follow the directions exactly, and if you become confusing, you must take the time to go back again and read them over.

A. exactly
B. confusing
C. the time
D. them

答案查题题库