单项选择题
In information theory, "information" is regarded as knowledge which reduces or removes (71) about the occurrence of a specific event from a given set of possible events. The concept "event" is to be understood as used in the theory of probability. For instance, an event may be the occurrence of a (72) character or word in a given message or in a given position of a message. In communication theory, channel is defined as that part of a communication system that connects the message source with the message sink. An encoder may be inserted between the message source and the input to the channel, and a (73) between the output of the channel and the message sink. Generally, these two units are not considered as being parts of the channel. In certain cases, however, they may be considered as pans of the message source and message sink, (74) . In information theory (75) to Shannon, the channel can be characterized by the set of conditional probabilities of occurrence of all the messages received at the message sink when a given message emanates from the message source.
(71)是()
A.uncertainty B.unreliability C.randomness D.inconsistency
单项选择题 程序设计语言一般都提供多种循环语句,例如实现先判断循环条件再执行循环体的 while语句和先执行循环体再判断循环条件的do-while语句。关于这两种循环语句,在不改变循环体的条件下, (21) 是正确的。