进行扑灭廊(隧)道、通风不良的场所的电缆头着火时,应戴上()及绝缘手套,并穿上绝缘鞋。
A.钢盔
B.氧气呼吸保护器
C.防电弧面罩
D.安全帽
参考答案:B
在窗体上画一个名称为Text1的文本框,要求文本框只能接收大写字母的输入。以下能实现该操作的事件过程是
A.Private Sub Text1_KeyPress(KeyAscii As Intege If KeyAscii < 65 Or KeyAscii > 90 Then MsgBox "请输入大写字母" KeyAscii = 0 End If End Sub
B.Private Sub Text1_KeyDown(KeyCode As Integer, Shift As Intege If KeyCode < 65 Or KeyCode > 90 Then MsgBox "请输入大写字母" KeyCode = 0 End If End Sub
C.Private Sub Text1_MouseDown(Button As Integer,_ Shift As Integer, X As Single, Y As Singl If Asc(Text1.Tex < 65 Or Asc(Text1.Tex > 90 Then MsgBox "请输入大写字母" End If End Sub
D.Private Sub Text1_Change() If Asc(Text1.Tex > 64 And Asc(Text1.Tex < 91 Then MsgBox "请输入大写字母" End If End Sub
元素X的最高正价和负价的绝对值之差为6,元素Y原子次外层与元素X原子次外层均为8个电子,X、Y的离子具有相同的电子排布,X、Y形成的化合物是( )
A.MgF2
B.MgCl2
C.CaCl2
D.CaBr2