In the following essay, each blank has four choices. Choose the best answer and write-down on the answer sheet.
Microwave communication uses high-frequency(71)waves that travel in straightlines through the air. Because the waves cannot(72)with the curvature of the earth, they can be(73)only over short distance. Thus, microwave is a good(74)for sending data between buildings in a city or on a large college campus. For longer distances, the waves must be relayed by means of "dishes" or(75). These can be installed on towers, highbuildings, and mountain tops.
A.optical
B.radio
C.electrical
D.magnetic
第1题:
第2题:
关于成本路径的输出类型,下列说法不正确的是()
A.输出类型可以是EACH_CELL。
B.输出类型可以是EACH_ZONE。
C.输出类型可以是BEST_SINGLE。
D.输出类型可以是EACH_SINGLE。
第3题:
关于成本路径的输出类型,下列说法正确的是()
A.输出类型可以是EACH_CELL。
B.输出类型可以是EACH_ZONE。
C.输出类型可以是BEST_SINGLE。
D.输出类型可以是EACH_SINGLE。
第4题:
4、关于成本路径的输出类型,下列说法不正确的是()
A.输出类型可以是EACH_CELL。
B.输出类型可以是EACH_ZONE。
C.输出类型可以是BEST_SINGLE。
D.输出类型可以是EACH_SINGLE。
第5题:
下列对枚举类型的使用的代码中错误的是()。
A.enum {no, yes, none}answer; if (answer == yes) { printf("Yesn"); }
B.enum response{no = -1, yes = 1, none = 0}; enum response answer;
C.answer = yes; printf("%d", answer);
D.answer = "yes"; printf("%s", answer);
第6题:
要在新窗口打开一个链接指向的网页需要用到()
A.href=”_blank”
B.name=”_blank”
C.target=”_blank”
D.href=”#blank”