
【名词&注释】
数据模型(data model)、应用程序(application)、主程序(main program)、本质区别(essential difference)、文件对话框(file dialog boxes)、初始化环境(preliminary environment)、每一个(every single)、控制台命令(console instructions)
[单选题]在线性链表的插入算法中,若要把结点q插在结点P后面,下列操作正确的是:( )
A. 使结点P指向结点q,再使结点q指向结点P的后件结点
B. 使结点q指向P的后件结点,再使结点P指向结点q
C. 使结点q指向结点P,再使结点P指向结点q的后件结点
D. 使结点P指向q的后件结点,再使结点q指向结点P
查看答案&解析
点击获取本科目所有试题
举一反三:
[多选题]下列AppWizard的说法错误的是:()。
A. AppWizard为各类应用程序提供了代码,其中包括多文档和对话框界面
B. AppWizard为各类应用程序提供了代码,其中包括数据库支持
C. AppWizard为各类应用程序提供了代码,其中包括对Windows Sockets的支持
D. AppWizard为各类应用程序提供了代码,其中包括控制台命令(console instructions)窗口
[单选题]下列( )事件过程可以将打开文件对话框的标题改变为“new Caption”。
A. Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowFont End Sub
B. Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowOpen End Sub
C. Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowHelp End Sub
D. Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowColor End Sub
[单选题]作为整个应用程序入口点的主程序至少应具有以下功能______。
A. 初始化环境(preliminary environment)
B. 初始化环境(preliminary environment),显示初始的用户界面
C. 初始化环境(preliminary environment),显示初始的用户界面,控制事件循环
D. 初始化环境(preliminary environment),显示初始的用户界面,控制事件循环,退出时恢复环境
[单选题]有以下程序: #include iostream> using namespace std; int main ( ) { int n[3],i,j,k = 2; for(i = 0;ik;i++) n[i] = O; for(i = O;ik;i++) { for(j = O;jk;j++) n[j] = n[i] + 1; } coutn [0 ] end1; return 0; } 上述程序运行后,输出结果是( )。
A. 1
B. 2
C. 3
[单选题]用二维表形式表示的数据模型是 ______。
A. 两次数据模型
B. 关系数据模型
C. 网状数据模型
D. 网络数据模型
[单选题]如果进栈序列为e1,e2,e3,e4,则可能的出栈序列是( )。
A. e3,e1,e4,e2
B. e4,e3,e2,e1
C. e3,e4,e1,e2
D. 任意顺序
本文链接:https://www.zhukaozhuanjia.com/download/54d4nz.html