ImageVerifierCode 换一换
格式:DOCX , 页数:31 ,大小:25.34KB ,
资源ID:1058324      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bingdoc.com/d-1058324.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(话务转正考题 500字.docx)为本站会员(b****2)主动上传,冰点文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰点文库(发送邮件至service@bingdoc.com或直接QQ联系客服),我们立即给予删除!

话务转正考题 500字.docx

1、话务转正考题 500字 question 1 分数: 1 在unix环境下,对一个文件或者设备文件名file1,做软连接(符号连接),连接到文件file2,所使用的命令是( a) 选择一个答案 a. ln -s file1 file2 b. ln file2 file1 c. ln file1 file2 d. link file1 file2 question 2 分数: 1 命令ls -lrt不能显示出的信息有( a) 文件大小 文件所属用户 隐藏文件 文件类型 子目录下的文件 文件创建时间 选择一个答案 a. b. c. d. question 3 分数: 1 你用vi编辑器编写了一个脚

2、本文件shell.sh,你想将改文件名称修改为shell2.sh,下列命令哪个命令可以实现?( b) 选择一个答案 a. ls shell.sh >shell2.sh b. mv shell.sh shell2.sh c. ll shell.sh >shell2.sh d. cp shell.sh shell2.sh question 4 分数: 1 以下哪个grep用法可以忽略大小写过滤关键字,即可以过滤出类似local的关键字( ) 选择一个答案 d a. ps -ef |grep -v local b. ps -ef |grep -d local c. ps -ef |gre

3、p -s local d. ps -ef |grep -i local question 5 分数: 1 当你使用操作系统命令来安装软件包时,必须知道你所使用的unix系统类型,查看unix操作系统的类型,所使用的命令是( d)选择一个答案 a. hostname b. type c. hostid d. uname -a question 6 分数: 1 硬件设备在solaris主机上是如何表示的? (b ) 选择一个答案 a. 作为设备插件 b. 作为特殊文件 c. 作为数据库项 d. 在控制面板表示 question 7 分数: 1 使用gzip命令压缩后,压缩文件的格式是( b) 选择

4、一个答案 a. *.bz b. *.gz c. *.z d. *.bz2 question 8 分数: 1 在solaris中,查看自己机子的ip地址,子网掩码等网络适配器的配置、状态,所使用的命令是(d ) 选择一个答案 a. /usr/sbin/ifconfig b. /usr/sbin/ipconfig c. /usr/sbin/ipconfig -a d. /usr/sbin/ifconfig -a question 9 分数: 1 对文件file1打包成file.tar,所使用的命令是( d) 选择一个答案 a. tar -xvf file1 file.tar b. tar -xvf

5、 file.tar file1 c. tar -cvf file1 file.tar d. tar -cvf file.tar file1 question 10分数: 1 在unix系统下,修改文件的属主所使用的命令是(b ) 选择一个答案 a. chgrp b. chown c. chmod d. chroot question 11 分数: 1 运行级别5的使用目的是什么? ( d) 选择一个答案 a. 硬件维护状态 b. 初始多用户状态 c. 系统管理状态 d. 关闭电源 question 12 分数: 1 从vi编辑器中,保存修改过的文件并退出,所使用的命令是(c ) 选择一个答案

6、a. :w! b. :q! c. :wq! d. :q question 13 分数: 1 在unix环境下,从一个用户切换到另一个用户操作,所使用的命令是( c) 选择一个答案 a. groupmod b. usermod c. su d. ch question 14 分数: 1 下面哪一个文件存放了系统可以登录的用户名和用户登录时所使用的shell(a ) 选择一个答案 a. /etc/passwd b. /etc/mnttab c. /etc/shadow d. /etc/inintab 分数: 1 对一个文件file1,其权限是r-xr-xr-,现在要修改其权限为所有者可读可写,同组

7、可读,其他人可执行,所使用的命令是( a) 选择一个答案 a. chmod u=rw,g-x,o=x file1 b. chmod u+w,g=r,o=x file1 c. chmod 642 file1 d. chmod u=rw,g-x,o-r file1 question 16 分数: 1 哪一个文件决定了要装载的内核模块和内核参数?( b) 选择一个答案 a. /etc/modules/.conf b. /etc/system c. /etc/conf/.modules d. /etc/default/login question 17 分数: 1 在sun系统的obp(openboo

8、t prom)模式下,哪个命令用来显示系统从哪一个默认的启动设备上启动?(d) 选择一个答案 a. probe-scsi b. banner c. devalias d. printenv question 18 分数: 1 在unix系统中,如果要修改telnet服务的端口为8088,哪么要修改哪个文件?( a) 选择一个答案 a. /etc/services b. /etc/nsswitch.conf c. /etc/telnetd d. /etc/inetd.conf question 19 分数: 1 查看当前操作系统上sys用户的所有进程所使用的命令是( b) 选择一个答案 a. p

9、s -elu sys b. ps -ef sysd. ps -elt sys question 20 分数: 1 在solaris操作系统中,取消不必要的服务,需要修改什么文件(a ) 选择一个答案 a. /etc/inetd.conf b. /etc/.inetd.conf c. /etc/.confige d. /etc/.profile question 21 分数: 1 哪一个solaris 8 命令在/devices目录下创建专门的设备文件,在/dev下创建其逻辑连接?(d) 选择一个答案 a. ports b. devlinks c. disks d. devfsadm quest

10、ion 22 分数: 1 sun的系统中,哪一个表示的物理设备是/pci1f,0/pci1,1/ide3/dad0,0?( a) 选择一个答案 a. /dev/dsk/c0t0d0 b. /dev/dsk/c0t0d1 c. /dev/dsk/c0t1d0 d. /dev/dsk/c1t0d0 question 23 分数: 1 命令cp a b report,则report意味着什么?( b) 选择一个答案 a. an option b. a directory c. a user name d. a file question 24 分数: 1 控制用户可以使用cron的文件是(b ) 选

11、择一个答案 a. /var/spool/cron/crontabs/cron.allow 和 /var/spool/cron/crontabs/cron.denyb. /etc/cron.d/cron.allow 和 /etc/cron.d/cron.deny c. /etc/crontab/cron.allow 和 /etc/crontab/cron.deny d. /var/spool/cron.allow 和 /var/spool/cron.deny question 25 分数: 1 在solaris中,查看系统中已经安装的patch情况,所用的命令是( c) 选择一个答案 a. pa

12、tchchk b. patchadd c. showrev -p d. patch question 26 分数: 1 下面关于关系数据库标准语言sql语句功能的叙述错误的是( b) 选择一个答案 a. 能够实现对数据进行插入、删除操作 b. 不能实现对数据的求和、计算平均值等 c. 对单个或多个基本表和视图进行数据查询 d. 能够对查询的结果进行多关键字排序 question 27 分数: 1 在sql数据库中,关于视图的说法错误的是(c ) 选择一个答案 a. 用户可以用sql语言对视图操作 b. 视图并不对应于存储在数据库中的文件,因此视图实际是一个虚表 c. 视图是从一个或多个基本表导

13、出的表,用户不可以在视图上再定义视图 d. 面向用户的模式对应于视图和部分基本表 question 28 分数: 1 sql语言中,删除一个表的命令是( d) 选择一个答案 a. remore b. clear c. delete d. drop question 29 分数: 1 下面有关索引的描述正确的是(a ) 选择一个答案a. 创建索引是创建一个指向数据库表文件记录的指针构成的文件 b. 建立索引以后,原来的数据库表文件中记录的物理顺序将被改变 c. 使用索引并不能加快对表的查询操作 d. 索引与数据库表的数据存储在一个文件中 question 30 分数: 1 在oracle中,在手

14、工创建数据库的情况下,执行create database语句前应当执行以下哪条命令来启动实例?( ) 选择一个答案 a. startup mount b. startup nomount c. startup restrict d. startup instance question 31 分数: 1 现要从学生选课表中查找缺少学习成绩(g)的学生学号,课程号,相对应的sql语句如下,将其补充完整,正确地选项是( ) select s#,c# from sc where _b_ 选择一个答案 a. g=null b. g is null c. g=0 d. g<=0 question 3

15、2 分数: 1 在创建数据库表结构时,为该表中一些字段建立普通索引,其目的是 ( d) 选择一个答案 a. 改变表中记录的物理顺序 b. 加快数据库表的更新速度 c. 为了对表进行实体完整性的约束 d. 加快数据库表的查询速度 question 33 分数: 1 在informix数据库中,下列所述状态不是数据库所处的状态的是(b ) 选择一个答案 a. offline b. quiescent c. onmode d. online question 34 分数: 1 在oracle中以下哪个语句可以成功创建一个用户?( c) 选择一个答案 a. create user susan; b.

16、create new user susan default; c. create user susan identified by blue; d. create new user susan identified by blue; question 35 分数: 1 在oracle数据库中,数据库在运行过程中,不需要使用的文件是( ) 选择一个答案 a. 归档重做日志文件 b. 联机重做日志文件 c. 数据文件 d. 控制文件 question 36 分数: 1 在oracle中,你需要永久的删除student表中的所有数据,并且在以后你还要用到student的表结构,你将用哪一个语句?(

17、c) 选择一个答案 a. truncate table student; keep structure; b. drop table student; c. delete * from student; d. truncate table student; question 37 分数: 1 关于关系表,下面哪一个是正确的?( b) 选择一个答案 a. the subset of all the rows and columns in the table that are visible to all users in the database system b. the one column

18、 that uniquely identifies a row in the table c. the id and password needed to access the table d. a minimal subset of columns that uniquely identifies a row in the table question 38 分数: 1 下列sql语句中,哪一个能够正确的查询出每一个部门中每一种工作类型的最大工资?( b) 选择一个答案 a. select dept_id, job_cat,max(salary) from employees group b

19、y dept_id,job_cat,salary; b. select dept_id, job_cat,max(salary) from employees group by dept_id,job_cat;c. select dept_id, job_cat,max(salary) from employees where salary > max(salary); d. select dept_id, job_cat,max(salary) from employees group by dept_id; question 39 分数: 1 分析下面的sql语句,当执行时会产生一个

20、错误。下面哪个选项可以纠正这个错误?( d)select i.id_number, m.id_number from inventory i, manufacturer m where i.manufacturer_id = m.id_number order by inventory.description; 选择一个答案 a. 在 where 子句中删除表的别名 b. 在 where 子句中用表名替换表的别名 c. 在 order by 子句中,删除表名,仅用列名 d. 在 order by 子句中使用表的别名 question 40 分数: 1 什么时候一个索引将减慢查询的速度?( c)

21、 选择一个答案 a. 表的数据量非常小 b. 索引列被用在了where子句中 c. 索引列包含了大量的空值 d. 索引列包含了大量的不同的值 question 41 分数: 1 评价下面两个sql语句,下面描述哪个是正确的?(c ) select last_name,salary from employees order by salary; select last_name,salary from employees order by 2 asc; 选择一个答案 a. different result b. the second statement returns a syntax erro

22、r c. the same result d. the first statement returns a syntax error question 42 分数: 1 你想以20051110 14:44:17格式来显示系统时间,你将用哪一个select语句?(选择一个答案 a. select to_date(sysdate,yyyymmdd hh24:mi:ss)from dual; b. select to_char(sysdate,yy-mm-dd hh24:mi:ss)from dual; c. select to_date(sysdate,yearmmdd hh:mm:ss)from

23、 dual; d. select to_char(sysdate,yyyymmdd hh24:mi:ss)from dual; a)question 43 分数: 1 用户scott正在执行update语句,使用以下哪几种方法可以关闭实例?(c ) 选择一个答案 a. shutdown normal b. shutdown transactional c. shutdown immediate d. shutdown question 44 分数: 1 关于视图的描述,下面哪个是不正确的?( b) 选择一个答案 a. 视图可以简化查询的书写。 b. 视图可以限制对数据的访问。 c. 视图可以提

24、高系统的性能。 d. 让不同的用户看到不同的数据。 question 45 分数: 1 设有一个关系student(学号,姓名,系名,课程号,成绩),查询至少选修了四门课程的学生学号、姓名及平均成绩的select语句应该是: select 学号,姓名,avg(成绩) as 平均成绩 from student group by _4_ having _5_ 题中group by子句应填入的内容是(d ) 选择一个答案 a. 学号 b. 姓名 c. 系名 d. 课程号 question 46 分数: 1 oracle server对哪两种约束隐含的创建一个惟一索引?( b) 选择一个答案 a. c

25、heck and primary b. primary and unique c. not null and primary d. foreign key and unique question 47 分数: 1 设有一个关系student(学号,姓名,系名,课程号,成绩),查询至少选修了四门课程的学生学号、姓名及平均成绩的select语句应该是:select 学号,姓名,avg(成绩) as 平均成绩 from student group by _4_ having _5_ 题中的having子句应该填入的内容是( a) 选择一个答案 a. count(课程号)>3 b. count(

26、distinct 学号)>3 c. count(课程号)>=3 d. count(distinct 学号)>=3 question 48 分数: 1 连接到数据库返回错误消息 ora-01034 oracle not available.的原因?( ) 选择一个答案 a. 指定无效的用户名 b. 无效的用户口令 c. 例程未运行 d. 没有监听器 question 49 分数: 1 关于事务的故障与恢复,下列描述正确的是?( ) 选择一个答案 a. 系统故障的恢复只需进行重做(redo)操作 b. 对日志文件设立检查点目的是为了提高故障恢复的效率 c. 事务日志是用来记录事务

27、执行的频度 d. 采用增量备份,数据的恢复可以不使用事务日志文件 question 50 分数: 1 在oracle中,你将使用哪个命令增加name列的长度到25?( c) 选择一个答案 a. alter employee table modify column name varchar2(25) b. alter employee table modify column (name varchar2(25) c. alter table employee modify name varchar2(25) d. alter table employee rename name varchar2

28、(25) question 51 分数: 1 你想显示一下没有被安排任何部门的员工,分析下面的sql语句,下列表述哪一个是正确 ( informix中执行会报错) select empno,sal,deptno from emp where deptno = null; 选择一个答案 a. the operator in the where clause should be changed to display the desired results. b. the column in the where clause should be changed to display the desi

29、red results.c. the where clause should be changed to use an outer join to display the desired results. d. the sql statement displays the desired results. 52 分数: 1 修改表inventory的字段price,使其精度减少到6位,带小数2位,当在插入数据时,price字段没有值时,价格$5.00默认自动插入。表inventory中没有记录。你将使用哪个语句? 选择一个答案 b a. alter table inventory modify

30、 (price number(6,2) default 5) b. alter table inventory modify column (price number(6,2) default $5.00) c. you cannot reduce the size of a column. d. alter table inventory add or replace (price number(8,2) default 5) question 53 分数: 1 以下哪块内存区域用于存储数据字典信息?( ) 选择一个答案 a. pga b. 共享池 c. 数据高速缓存 d. 重做日志缓冲区 question 54 分数: 1 ip地址由一组多少位的二进制数字组成。(c) 选择一个答案 a. 8位 b. 16位 c. 32位 d. 64位 question 55 分数: 1 关于ip协议

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2