?? 神州泰岳測試試題(筆試).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 + -