Questions 11 to 18 are based on the conversation you have just heard.
A. Frustrated.
B. Excited.
C. Joyful
D. Sorry.
查看答案
销售发票是应收账款系统最重要的原始数据之一,系统必须具有进行销售发票的新增、修改、删除、查询、打印、审核和记账等功能。 ( )
A. 对
B. 错
下面的程序用来计算1至50范围内所有能被5整除的数之和,在 【6】 填空;使程序能按预定的设计要求正常执行。 DSEG SEGMENT TEMP DW 0 REST DW , DSEG ENDS SSEG SEGMENT DB 200DUP() SSEG ENDS CSEG SEGMENT ASSUM CS:CSEG,DS:DSEG,SS:SSEG START PROC FAR PUSH DS XOR AX,AX PUSH AX MOV AX, DX 【6】 【7】 XOR BX,BX NEXT: INC,TEMP 【8】 MOV DL,5 DIV DL CMP AH,0 JNE DISP ADD BX,TEMP DISP: LOOP NEXT MOV REST BX RET START ENDP CSEG ENDS END START
计算机网络按覆盖范围的大小可分为局域网、 【4】 和广域网。
Passage OneQuestions 26 to 28 are based on the passage you have just heard.
A. It helps a computer artist to record his pictures electronically.
B. It helps a computer artist to send his pictures to others.
C. It helps a computer artist to print pictures on paper.
D. It helps a computer artist to connect his computer to the art museum.