【名词&注释】
汇编语言(assembly language)、存储空间(storage space)、存储单元(memory cell)、冗余度、程序结构(program structure)、局部变量(local variable)、汇编程序(assembler)、系统资源(system resources)、运行时(run-time)、从左到右(from left to right)
[单选题]数据库DB、数据库系统DBS、数据库管理系统DBMS之间的关系是
A. DB包含DBS和DBMS
B. DBMS包含DB和DBS
C. DBS包含DB和DBMS
D. 没有任何关系
查看答案&解析查看所有试题
学习资料:
[单选题]在关系中凡能惟一标识元组的最小属性集称为该表的键或码。二维表中可能有若干个键,它们称为该表的( )。
A. 连接码
B. 关系码
C. 外码
D. 候选码
[单选题]说明数组后,数组元素的初值是( )。
A. 整数0
B. 值
C. 逻辑真
D. 逻辑假
[单选题]以下叙述不正确的是 ______。
A. 在Sub过程中可以调用Function过程
B. 在用Call调用Sub过程时必须把参数放在括号里
C. 在Sub过程中可以嵌套定义Function
D. 用Static声明的过程中的局部变量都是Static类型
[单选题]实现算法所需要的存储单元的多少称为( )。
A. 空间复杂度
B. 可实现性
C. 时间复杂度
D. 困难度
[单选题]写出下面程序的输出( )。 public class Test { public static void main (String args[ ]) { iht x=1, y=2; System. out. println ("result="+x+y); System. out. println ("result="+(x+y));
A. result=12 result=12
B. result=3 result=3
C. result=3 result=12
D. result=12 result=3
[单选题]下面程序段的输出结果是 class Test{ public static void main(String args[]){ MyThread t=new MyThread(); t.displayOutput("t has been created)); t.start(); } } class MyThread extends Thread{ public void displayOutput(String s){ System.out.println(s); } public void run(){ displayOutput(t is running."); } }
A. t has been created.
B. t has been created. t is running.
C. t is running.
D. 编译出错
[单选题]下列叙述中正确的是( )。
下列叙述中正确的是( )。
A. 算法就是程片B. 设计算法时只需要考虑数据结构的设计SXB
B. 算法就是程片
C. 设计算法时只需要考虑数据结构的设计
D. 设计算法时只需要考虑结果的可靠性
E. 以上三种说法都不对
[单选题]计算机能直接执行的程序是( )。
A. 源程序
B. 目标程序
C. 汇编程序(assembler)
D. 可执行程序
本文链接:https://www.51ksbd.net/show/7djper.html