单项选择题

数据库的故障恢复一般是由( )来执行恢复。

A.电脑用户
B.数据库恢复机制
C.数据库管理员
D.系统普通用户
<上一题 目录 下一题>
热门 试题

单项选择题
要求当鼠标在图片框Picture1中移动时,立即在图片中显示鼠标的位置坐标。下面能正确实现上述功能的事件过程是( )。
A.Private Sub Picture1_MouseMove(Button As Integer,Shift As integer,XAs Single,Y As Single)
Picture1.Print X,Y
EndSub
B.Private Sub Picture1_MouseMove(Button As Integer,Shift As Integer,XAs Single,Y As Single)
Print X,Y
EndSub
C.Private Sub Picture1_MouseDown(Button As Integer,Shift As Integer,XAs Single,Y As Single)
Picture.Print X,Y
End Sub
D.Private Sub Form_MouseMove(Button As Integer Shift As Integer,XAs Single,Y As Single)
Picture1.Print X,Y
End Sub
单项选择题
使用语句Dim A(1 To 10)As Integer声明数组A后,以下叙述正确的是( )。
A.A数组中的所有元素值为0
B.A数组中的所有元素值不确定
C.A数组中的所有元素值为Empty
D.执行语句“Erase A”后,A数组中的所有元素值为Null
相关试题
  • 有如下的一个函数过程: Function fn(By...
  • 下面程序运行时,若输入“Visual Basic P...
  • 单击命令按钮时,下列程序段的执行结果为(...
  • 一个工程中包含两个名称分别为Form1、Form...
  • 在窗体上画两个名称分别为Hscroll1、Hscro...