选择题10. 以下关于Linux操作系统内存的描述中,正确的有______。
选择题11. 以下不属于网络安全控制技术的是______。
选择题 在竞态条件(Race condition)的情况下,两个线程执行如下代码段
选择题1. 下面系统中,不属于关系型数据库管理系统的是______。
选择题3. 下列关于视图与基本表的对比描述中,正确的是______。
选择题 已知一棵二叉树的前序遍历结果是ACDEFHGB,中序遍历结果是DECALHFBG
选择题5. Note the following functionalities of various background processes: 1. Record the checkpoint information in data file headers. 2. Perform recovery at instance startup. 3. Cleanup unused temporary segments. 4. Free the resources used by a user process when it fails. 5. Dynamically register database services with listeners. 6. Monitor sessions for idle session timeout. Which option has the correct functionalities listed for a background process?______
选择题6. 用树形结构表示实体之间联系的模型是______。
选择题 有字符序列{Q,H,C,Y,P,A,M,S,R,D,F,X},则新序列{F,H,C,D,P,A
选择题13. IP地址131.153.12.71是一个______IP地址。
选择题18. 每个使用Swing构件的程序必须有一个______
选择题5. 在一个关系R中,如果每个数据项都是不可再分割的,那么R一定属于______。
选择题39. 在一个具有n个顶点的无向图中,要连通全部顶点至少需要______条边。
选择题27. 以下不是JSP操作指令的是______。
选择题1. 有如下代码: String a="Hello"; String b="Hello"; String c=new String("Hello"); String d=new Sning("Hello"); 以上表达式中,返回值为真的有______。
选择题6. 有如下代码: public class Test { public static void stringReplace(String text) { text=text+"c"; } public static void bufferReplace(StringBuffer text) { text=text.append("c"); } public static void main(String args[]) { String textString=new String("ab"); StringBuffer textBuffer=new StringBuffer("ab"); stringReplace(textString); bufferReplace(textBuffer); System.out.pIintln(textString+textBuffer); } } 当编译并运行上面程序时,输出结果是______。
选择题30. 下面不是response对象的方法的是______。
选择题6. 下面有关forward和redirect的描述中,正确的是______。
选择题2. 下列说法错误的是______。
选择题1. RDBMS是下列哪一项的缩写?______
