全國(guó)計(jì)算機(jī)技術(shù)與軟件專業(yè)技術(shù)資格(水平)考試
數(shù)據(jù)庫(kù)系統(tǒng)工程師全真預(yù)測(cè)試卷(一)上午試題
(考試時(shí) 間9:00--11:30 共150分鐘)
1.本試卷的試題中共有75個(gè)空格,需要全部解答,每個(gè)空格1分,滿分75分。
2.每個(gè)空格對(duì)應(yīng)一個(gè)序號(hào),有人b.c~d、四個(gè)選項(xiàng),請(qǐng)選擇一個(gè)最恰當(dāng)?shù)倪x項(xiàng)作為解答。
●《中華人民共和國(guó)專利法)及其實(shí)施規(guī)定,確定發(fā)明和實(shí)用新型專利權(quán)的保護(hù)范圍的
依據(jù)是_(1)_ 。<中華人民共和國(guó)專利法)規(guī)定,專利侵權(quán)的訴訟時(shí)效是自專利權(quán)人或者利
害關(guān)系人得知或應(yīng)當(dāng)?shù)弥謾?quán)行為之日起_(2)_。
(1)a.說(shuō)明書 b.請(qǐng)求書 c.權(quán)利要求 d.附圖
(2)a.6個(gè)月 b.18個(gè)月 c.四年 d.二年
●is09000-3在eis09000族標(biāo)準(zhǔn)中的位置,它是計(jì)算機(jī)軟件機(jī)構(gòu)實(shí)施_(3)_的_(4)_標(biāo)準(zhǔn),由于_(5)_標(biāo)準(zhǔn)本來(lái)是針對(duì)傳統(tǒng)的制造業(yè)制定的,而軟件業(yè)又有許多不同于制造業(yè)的特性_(6)_起子橋梁作用。_(7)_將整個(gè)軟件生存周期分成17個(gè)過程,并且對(duì)每一個(gè)過程按“過程—活動(dòng)一任務(wù)”的三個(gè)層次具體作了解釋,為我們進(jìn)一步理解is09000-3提供了幫助。
(3)a.is090011 b.is09001 c.is09000-3 d.is0/iecl2207
(4)a.指南性 b.概括性 c.詳盡的 d.不同的
(5)a.iso9000 b.iso9001 c.is09002 d.gb/t19001-1994
(6)a.is09001 b.iso9000-3 c.iso/icel2207 d.iso9002
(7)a,is09000-3 b.is09000 c.1s09002 d.iso/iec12207
●結(jié)構(gòu)化查詢語(yǔ)言sql是一種_(8)_語(yǔ)言,其主要功能有_(9)_,它的典型句型為 select a1,a2,…,an
from r1,r2,…,rm
where f
其中a1,a2,…,an和f分別是_(10)_。
關(guān)系模式scs(sno,cno,score)中,sno是學(xué)生的學(xué)號(hào),cno是課程號(hào),score為成績(jī)。若要查詢每門課程的平均成績(jī),且要求查詢結(jié)果按平均成績(jī)升序排列。平均成績(jī)相同時(shí),按課程號(hào)降序排列,可用sql語(yǔ)言寫為_(11)_。若查詢結(jié)果僅限于平均分?jǐn)?shù)超過85分的,則應(yīng)_(12)_。
(8)a.人工智能 b.關(guān)系數(shù)據(jù)庫(kù) c.函數(shù)型 d.高級(jí)算法
(9)a.數(shù)據(jù)定義、數(shù)據(jù)操作、數(shù)據(jù)安全 b.數(shù)據(jù)安全、數(shù)據(jù)編輯、數(shù)據(jù)并發(fā)控制
c.數(shù)據(jù)定義、數(shù)據(jù)操作、數(shù)據(jù)控制 d.數(shù)據(jù)查詢、數(shù)據(jù)更新、數(shù)據(jù)輸入輸出
(10)a.目標(biāo)表列名、基本表名、邏輯表達(dá)式
b.目標(biāo)表列名、基本表名、數(shù)值表達(dá)式
c.基本表名、目標(biāo)表列名、邏輯表達(dá)式
d.基本表名、目標(biāo)表列名、數(shù)值表達(dá)式
(11)a.select cno,avg(score) b.seiect cno,avg(score)
from scs from scs
group by score group by cno
order by 2,cno desc order by 2,cno desc
c.select cno,avg(score) d.select cno,avg(score)
from scs from scs
where cno,desc grou pby,avg(score)
group by score order by,cno desc
(12)a.在from子句的下一行加入:where avg(*)>85
b.在from子句的下一行加入:where avg(score)>85
c.在group by子句上一行加入:having avg(score)>85
d.在group by子句下一行加入:having avg(scsre)>85
●windows nt或windows 2000是當(dāng)前流行的一類操作系統(tǒng),_(13)_是windows nt真正的中心,它提供了一組操作系統(tǒng)原語(yǔ)和機(jī)制。windows nt采用線程機(jī)制提高系統(tǒng)的_(14)_。nt采用基于_(15)_的方案選定線程執(zhí)行的次序。
(13)a.進(jìn)程 b.內(nèi)核 c.線程 d.管程
(14)a.并行性 b.可靠性 c.健壯性 d.兼容性
(15)a.先來(lái)先服務(wù) b.時(shí) 間片輪轉(zhuǎn) c.隨機(jī)選擇 d.優(yōu)先級(jí)
●局域網(wǎng)是當(dāng)前計(jì)算機(jī)網(wǎng)絡(luò)研究與應(yīng)用的一個(gè)熱點(diǎn),而符合feee802.3標(biāo)準(zhǔn)的傳統(tǒng)ethernet應(yīng)用最為廣泛。它在mac層采用方法_(16)_,物理層采用_(17)_標(biāo)準(zhǔn)。隨著網(wǎng)絡(luò)技術(shù)的發(fā)展,以及大型信息系統(tǒng)與多媒體技術(shù)的應(yīng)用,出現(xiàn)了滿足人們更高需要的fastethemet、交換局域網(wǎng)switchinglan與_(18)_等高速局域網(wǎng)產(chǎn)品。他們符合_(19)_標(biāo)準(zhǔn)。_(16)_方法不適應(yīng)重負(fù)荷與有實(shí)時(shí)性通信要求。_(18)_采用cell作為數(shù)據(jù)傳輸基本單元與ethernet幀結(jié)構(gòu)不一致,但具有高帶寬,低延時(shí),可動(dòng)態(tài)分配帶寬等優(yōu)點(diǎn)。
(16)a.fddi b. token-ring c.csma/cd d.tokenbus
(17)a.100base-t b.80base-t c.10base-t d.50base-t
(18)a.atm b.fastlan c.www d.wan
(19)a.100base-t b.50base2 c.10broad36 d.50base-t
●關(guān)系數(shù)據(jù)庫(kù)用_(20)_來(lái)表示實(shí)體之間的聯(lián)系,其任何檢索操作的實(shí)現(xiàn)都是由_(21)_三種基本操作組合而成的。
(20)a.層次模型 b.網(wǎng)狀模型 c.指針鏈 d.表格數(shù)據(jù)
(21)a.選擇、投影和掃描 b.選擇、投影和連接
c.選擇、運(yùn)算和投影 d.選擇、投影和比較
●下列數(shù)字視頻中,_(22)_質(zhì)量最好。
(22)a.240×180分辯率、24位真彩色、15幀/秒的幀率
b.320×240分辯率、30位真彩色、25幀/秒的幀率
c.320×240分辯率、30位真彩色、30幀/秒的啦率
d.640×480分辯率、16位真彩色、15幀/秒的幀率
全國(guó)計(jì)算機(jī)技術(shù)與軟件專業(yè)技術(shù)資格(水平)考試
數(shù)據(jù)庫(kù)系統(tǒng)工程師全真預(yù)測(cè)試卷(一)上午試題
(考試時(shí) 間9:00--11:30 共150分鐘)
1.本試卷的試題中共有75個(gè)空格,需要全部解答,每個(gè)空格1分,滿分75分。
2.每個(gè)空格對(duì)應(yīng)一個(gè)序號(hào),有人b.c~d、四個(gè)選項(xiàng),請(qǐng)選擇一個(gè)最恰當(dāng)?shù)倪x項(xiàng)作為解答。
●《中華人民共和國(guó)專利法)及其實(shí)施規(guī)定,確定發(fā)明和實(shí)用新型專利權(quán)的保護(hù)范圍的
依據(jù)是_(1)_ 。<中華人民共和國(guó)專利法)規(guī)定,專利侵權(quán)的訴訟時(shí)效是自專利權(quán)人或者利
害關(guān)系人得知或應(yīng)當(dāng)?shù)弥謾?quán)行為之日起_(2)_。
(1)a.說(shuō)明書 b.請(qǐng)求書 c.權(quán)利要求 d.附圖
(2)a.6個(gè)月 b.18個(gè)月 c.四年 d.二年
●is09000-3在eis09000族標(biāo)準(zhǔn)中的位置,它是計(jì)算機(jī)軟件機(jī)構(gòu)實(shí)施_(3)_的_(4)_標(biāo)準(zhǔn),由于_(5)_標(biāo)準(zhǔn)本來(lái)是針對(duì)傳統(tǒng)的制造業(yè)制定的,而軟件業(yè)又有許多不同于制造業(yè)的特性_(6)_起子橋梁作用。_(7)_將整個(gè)軟件生存周期分成17個(gè)過程,并且對(duì)每一個(gè)過程按“過程—活動(dòng)一任務(wù)”的三個(gè)層次具體作了解釋,為我們進(jìn)一步理解is09000-3提供了幫助。
(3)a.is090011 b.is09001 c.is09000-3 d.is0/iecl2207
(4)a.指南性 b.概括性 c.詳盡的 d.不同的
(5)a.iso9000 b.iso9001 c.is09002 d.gb/t19001-1994
(6)a.is09001 b.iso9000-3 c.iso/icel2207 d.iso9002
(7)a,is09000-3 b.is09000 c.1s09002 d.iso/iec12207
●結(jié)構(gòu)化查詢語(yǔ)言sql是一種_(8)_語(yǔ)言,其主要功能有_(9)_,它的典型句型為 select a1,a2,…,an
from r1,r2,…,rm
where f
其中a1,a2,…,an和f分別是_(10)_。
關(guān)系模式scs(sno,cno,score)中,sno是學(xué)生的學(xué)號(hào),cno是課程號(hào),score為成績(jī)。若要查詢每門課程的平均成績(jī),且要求查詢結(jié)果按平均成績(jī)升序排列。平均成績(jī)相同時(shí),按課程號(hào)降序排列,可用sql語(yǔ)言寫為_(11)_。若查詢結(jié)果僅限于平均分?jǐn)?shù)超過85分的,則應(yīng)_(12)_。
(8)a.人工智能 b.關(guān)系數(shù)據(jù)庫(kù) c.函數(shù)型 d.高級(jí)算法
(9)a.數(shù)據(jù)定義、數(shù)據(jù)操作、數(shù)據(jù)安全 b.數(shù)據(jù)安全、數(shù)據(jù)編輯、數(shù)據(jù)并發(fā)控制
c.數(shù)據(jù)定義、數(shù)據(jù)操作、數(shù)據(jù)控制 d.數(shù)據(jù)查詢、數(shù)據(jù)更新、數(shù)據(jù)輸入輸出
(10)a.目標(biāo)表列名、基本表名、邏輯表達(dá)式
b.目標(biāo)表列名、基本表名、數(shù)值表達(dá)式
c.基本表名、目標(biāo)表列名、邏輯表達(dá)式
d.基本表名、目標(biāo)表列名、數(shù)值表達(dá)式
(11)a.select cno,avg(score) b.seiect cno,avg(score)
from scs from scs
group by score group by cno
order by 2,cno desc order by 2,cno desc
c.select cno,avg(score) d.select cno,avg(score)
from scs from scs
where cno,desc grou pby,avg(score)
group by score order by,cno desc
(12)a.在from子句的下一行加入:where avg(*)>85
b.在from子句的下一行加入:where avg(score)>85
c.在group by子句上一行加入:having avg(score)>85
d.在group by子句下一行加入:having avg(scsre)>85
●windows nt或windows 2000是當(dāng)前流行的一類操作系統(tǒng),_(13)_是windows nt真正的中心,它提供了一組操作系統(tǒng)原語(yǔ)和機(jī)制。windows nt采用線程機(jī)制提高系統(tǒng)的_(14)_。nt采用基于_(15)_的方案選定線程執(zhí)行的次序。
(13)a.進(jìn)程 b.內(nèi)核 c.線程 d.管程
(14)a.并行性 b.可靠性 c.健壯性 d.兼容性
(15)a.先來(lái)先服務(wù) b.時(shí) 間片輪轉(zhuǎn) c.隨機(jī)選擇 d.優(yōu)先級(jí)
●局域網(wǎng)是當(dāng)前計(jì)算機(jī)網(wǎng)絡(luò)研究與應(yīng)用的一個(gè)熱點(diǎn),而符合feee802.3標(biāo)準(zhǔn)的傳統(tǒng)ethernet應(yīng)用最為廣泛。它在mac層采用方法_(16)_,物理層采用_(17)_標(biāo)準(zhǔn)。隨著網(wǎng)絡(luò)技術(shù)的發(fā)展,以及大型信息系統(tǒng)與多媒體技術(shù)的應(yīng)用,出現(xiàn)了滿足人們更高需要的fastethemet、交換局域網(wǎng)switchinglan與_(18)_等高速局域網(wǎng)產(chǎn)品。他們符合_(19)_標(biāo)準(zhǔn)。_(16)_方法不適應(yīng)重負(fù)荷與有實(shí)時(shí)性通信要求。_(18)_采用cell作為數(shù)據(jù)傳輸基本單元與ethernet幀結(jié)構(gòu)不一致,但具有高帶寬,低延時(shí),可動(dòng)態(tài)分配帶寬等優(yōu)點(diǎn)。
(16)a.fddi b. token-ring c.csma/cd d.tokenbus
(17)a.100base-t b.80base-t c.10base-t d.50base-t
(18)a.atm b.fastlan c.www d.wan
(19)a.100base-t b.50base2 c.10broad36 d.50base-t
●關(guān)系數(shù)據(jù)庫(kù)用_(20)_來(lái)表示實(shí)體之間的聯(lián)系,其任何檢索操作的實(shí)現(xiàn)都是由_(21)_三種基本操作組合而成的。
(20)a.層次模型 b.網(wǎng)狀模型 c.指針鏈 d.表格數(shù)據(jù)
(21)a.選擇、投影和掃描 b.選擇、投影和連接
c.選擇、運(yùn)算和投影 d.選擇、投影和比較
●下列數(shù)字視頻中,_(22)_質(zhì)量最好。
(22)a.240×180分辯率、24位真彩色、15幀/秒的幀率
b.320×240分辯率、30位真彩色、25幀/秒的幀率
c.320×240分辯率、30位真彩色、30幀/秒的啦率
d.640×480分辯率、16位真彩色、15幀/秒的幀率
●某循環(huán)冗余碼(crc)的生成多項(xiàng)式為g(x)=x5 x4 x 1,則它對(duì)任意長(zhǎng)度的信息位產(chǎn)生_(61)_位長(zhǎng)的冗余位,并可檢驗(yàn)出所有突發(fā)長(zhǎng)度_(62)_位的突發(fā)錯(cuò)誤。若信息位于1010100,采用此生多項(xiàng)產(chǎn)生冗余位,加在信息位后形成的碼字是_(63)_。在讀出或接收端讀到的碼字中若不滿足某種規(guī)律可判斷其必然有錯(cuò)。例如_(64)_和_(65)_就是出錯(cuò)的碼字。
(61)a.小于等于4 b.4 c.小于等于5 d.5 e.大于等于5 f.大于5
(62)a.小于等于4 b.4 c.小于等于5 d.5 e.大于等于5 f.大于5
(63)a.1010110111111 b.1010111010001
c.1010110001101 d.1010111101010
e.1010111011001 f.1010110001100
(64)a.1010110111111 b.1010111010001
c.1010110001101 d.1010111101010
e.1010111011001 f.1010110001100
(65)a.1010110111111 b.1010111010001
c.1010110001101 d.1010111101010
e.1010111011001 f.1010110001100
●typically,these are concerm with the establishment of _(66)_ the network and with the control of the flow of messages across this channel. the provision of such facilities is only part of the network requirements,however,since in many applications the communicating computers may be of different types. this means that they may use different programming languages and,more importantly,different forms of _(67)_ interface between user(application) prograrma,normally referred to,as application processes or aps,and the underlying communication services may be _(68)_ for example,one computer may be a smaall single- user computer,while another may be alarge _(69)_ system.in the earlier days of computer communication,these issues meant that only closed communities of computers(that is,from the same manufacturer) could communicate with each other in a meaningful way. ibm’s systems network
architecture(sna) and dec’s digital network architecture (dna) are just two examples of communication software packages produced by manufacturers to allow their systems to be int ercormected together.these proprietary packages, however, of which there am still many inexistence, do not address the problem of universal interconnect ability, or open systems interconnection. in an attempt to alleviate this problem,_(70)_,in the late 1970s,formulated a reference model to provide a common basis (or the coordination of standards developments and to allow existing and evolving standards acivities to be placed into perspective with one another.
(66)a.communication channel access b.protocols
c.datachannei d.public communieation
(67)a.database b.data representation
c.protocols d.data communication
(68)a.same b.similar c.different d.dependent
(69)a.multi-user b.client c.server d.full-user
(70)a.dna b.sna c.the osi d.the iso
●one of the functions of the _(71)_ is to store the applications progrms {or the various secondaries. the _(72)_ may have similar or dissimilar functions. the same control code received from two different secondaries may warrant two different actions on the part of the host computer. if the system so requires,the host computer must also provide _(73)_ for the centralized data and the software for database management. data information is normally stored in auxiliary memories to which the computer has ready access. the_(74)_ peripherals connected to the host computer allow for human entry and intervention. as needs change, application programs may require additions, deletions, or changes. data link problems also arise which are __(75)_ the range of the computer’s programmed capabilities. in such cases, human entry is required to make the necessary changes to resolve the existing problems.
(71)a.peripherals b.host computer c.the interface d.the client
(72)a.set b.host c.secondaries d.record
(73)a.storage b.data c.range d.link
(74)a.peripherals b.database c.the interface d.clients
(75)a.dose to b.during c.within d.beyond