【名词&注释】
生命周期(life cycle)、基本任务(basic task)、逻辑设计(logic design)、源程序(source program)、标识符(identifier)、首字母(first letter)、不允许(not allow)、下划线(underline)、支持环境设计
[单选题]数据库设计的四个阶段是:需求分析、概念设计、逻辑设计和( )
A. 编码设计
B. 测试阶段
C. 运行阶段
D. 物理设计
查看答案&解析查看所有试题
学习资料:
[单选题]在下列字符中,不允许(not allow)作为C++标识符的是( )。
A. b
B. B
C. -
D. 2
[单选题]模板函数的真正代码是在( )时候产生。
A. 源程序中声明函数时
B. 源程序中定义函数时
C. 源程序中调用函数时
D. 运行执行函数时
[单选题]以下程序的输出结果是 ______。 #includeiostream.h> #includestring.h> void main(){ char *p1=",hello",*p2="world!",str[50]:"Hii"; strcpy(str+2,p1); strcat(str,p2); coutstr; }
A. hello world!
B. ii,hello world!
C. Hi,hello world!
本文链接:https://www.51ksbd.net/show/v8gqrr.html