中兴笔试题和面试题答案与答案(二)
11、 作业调度程序从处于( )状态的队列中选择适当的作业的作业投入运行
后备
12、 ATM采用的线路复用方式为( )异步时分多路复用
13、 什么是分布式数据库
14、 什么是虚拟设备?为什么在操作系统中引入虚拟设备?
虚拟内存:
由于系统在运行时有很多信息需要处理,内存有时不够用,就在硬盘上开辟一个区域,用来临时存放内存中放不下并不是经常访问的数据,并且和内存一样,关机后虚拟内存中的数据也丢失。
虚拟光驱、光盘、软驱、软盘,虚拟网卡,就是虚拟设备
15、 在一个表里,有很多字段,每个字段的值有很多重复的,让你用写个SQL语句,把每个字段中出现次数最多的值列出来,并在这个值的前面加上一个-1(如果涉及到多张表,请把别的表中的重复数据也一并修改)
比如有年龄和工资两个字段,里面出理次数最多的是18和3000,找出来并改成-118和-13000
16、 TCp为何采用三次握手来建立连接,若采用二次握手可以吗,请说明原因
TCp 协议栈的弱点:TCp 连接的资源消耗,其中包括:数据包信息、条件状态、序列号等。通过故意不完成建立连接所需要的三次握手过程,造成连接一方的资源耗尽。
通过攻击者有意的不完成建立连接所需要的三次握手的全过程,从而造成了C 机器的
资源耗尽。
17、 简述电路交换和分组交换的区别及优缺点。
18、
1)Which statement shows the maximum salary paid in each job category of each department?_______W=
A. select dept_id, job_cat,max(salary) from employees where salary > max(salary);l?_[3N
B. select dept_id, job_cat,max(salary) from employees group by dept_id,job_cat;o(hh@Q
C. select dept_id, job_cat,max(salary) from employees;_ZTRH<
D. select dept_id, job_cat,max(salary) from employees group by dept_id;`AA
E. select dept_id, job_cat,max(salary) from employees group by dept_id,job_cat,salary;})X/
©达内IT技术论坛—中国人学Java、学C++、学C#/.Net、学软件、学IT的地方 -- 达内科技论坛
2)description of the students table:7
sid_id number-_.
start_date date4
end_date dateF
which two function are valid on the start_date column?_________。L
A. sum(start_date)d=p
B. avg(start_date)]#=w-v
C. count(start_date)%UT "A
D. avg(start_date,end_date)3
E. min(start_date) %
F. maximum(start_date)\5kmwa
©达内IT技术论坛—中国人学Java、学C++、学C#/.Net、学软件、学IT的地方 -- 达内科技论坛 Q;CL4
3)for which two constraints does the oracle server implicitly create a unique index?______。Yu
A. not nulluy(
B. primary|AG^
C. foreign key
D. check`q
E. uniqueC|*a
©达内IT技术论坛—中国人学Java、学C++、学C#/.Net、学软件、学IT的地方 -- 达内科技论坛 o/
4)in a select statement that includes a where clause,where is the group by clause placed in the select statement?______。^IXC^
A. immediately after the select clause@[
B. before the where clauseK
C. before the from clauseM+=m
D. after the order by clauseW0
E. after the where clauseq?&{n
©达内IT技术论坛—中国人学Java、学C++、学C#/.Net、学软件、学IT的地方 -- 达内科技论坛 EDq6
5)in a select statement that includes a where clause,where is the order by clause placed in the select statement?______.\5R6;
A.immediately after the select clausezJ\\a5H
B.before the where clause!~
C.after all clauseRAl+K=
D.after the where clauseCRs
E.before the from clauseHVx
©达内IT技术论坛—中国人学Java、学C++、学C#/.Net、学软件、学IT的地方 -- 达内科技论坛 ,mi<
6)evaluate there two sql statements______.m lx
Select last_name,salary from employees order by salary;H^SLL
Select last_name,salary from employees order by 2 asc;,:
A.the same result B.different result C.the second statement returns a syntax error)_hO
©达内IT技术论坛—中国人学Java、学C++、学C#/.Net、学软件、学IT的地方 -- 达内科技论坛 AZsn
7) you would like to display the system date in the format“20051110 14:44:17”。Which select statement should you use?______。uRI
A. select to_date(sydate,’yearmmdd hh:mm:ss’)from dual;U--+-
B. select to_sydate,’yearmonthday hh:mi:ss’)from dual;J0!D 6
C. select to_date(sydate,’yyyymmdd hh24:mi:ss’)from dual;.
D. select to_sydate,’yyyymmdd hh24:mi:ss’)from dual;?
E. select to_sydate,’yy-mm-dd hh24:mi:ss’)from dual;_j
©达内IT技术论坛—中国人学Java、学C++、学C#/.Net、学软件、学IT的地方 -- 达内科技论坛 w|
8)which select statement will the result ‘ello world’from the string‘Hello world’?______.B=
A. select substr(‘Hello World’,1)from dual;#s)`4M
B. select substr(trim(‘Hello World’,1,1))from dual;wNsi
C. select lower(substr(‘Hello World’,1))from dual;sG9
D. select lower(trim(‘H’from‘Hello World’))from dual;-
©达内IT技术论坛—中国人学Java、学C++、学C#/.Net、学软件、学IT的地方 -- 达内科技论坛 [
9)which are DML statements(choose all that apply)______.aRb!H
A.commit B.merge C.D. E.creat F.dropc
10)Select 语句中用来连接字符串的符号是______.kMc`W
A. “+” B. “&” C.“||” D.“|”Jjl
©达内IT技术论坛—中国人学Java、学C++、学C#/.Net、学软件、学IT的地方 -- 达内科技论坛 z[(s
问答题: 什么是聚集索引,什么是非聚集索引,什么又是主键?Wup%b
©达内IT技术论坛—中国人学Java、学C++、学C#/.Net、学软件、学IT的地方 -- 达内科技论坛 l/
、学软件、学IT的地方 -- 达内科技论坛 J^s)
国人学Java、学C++、学C#/.Net、学软件、学IT的地方 -- 达内科技论坛 ,Y><&~
©达内IT技术论坛—中国人学Java、学C++、学C#/.Net、学软件、学IT的地方 -- 达内科技论坛 bfh|sq
©达内IT技术论坛—中国人学Java、学C++、学C#/.Net、学软件、学IT的地方 -- 达内科技论坛 Ld