记账后发现记账凭证填写的会计科目无误,只是所登记的金额大于应记金额,应采用的错账更正方法为( )。
A.涂改发
B.红线更正法
C.红字更正法
D.补充登记法
参考答案:B
以下isprime函数的功能是判断形参a是否为素数,是素数,函数返回1,否则返回0。请填空 int isprime(int a)int i; for(i=2;i<=a/2;i++) if(a%i==0) (10) ; (11) ;
When the system upon which a transport entity is running fails and subsequently restarts, the (21) information of all active connections is lost. The affected connections become half-open, as the side that did not fail does not yet realize the problem. The still active side of a half-open connections can close the connection using a (22) timer. This timer measures the time the transport machine will continue to await an (23) of a transmitted segment after the segment has been retransmitted the maximum number of times.0 When the timer (24) , the transport entity assumes that either the other transport entity or the intervening network has failed. As a result, the timer closes the connection, and signals an abnormal close to the TS user. In the event that a transport entity fails and quickly restarts, half-open connections can be terminated more quickly by the use of the RST segment, the failed side returns an RST i to every segment i that it receives, when the RST i reaches the other side, it must be checked for validity based on the (25) number i, as the RST could be in response to an old segment, if the reset is valid, the transport entity performs an abnormal termination.
A. give-up B. abandon C. quit D. connection