一级毛片免费不卡在线视频,国产日批视频免费在线观看,菠萝菠萝蜜在线视频免费视频,欧美日韩亚洲无线码在线观看,久久精品这里精品,国产成人综合手机在线播放,色噜噜狠狠狠综合曰曰曰,琪琪视频

神州程序類筆試題

時(shí)間:2024-09-03 12:04:05 資料大全 我要投稿
  • 相關(guān)推薦

神州程序類筆試題

  神州數(shù)碼筆試真題一:

神州程序類筆試題

  選擇題:

  神州數(shù)碼筆試1)Which statement shows the maximum salary paid in each job category of each department?_______

  A,

神州程序類筆試題

。 select dept_id, job_cat,max(salary) from employees where salary > max(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;

  D。 select dept_id, job_cat,max(salary) from employees group by dept_id;

  E。 select dept_id, job_cat,max(salary) from employees group by dept_id,job_cat,salary;

  神州數(shù)碼筆試2)description of the students table:

  sid_id number

  start_date date

  end_date date

  which two function are valid on the start_date column?_________。

  A。 sum(start_date)

  B。 avg(start_date)

  C。 count(start_date)

  D。 avg(start_date,end_date)

  E。 min(start_date)

  F。 maximum(start_date)

  神州數(shù)碼筆試3)for which two constraints does the oracle server implicitly create a unique index?______。

  A。 not null

  B。 primary

  C。 foreign key

  D。 check

  E。 unique

  神州數(shù)碼筆試4)in a select statement that includes a where clause,where is the group by clause placed in the select statement?______。

  A。 immediately after the select clause

  B。 before the where clause

  C。 before the from clause

  D。 after the order by clause

  E。 after the where clause

  神州數(shù)碼筆試5)in a select statement that includes a where clause,where is the order by clause placed in the select statement?______。

  A。immediately after the select clause

  B。before the where clause

  C。after all clause

  D。after the where clause

  E。before the from clause

  神州數(shù)碼筆試6)evaluate there two sql statements______。

  Select last_name,salary from employees order by salary;

  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

  神州數(shù)碼筆試7) you would like to display the system date in the format“20051110 14:44:17”。Which select statement should you use?______。

  A。 select to_date(sydate,’yearmmdd hh:mm:ss’)from dual;

  B。 select to_char(sydate,’yearmonthday hh:mi:ss’)from dual;

  C。 select to_date(sydate,’yyyymmdd hh24:mi:ss’)from dual;

  D。 select to_char(sydate,’yyyymmdd hh24:mi:ss’)from dual;

  E。 select to_char(sydate,’yy-mm-dd hh24:mi:ss’)from dual;

  神州數(shù)碼筆試8)which select statement will the result ‘ello world’from the string‘Hello world’?______。

  A。 select substr(‘Hello World’,1)from dual;

  B。 select substr(trim(‘Hello World’,1,1))from dual;

  C。 select lower(substr(‘Hello World’,1))from dual;

  D。 select lower(trim(‘H’from‘Hello World’))from dual;

  神州數(shù)碼筆試9)which are DML statements(choose all that apply)______,

資料共享平臺(tái)

神州程序類筆試題》(http://www.oriental01.com)。

  A。commit B。merge C。update D。delete E。creat F。drop

  神州數(shù)碼筆試10)Select 語句中用來連接字符串的符號(hào)是___C___。

  A。 “+” B。 “&” C。“||” D。“|”

  問答題:

  1。什么是聚集索引,什么是非聚集索引,什么又是主鍵?

  神州數(shù)碼筆試真題二:

  一、 基本素質(zhì)(25’’)

  神州數(shù)碼筆試1、 將2噸冰變成水,最快的方法是什么?

  神州數(shù)碼筆試2、 加熱會(huì)凝固的東西是什么?

  神州數(shù)碼筆試3、 請(qǐng)就“歐洲見聞錄”猜一小說名字

  神州數(shù)碼筆試4、 如何能夠與自己的主管保持良好的工作關(guān)系?

  神州數(shù)碼筆試5、 你認(rèn)為IT研發(fā)人員要具備的五種最重要的素質(zhì)是什么?為什么?

  神州數(shù)碼筆試6、 如果有人對(duì)你感嘆“好心不得好報(bào)”,你如何來改變他的觀點(diǎn)?(用不超過一百個(gè)漢字來描述)

  神州數(shù)碼筆試7、 你主張加班和主張不加班的理由分別是什么?

  神州數(shù)碼筆試8、 假設(shè)你的朋友請(qǐng)你幫忙到超市買以下物品: 葡萄、雞蛋、土豆、胡蘿卜、桔子、菠菜、蘋果、咸鴨蛋、酸奶,如果你只能靠腦子記憶,你會(huì)用什么辦法來更容易地記下?

  二、 計(jì)算機(jī)基礎(chǔ)(30分鐘)

  神州數(shù)碼筆試9、Word97/2000中的“格式刷”如何使用?

  神州數(shù)碼筆試10、Word97/2000中的“大綱視圖”與“頁(yè)面視圖”的區(qū)別是什么?

  神州數(shù)碼筆試11、在七原色中,那種顏色能夠與紫色形成最大對(duì)比的顏色搭配?

  神州數(shù)碼筆試12、Gif圖形格最高支持多少顏色數(shù)?

  神州數(shù)碼筆試13、Photoshop中的將被編輯圖形放大顯示的快捷鍵是什么?

  神州數(shù)碼筆試14、美工設(shè)計(jì)某個(gè)頁(yè)面的底色為RGB(153,134,255),則體現(xiàn)在頁(yè)面中的HTML代碼為 ody bgcolor=”???????”>,請(qǐng)寫出???????所代表的代碼。

  神州數(shù)碼筆試15、要求網(wǎng)頁(yè)上的某個(gè)URL鏈接(鏈接文字為”link”)點(diǎn)擊后開一個(gè)新的瀏覽器窗口,然后在窗口中顯示,請(qǐng)寫出對(duì)應(yīng)代碼。

  神州數(shù)碼筆試16、要求在html頁(yè)面上做一個(gè)寬度為40像素的文本輸入框,文本框中輸入的文字都以Arial字體顯示。對(duì)應(yīng)的代碼是 ILY: Arial” style=”width:??”>,請(qǐng)寫出??所代表的html代碼。

  神州數(shù)碼筆試17、在某個(gè)網(wǎng)站的根目錄下有兩個(gè)文件:index。html和mail。html,要求用戶訪問默認(rèn)頁(yè)面index。html 5秒后,頁(yè)面自動(dòng)跳轉(zhuǎn)到mail。html。對(duì)應(yīng)的html代碼是 refresh” content=”5;URL=?????”>,請(qǐng)寫出?????對(duì)應(yīng)的代碼。

  神州數(shù)碼筆試18、要求用jsp實(shí)現(xiàn)以下功能:用戶在瀏覽器的地址欄中看到的是,但實(shí)際在瀏覽器中看到的頁(yè)面內(nèi)容卻是。請(qǐng)問在a。jsp中用一句什么樣的jsp代碼可以實(shí)現(xiàn)這個(gè)功能?

  神州數(shù)碼筆試19、要求以css方式實(shí)現(xiàn)鼠標(biāo)移動(dòng)到網(wǎng)頁(yè)上鏈接時(shí)鏈接不出現(xiàn)下劃線,請(qǐng)寫出對(duì)應(yīng)的css代碼

  神州數(shù)碼筆試20、在C語言fopen()函數(shù)中,打開文件的方式用”r”與”r+”的區(qū)別是什么?打開文件的方式用”r”與”w”的區(qū)別是什么?”w”與”wb”的區(qū)別是什么?

  神州數(shù)碼筆試21、C語言中常常使用#include語句指明所要用的“函數(shù)頭文件”,在Windows2000操作系統(tǒng)下,系統(tǒng)的“函數(shù)頭文件”放在什么地方?UNIX操作系統(tǒng)下,系統(tǒng)的“函數(shù)頭文件”放在什么地方?

  神州數(shù)碼筆試22、畫出程序流程圖:用C語言編程,判斷一個(gè)給定的字符串是否為有效的IP地址,輸出判斷結(jié)果。舉例:testip 10。1。1。1輸出“10。1。1。1 is a valid IP Address”

  三、 數(shù)據(jù)庫(kù)開發(fā)(25分鐘)

  神州數(shù)碼筆試23、ASP執(zhí)行原理是:

  A。 Connection。 B。 ResordSet。 C。存儲(chǔ)用戶信息,進(jìn)行安全管理。 D。應(yīng)用服務(wù)器。

  神州數(shù)碼筆試24、Exchange Server作為文檔管理服務(wù)器,常用的開發(fā)手段包括:

  A。ADO。 B。WebDAV。 C。Socket。 D。CDO。

  神州數(shù)碼筆試25、MS SharePoint Portal Server實(shí)現(xiàn)的主要功能包括:

  A。門戶服務(wù)。 B。文檔管理服務(wù)。 C。信息檢索服務(wù)。 D。以上都是。

  神州數(shù)碼筆試26、Every night the sales database backup fails。 Which DBCC command could repair the Sales database and check the data integrity and indices?

  A。DBCC NEWALLOOC B。DBCC CHECKALLOC C。DBCC CHECKDB D。DBCC DBREPAIR

  神州數(shù)碼筆試27、You install SQL server on an IIS machine。You need to optimize IIS。 What do you configure on SQL Server?

  A。Set working set size B。Min Server memory C。Max server memory D。Max worker threads

  神州數(shù)碼筆試28、It took you hours to create an index on a table。What should you do to protect it?

  A。Backup master database B。Backup user database

  C。Make differential backup of user database D。Backup log

【神州程序類筆試題】相關(guān)文章:

神州泰岳測(cè)試試題09-12

神州數(shù)碼軟件測(cè)試面試題08-05

360筆試題目06-27

筆美國(guó)國(guó)家儀器試題目09-23

英語類筆試題06-13

稅法類筆試題07-31

智力類筆試題08-14

運(yùn)算類筆試題05-29

乘法類筆試題08-14

技術(shù)類筆試題08-20