某小儿体重为15kg,A药物的成人量为每日2g,B药物的小儿剂量为每日每公斤体重 40mg。 该小儿B药物的剂量为
A. 每日500mg
B. 每日600mg
C. 每日700mg
D. 每日800mg
E. 每日900mg
查看答案
有如下程序: Private Sub Command1_Click() Dim i As Integer, j As Integer Dim sum As Integer n=1 Do j=1 Do sum = sum + j j=j+1 Print j; Loop Until j > 3 n=n+2 Loop Until n > 10 Print sum End Sub 运行上述程序,外层Do循环执行的次数为( )。
A) 4
B) 5
C) 7
D) 10
窗体的MouseUp事件过程如下: Private Sub Form_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single) … End Sub 关于以上定义,以下叙述中错误的是( )。
A) 根据shift参数,能够确定使用转换键的情况
B) 根据X、Y参数可以确定触发此事件时鼠标的位置
C) Button参数的值是在MouseUp事件发生时,系统自动产生的
D) MouseUp是鼠标向上移动时触发的事件
设工程文件中包名称分别为Form1、Form2的两个窗体,且Form1的菜单属性设置如下: 标题(p) 名称(m) 内缩符号 Index 窗体 Mnu() 无 显示窗体2 Mnu1 1 1 退出 Mnu1 1 2 窗体Form1中的程序如下: Dim Flag As Boolean Private Sub Form_Load() Flag = True End Sub Private Sub mnu1_Click(index As Integer) If Index = 1 Then If Flag = True Then Form2. show mnu1 (1). Caption = "隐藏窗体2" Flag = False Else Form2. Hide mnu1 (1). Caption = "显示窗体2" Flag = True End If End If If Index = 2 Then End End Sub 关于上述程序,以下叙述中错误的是( )。
A) Index属性的值可以用来区分控件数组元素
B) Index为1的菜单项的标题可能会改变
C) 两个名称均为Mnu1的菜单项构成一个控件数组
D) 语句Form2. Hide将Form2卸载
Questions 10-13Complete the summary below.Choose NO MORE THAN TWO WORDS from the text for each answer.Write your answers in boxes 10-13 on your answer sheet.Freebie marketing is not permitted by law for either illegal or legal (10) products. This type of promotion of goods such as tobacco and alcohol is not considered worth the (11) and has consequently been outlawed."Tying" is also prohibited. This is when the sale of an attractive product is (12) on the purchase of another. It tends to occur when the seller takes advantage of a natural monopoly and is generally considered to be 13 (13) . 10()