题目内容

FTP协议是Internet常用的应用层协议,传输层使用(31)协议提供服务。上下层协议默认时,作为服务器一方的进程,通过监听(32)端口得知是否有服务请求。
(60)

A. IP
B. HTTP
C. TCP
D. UDP

查看答案
更多问题

企业提取的法定公益金不得转增资本或用于弥补亏损。()

A. 正确
B. 错误

企业购入设备发生的支出,属于资本性成本,不能作为费用处理。()

A. 正确
B. 错误

Because Web servers are platform. and application (71) ,they can send or request data fromlegacy or external application including database.All replies,once converted into (72) arkup language,can then be transmitted to a (73) .Used in this way,Intranets can (74) lower desktop support costs,easy links with legacy application and databases and, (75) all,ease of use.
(62)

A. coupled
B. dependent
C. independent
D. related

【程序说明】 程序功能是求1到100之间的所有素数。
【程序】
SET TALK OFF
CLEAR
J=2
DO WHILE J<=100
I=2
DO WHILE (5)
IF MOD(J,I)=0
(6)
ENDIF
I=I+1
ENDDO
IF (7)
?J
ENDIF
J=J+1
(8)
SET TALK ON
RETURN
(5)

A. I>J
B. I>=J
C. I<J
D. I<=J

答案查题题库