学科分类

已选分类 工学计算机科学与技术计算机软件与理论
单选题RUP的分析类包括边界类、实体类和
进入题库练习
单选题 假设两个事务Tl,T2,其并发操作如下所示。下列评价正确的是 第一步第二步第三步 T1读A=100 A=A*2写回RollBack恢复A=100 T2读A=200 A、该操作不存在问题 B、该操作丢失更新 C、该操作不一致性检索 D、该操作读未提交的数据
进入题库练习
单选题 用二维表结构表示实体以及实体间联系的数据模型称为( ) A、网状模型 B、层次模型 C、关系模型 D、面向对象模型
进入题库练习
单选题当定时器产生时钟中断后, 由时钟中断服务程序更新的部分内容是( )
进入题库练习
单选题 下列程序实现简单的线程调度,请回答以下问题: 1 Thread myThread=new MyThreadClass(); myThread.start(); try { myThread.sleep(10000); } catch(InterruptedException e) { } myThread.stop(); 程序执行完第一行后,线程进入________状态; 程序执行完第二行后,线程进入________状态; 程序开始执行第五行时,线程进入________状态; 程序执行完第五行后,线程进入________状态; 程序执行完第十行后,线程进入________状态; A、新建状态 B、可运行状态 C、阻塞状态 D、终止状态
进入题库练习
单选题在Windows 系统中,要持续ping某主机,应使用( )选项。
进入题库练习
单选题打开已建查询的宏命令是( )。 A.OpenForm B.RunSQL C.OpenQuery D.B和C都对
进入题库练习
单选题 以下( )方法可以获取指定URL位置的声音。 A、showDocument(URL url) B、getAudioClip(URL url) C、getImage(URL url) D、showStatus(String str)
进入题库练习
单选题宏组是由( )组成的。 A.若干宏操作 B.子宏 C.若干操作指令 D.都不正确
进入题库练习
单选题以下程序代码的输出结果是 intk=7; do{ System
进入题库练习
单选题 与E-mail服务器信息交互时,Web浏览器就像一个E-mail客户程序,采用( )协议。 A、SNMP B、FTP C、HTTP D、SMTP
进入题库练习
单选题在TCP/IP协议栈中,远程登录采用的协议为( )。
进入题库练习
单选题 ( )不是新一代DBMS的显著特征。 A、支持面向对象数据模型 B、继承第二代数据库系统技术 C、数据库技术与其他科学技术内容紧密结合 D、支持触发器和存储过程
进入题库练习
单选题在IP传输中,用于查询和差错报告的协议是( ),它封装在(回答此处)报文中进行传送。
进入题库练习
单选题对 n 个互不相同的符号进行哈夫曼编码
进入题库练习
单选题 有两个关系R(A,B)和S(B,C),分别包含5000个和3000个元组,B是S的主码,则R│╳│S的元组数可能是( ) A、大于3000 B、小于等于5000 C、大于5000 D、以上答案都不对
进入题库练习
单选题面向对象分析阶段建立的三个模型中,核心的模型是( )模型。 A.功能 B.动态 C.对象 D.分析
进入题库练习
单选题 在抛出异常时,会自动调用这个异常的( )方法。 A、clone() B、getMessage() C、fillInStackTrace() D、toString()
进入题库练习
单选题The Internet of( 1)(IoT) describes physical objects that are embedded with Sensor,processing abilities,softwares,and other technologies that connect with other devices and systems over the ( 2) or other communication and exchange data networks .Over the past few years, IoT has become one of the most important technologies of the ( 3 ) centuryWe can connect objects to the Internet via embedded devices. By means of( 4) computing, the cloud, big data, and mobile technologies, physical things can share and collect data with minimal human intervention. Traditional fields of embedded systems,wireless ( 5) networks (WSNs),control systems,automation, independently and collectively enable IoT.回答5处
进入题库练习