
【名词&注释】
不存在(there is no)、先进先出(first in first out)、线性表(linear list)、数据安全问题(data security problem)、记忆性(memory)、新文件(new file)
[单选题]数据库设计的根本目标是要解决
A. 数据共享问题
B. 数据安全问题
C. 大量数据存储问题
D. 简化数据维护
查看答案&解析
举一反三:
[单选题]下列关于队列的叙述中正确的是
A. 在队列中只能插人数据
B. 在队列中只能删除数据
C. 队列是先进先出的线性表
D. 队列是先进后出的线性表
[单选题]若有定义语句“doublex[5]={1.0,2.0,3.0,4.0,5.0},*p=x”,则错误引用X数组元素的是( )。
若有定义语句“doublex[5]={1.0,2.0,3.0,4.0,5.0},*p=x”,则错误引用X数组元素的是( )。
A. *pSX
B. *p
C. x[5]
D. *(p+1)
E. *x
[单选题]为了在按下Esc键时执行某个命令按钮的Click 事件过过程,需要把该命令按钮的一个属性设置为 True,这个属性是
A. Value
B. Default
C. Cancel
D. Enabled
[单选题]语句ofstreamf("DATA.DAT",ios_base::app|ios_base::binary);的功能是建立流对象f,试图打开文件DA-TA.DAT并与之连接,而且( )。
A. 若文件存在,将文件指针定位于艾件首;若文件不存在,建立一个新文件(new file)
B. 若文件存在,将其截为空文件;若文件不存在,打开失败
C. 若文件存在,将文件指针定位于文件尾;若文件不存在,建立一个新文件(new file)
D. 若文件存在,打开失败;若文件不杉在,建立一个新文件(new file)
[单选题]设在工程中定义了如下类型: Type stutype ino As Integer strname As String*20 strsex As String* 1 smark As Single End Type在窗体上正确使用这个类型的是下列哪个操作( )。
A. Sub Commandl_Click0 Dim student As Stutype With student .ino = 12 . strname = smith .strsex = .smark = 89 End With End Sub
B. Sub Commandl_Click0 Dim student As Stutype With student .ino = 12 .strname = "smith" .strscx = "男" .smark = 89 End With End Sub
C. Sub Commandl_Click0 Dim student As Stutype With Stutype ino = 12 .strname = "smith" .strsex = "男" .smark = 89 End With End Sub
D. Sub Command1 _Click() Dim student As Stutype With student .ino = 12 .strname = "smith" .strsex = "男" .smark = 89 End student End Sub
本文链接:https://www.zhukaozhuanjia.com/download/w9lq95.html