单项选择题
下列4项中说法不正确的是
A.数据库减少了数据冗余
B.数据库中的数据可以共享
C.数据库避免了一切数据的重复
D.数据库具有较高的数据独立性
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
下列程序段的执行结果为 a=2 b=0 Select Case a Case 1 Select Case b Case 0 Print * * 0 * * Case 1 Print * * 1 * * End selec Case 2 Print * * 2 * * End Select
A.* * 0 * *
B.* * 1 * *
C.* * 2 * *
D.0
点击查看答案&解析
单项选择题
在窗体上画一个名称为Drive1的驱动器列表框,一个名称为Dir1的目录列表框,一个名称为File1的文件列表框,两个名称分虽为Lahel1、Label2,标题分别为空白和 共有文件 的标签。编写程序,使得驱动器列表框与目录列表框、目录列表框与文件列表框同步变化,并且在标签Label1中显示当前文件夹中文件的数量。如图所示。能够正确实现上述功能的程序是
A.Private Sub Dir1_Change( ) FilePath=Dir1.Path End Sub Private Sub Dive1_Change( ) Dir1.Path=Drive1.Drive Label1,Caption=File1 ListCount End Sub
B.Private Sub Dir1_Change( ) FilPath=Dtr1.Path End Sub privage Sub Dive1_Change( ) Dir1.path=Drive1.Drive Lahel1.Caption=File1.List End Sub
C.Private Sub Dir1_Change( ) File1. Path = DirPath Label1.Caption=File1, ListCount End Sub Private Sub Drive1_Change( ) Dir1.Path = Drive1. Drive Label1.Captiol1 = File1.ListCount End Sub(
D.Private Sub Dir1_Change( ) File Path = DirPath Label1.Caption = File1.ListCount End Sub Private Sub Dive1_Change( ) Dir1.Path = Drive1.Drive Label1.Caption = File1.List End Sub
点击查看答案&解析
相关试题
有如下事件过程,单击命令按钮扣,输出结果...
设在窗体上有一个文本框,然后编写如下的事...
在窗体上画一个通用对话框图,其Name属性为...
设已经在菜单编辑器中设计了窗体的快捷菜单...
Visual Basic中的数值可以用十六进制或八...