📄 神州泰岳测试试题(笔试).htm
字号:
<HTML>
<HEAD>
<title>神州泰岳测试试题(笔试)</title>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<style type="text/css">
A{TEXT-DECORATION: none}
A:link {COLOR: #666666; FONT-FAMILY: 宋体; TEXT-DECORATION: none}
A:visited {COLOR: #666666; FONT-FAMILY: 宋体; TEXT-DECORATION: none}
A:active {FONT-FAMILY: 宋体; TEXT-DECORATION: none}
A:hover {BORDER-BOTTOM: 1px dotted; BORDER-LEFT-WIDTH: 1px; BORDER-RIGHT-WIDTH: 1px; BORDER-TOP-WIDTH: 1px; COLOR: #ff6600; TEXT-DECORATION: none}
BODY {
FONT-SIZE: 12px;
COLOR: #666666;
FONT-FAMILY: 宋体;
background-color: #ffffff;
background-image: url(img/show.gif);
SCROLLBAR-FACE-COLOR: #e8e7e7;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-3DLIGHT-COLOR: #cccccc;
SCROLLBAR-ARROW-COLOR: #ff6600;
SCROLLBAR-TRACK-COLOR: #EFEFEF;
SCROLLBAR-DARKSHADOW-COLOR: #b2b2b2;
SCROLLBAR-BASE-COLOR: #000000
}
TABLE {BORDER-COLLAPSE: collapse; FONT-FAMILY: 宋体; FONT-SIZE: 9pt}
.button{height:18px;width:62px;background:#f6f6f9 url(img/ButtonBg.gif); border:solid 1px #5589AA;color: #000000 ;FONT-SIZE: 9pt}
.lanyu{border:solid 1px #5589AA;color: #000000 ; font-size: 12px;}
.font { filter: DropShadow(Color=#cccccc, OffX=2, OffY=1, Positive=2); text-decoration: none; font-size: 9pt}
</style>
<script language="JavaScript">
function findobj(n, d) {
var p,i,x; if(!d) d=document;
if((p=n.indexOf("?"))>0 && parent.frames.length) {
d=parent.frames[n.substring(p+1)].document;
n=n.substring(0,p);
}
if(!(x=d[n])&&d.all) {
x=d.all[n];
}
for(i=0;!x && i<d.forms.length;i++) {
x=d.forms[i][n];
}
for(i=0;!x && d.layers&&i>d.layers.length;i++) {
x=MM_findObj(n,d.layers[i].document);
}
return x;
}
function copycode(obj) {
var rng = document.body.createTextRange();
rng.moveToElementText(obj);
rng.scrollIntoView();
rng.select();
rng.execCommand("Copy");
rng.collapse(false);
}
</script>
</head>
<BODY leftMargin=0 topMargin=0 MARGINHEIGHT="0" MARGINWIDTH="0">
<TABLE bgcolor="#ffffff" align=center border=1 cellPadding=0 cellSpacing=0 width=95% borderColor="#666666" frame=vsides rules=none>
<TR>
<TD width="98%">
<table border="0"><tr><td height="5"></td></tr></table>
<table width="96%" border="0" cellspacing="1" cellpadding="6" align="center" bgcolor="#BDC0C8">
<tr>
<td align="center" bgcolor="#FFFFFF"><font color=ff6600><b>神州泰岳测试试题(笔试)</b></font></td>
</tr>
</table>
<table border="0"><tr><td height="5"></td></tr></table>
<table width="96%" border="0" cellspacing="1" cellpadding="6" align="center" bgcolor="#BDC0C8">
<tr>
<td align="center" bgcolor="#FFFFFF">
<table width="98%">
<tr>
<td id=qq_595911 style="word-break:break-all;line-height:150%">
<br><font color=000000>
一、 基本素质(25’’) <BR>1、 将2吨冰变成水,最快的方法是什么? <BR>2、 加热会凝固的东西是什么? <BR>3、 请就“欧洲见闻录”猜一小说名字 <BR>4、 如何能够与自己的主管保持良好的工作关系? <BR>5、 你认为IT研发人员要具备的五种最重要的素质是什么?为什么? <BR>6、 如果有人对你感叹“好心不得好报”,你如何来改变他的观点?(用不超过一百个汉 <BR>字来描述) <BR>7、 你主张加班和主张不加班的理由分别是什么? <BR>8、 假设你的朋友请你帮忙到超市买以下物品: <BR>葡萄、鸡蛋、土豆、胡萝卜、桔子、菠菜、苹果、咸鸭蛋、酸奶 <BR>如果你只能靠脑子记忆,你会用什么办法来更容易地记下? <BR>二、 计算机基础(30分钟) <BR>9、Word97/2000中的“格式刷”如何使用? <BR>10、Word97/2000中的“大纲视图”与“页面视图”的区别是什么? <BR>11、在七原色中,那种颜色能够与紫色形成最大对比的颜色搭配? <BR>12、Gif图形格最高支持多少颜色数? <BR>13、Photoshop中的将被编辑图形放大显示的快捷键是什么? <BR>14、美工设计某个页面的底色为RGB(153,134,255),则体现在页面中的HTML代码为 ody bgcolor=”???????”>,请写出???????所代表的代码。 <BR>15、要求网页上的某个URL链接(链接文字为”link”)点击后开一个新的浏览器窗口,然 <BR>后在窗口中显示http://localhost/c.html,请写出对应代码。 <BR>16、要求在html页面上做一个宽度为40像素的文本输入框,文本框中输入的文字都以Aria <BR>l字体显示。对应的代码是 ILY: Arial” style=”width:??”>,请写出??所代表的html代码。 <BR>17、在某个网站的根目录下有两个文件:index.html和mail.html,要求用户访问默认页面 <BR>index.html 5秒后,页面自动跳转到mail.html。对应的html代码是 refresh” content=”5;URL=?????”>,请写出?????对应的代码。 <BR>18、要求用jsp实现以下功能:用户在浏览器的地址栏中看到的地址是http://127.0.0.1/ <BR>test/a.jsp,但实际在浏览器中看到的页面内容却是http://127.0.0.1/text/b.jsp。请问 <BR>在a.jsp中用一句什么样的jsp代码可以实现这个功能? <BR>19、要求以css方式实现鼠标移动到网页上链接时链接不出现下划线,请写出对应的css代 <BR>码 <BR>20、在C语言fopen()函数中,打开文件的方式用”r”与”r+”的区别是什么?打开文件的 <BR>方式用”r”与”w”的区别是什么?”w”与”wb”的区别是什么? <BR>21、C语言中常常使用#include语句指明所要用的“函数头文件”,在Windows2000操作系 <BR>统下,系统的“函数头文件”放在什么地方?UNIX操作系统下,系统的“函数头文件”放 <BR>在什么地方? <BR>22、画出程序流程图:用C语言编程,判断一个给定的字符串是否为有效的IP地址,输出判 <BR>断结果。举例:testip 10.1.1.1输出“10.1.1.1 is a valid IP Address” <BR>三、 数据库开发(25分钟) <BR>23、ASP执行原理是: <BR>A. Connection. B. ResordSet. C.存储用户信息,进行安全管理. <BR>D.应用服务器. <BR>26、Exchange Server作为文档管理服务器,常用的开发手段包括: <BR>A.ADO. B.WebDAV. C.Socket. D.CDO. <BR>27、MS SharePoint Portal Server实现的主要功能包括: <BR>A.门户服务. B.文档管理服务. C.信息检索服务. D.以上都是. <BR>28、Every night the sales database backup fails. Which DBCC command could repa <BR>ir the Sales database and check the data integrity and indices? <BR>A.DBCC NEWALLOOC B.DBCC CHECKALLOC C.DBCC CHECKDB <BR>D.DBCC DBREPAIR <BR>29、You install SQL server on an IIS machine.You need to optimize IIS. What do <BR>you configure on SQL Server? <BR>A.Set working set size B.Min Server memory C.Max server memory <BR>D.Max worker threads <BR>30、It took you hours to create an index on a table.What should you do to prot <BR>ect it? <BR>A.Backup master database B.Backup user database <BR>C.Make differential backup of user database D.Backup log <BR>31、You need to produce a list of the five highest revenue transactions from t <BR>he Orders table in the Sales database.The Orders table is defined as follows: <BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>Which statement will produce the report? <BR>A. SELECT TOP 5 OrderAmount,SalePersonID FROM Orders ORDER BY OrderAmount. <BR>B. SELECT TOP5 OrderAmount,SalePersonID FROM Orders. <BR>C. SELECT TOP 5 with TIES OrderAmount,SalePersonID FROM Orders ORDER BY OrderA <BR>mount. <BR>D. SELECT TOP 5 with TIES OrderAmount,SalePersonID FROM Orders ORDER BY OrderI <BR>D. <BR>32、You are creating a large index on the EMP table.This index will have a hig <BR>h number of inserts.To speed up creation of the index, what can be done? <BR>A. Use the NOLOGGING clause in the CREATE INDEX command. <BR>B. Use the same INITRANS value of the corresponding table on the index. <BR>C. SET the DB_BLOCK_SIZE to multiples of 5. <BR>D. Place indexes in separate tablespaces. <BR>33、The CALC_COMM procedure is no longer needed and should be remouved. Which <BR>command will successfully drop this procedure? <BR>A. DROP calc_comm; <BR>B. REMOVE calc_comm; <BR>C. DROP PROCEDURE calc_comm; <BR>D. ALTER calc_comm. DROP PROCEDURE; <BR>34、Which of these statements is always true? <BR>A.A database must contain at least three datafiles. <BR>B.Control files must be mirrored. <BR>C.A database has at least two groups of redo log files. <BR>D.The members of a redo log group can have various sizes if they can be stored <BR>on one disk. <BR>35、For which column would you create an index? <BR>A.A column that is small <BR>B.A column that is updated frequently <BR>C.A column containing a wide range of values <BR>D.A column with a small number of null values</font> <br>
<br>
--------------------------------------------------------------------------------<br>
<img src=img/none.gif border=0><img src=img/i8.gif border='0'> <b>相关文章</b><br>
<img src=img/none.gif border=0><img src=img/title.gif border='0'> <a href="showart.asp?art_id=199&cat_id=11">一些公司软件笔试的题目</a>2006-7-26 16:05:11<br>
</td>
</tr>
</table></td>
</tr>
</table>
<table border="0"><tr><td height="5"></td></tr></table>
<table width="96%" border="0" cellspacing="1" cellpadding="6" align="center" bgcolor="#BDC0C8">
<tr>
<td bgcolor="ffffff"><font color=red>分类:
<a href="art.asp?cat_id=11" target="_blank"><font color="#009900">综合类</font></a>
日期:2006-8-9 1 查看:18</font></td>
<td align="center" bgcolor="#FFFFFF"><input type="button" value="复制" onClick="copycode(findobj('qq_595911'));" class="button"> <input type="button" value="打印" onClick="javascript:window.print()" class="button"> <input type="button" value="返回" onClick="window.open('http://www.pghome.net')" class="button"> <input type="button" name="close2" value="关闭" onClick="window.close();return false;" class="button"></td></tr>
</table>
<table border="0"><tr><td height="5"></td></tr></table>
<table border="0"><tr><td height="5"></td></tr></table>
</td>
</tr>
<TR><td height="1" width="100%" bgcolor="#666666"></td></tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -