题目内容

巨型机的特点是容量大,速度快,功能强,主要用于气象预报、航天航空等领域。( )

A. 对
B. 错

查看答案
更多问题

A major reason for conflict in the animal world is territory. The male animal (21) an area. The size of the area is sufficient to provide food for him, his (22) and their offspring. Migrating birds, for example, (23) up the best territory in the order of "first come, first (24) ." The late arrivals may acquire (25) territories, but less food is available, or they are too close to the (26) of the enemies of the species. (27) there is really insufficient food or the danger is very great, the animal will not (28) . In this way, the members of the species which are less fit will not have offspring.When there is conflict (29) . territory, animals will commonly use force, or a (30) of force, to decide which will stay and which will go. It is interesting to note, however, that animals seem to use (31) the minimum amount of force (32) to drive away the intruder. There is usually no killing. In the (33) of those animals which are capable of doing each other great harm, (34) is a system for the losing animal to show the winning animals that he (35) to submit. When he shows this, the (36) normally stops fighting. Animals (especially birds), which can easily escape from conflict seem to have (37) obstacle against killing, and equally no mechanism (38) submission. The losing bird simply flies away. However, if two doves are (39) in a cage, and they start fighting, they will continue to fight until one kills the other. We all think of the dove as a symbol of peace and, in its natural habitat, it is peaceful. But the "peace" mechanism does not (40) in a cage. 25()

A. larger
B. better
C. smaller
D. worse

A major reason for conflict in the animal world is territory. The male animal (21) an area. The size of the area is sufficient to provide food for him, his (22) and their offspring. Migrating birds, for example, (23) up the best territory in the order of "first come, first (24) ." The late arrivals may acquire (25) territories, but less food is available, or they are too close to the (26) of the enemies of the species. (27) there is really insufficient food or the danger is very great, the animal will not (28) . In this way, the members of the species which are less fit will not have offspring.When there is conflict (29) . territory, animals will commonly use force, or a (30) of force, to decide which will stay and which will go. It is interesting to note, however, that animals seem to use (31) the minimum amount of force (32) to drive away the intruder. There is usually no killing. In the (33) of those animals which are capable of doing each other great harm, (34) is a system for the losing animal to show the winning animals that he (35) to submit. When he shows this, the (36) normally stops fighting. Animals (especially birds), which can easily escape from conflict seem to have (37) obstacle against killing, and equally no mechanism (38) submission. The losing bird simply flies away. However, if two doves are (39) in a cage, and they start fighting, they will continue to fight until one kills the other. We all think of the dove as a symbol of peace and, in its natural habitat, it is peaceful. But the "peace" mechanism does not (40) in a cage. 40()

A. appear
B. continue
C. apply
D. function

以下程序代码用来实现如下功能:单击命令按钮弹出对话框,在其中输入正数后单击确定,弹出一个提示信息显示刚才输入的正数,否则提示"error"。请填空。 Private Sub Command1_Click() Dim a As Integer,b As String a=InputBox("请输入一个正数") If a > 0 Then ______ Else b=MsgBox("error",0) End If End Sub

在窗体上画一个命令按钮,然后编写下列程序 Private Sub Command3_Click( ) Tcl 2 Tcl 3 Tel 4 End Sub Sub Tcl(a As Integer) Static x As Integer x=x + a Print x; End Sub 程序运行后,单击命令按钮,输出结果为

A. 2 3 4
B. 2 5 9
C. 3 5 4
D. 2 4 3

答案查题题库