下列关于IP协议说法不正确的是( )。
A. IP作为一种运行在互连层的互联网协议
B. 提供的是面向无连接的传输服务,它不管数据报发送的过程,也不管数据报的来源去向
C. 运行IP协议的互连层提供的服务是可靠的数据投递服务
D. IP协议不对所连接的物理网络作任何可靠性假设,使网络向上提供统一的服务
数学模型具有()特性。
A. 抽象性、随机性和演绎性、预测性
B. 抽象性、准确性和必然性、预测性
C. 抽象性、准确性和演绎性、预测性
D. 抽象性、准确性和演绎性、偶然性
According to the author's definition of culture,
A. a culture should be accepted and maintained universally
B. a culture should be free from falsehood and evils
C. the items of a culture should be taken for granted by people
D. the items of a culture should be accepted by well-educated people
下列程序是死循环的是 ( )
A. for(;;)
B. int s=36;
C. while(s)=s;
D. int m=10;
E. dom- -;while(m>0);
F. int n=5;
G. while(n>1)
H. n- -;
I. if(n<0)break;