【正文】
論點(diǎn)1正確嗎?為什么?(10分)⑵ 論點(diǎn)2:連接在Internet中的一臺(tái)主機(jī)或路由器只能有一個(gè)IP地址。數(shù)據(jù)庫(kù)概念設(shè)計(jì)的只包含主鍵屬性的簡(jiǎn)化ER圖如下:amer會(huì)議conference房間room部門(mén)departmentd開(kāi)會(huì)meetingmnp要求:⑴ 數(shù)據(jù)庫(kù)的邏輯結(jié)構(gòu)設(shè)計(jì):給出相應(yīng)的表名、表的屬性名(數(shù)據(jù)類(lèi)型可省)、主鍵。 A[k]:=A[i]。(15) 下列關(guān)于網(wǎng)絡(luò)操作系統(tǒng)和分布式操作系統(tǒng)的敘述中,哪個(gè)是正確的Ⅰ. 它們都通過(guò)消息實(shí)現(xiàn)通信Ⅱ. 它們都運(yùn)行相同的操作系統(tǒng)Ⅲ. 它們都有網(wǎng)絡(luò)的支持A) 只有Ⅰ B) 只有Ⅱ C) 只有Ⅲ D) 都不正確(16) 當(dāng)系統(tǒng)正在處理某一中斷時(shí),若要防止同級(jí)中斷的干擾,可采取下列哪一種手段?A) 中斷優(yōu)先級(jí) B) 中斷屏蔽 C) 中斷嵌套 D) 中斷響應(yīng)(17) 下列關(guān)于進(jìn)程控制塊PCB的敘述中,哪些是正確的?Ⅰ. 系統(tǒng)利用PCB描述進(jìn)程的基本靜態(tài)特征Ⅱ. PCB可用于描述進(jìn)程的運(yùn)動(dòng)變化過(guò)程Ⅲ. 一個(gè)進(jìn)程唯一對(duì)應(yīng)一個(gè)PCBA) Ⅰ和Ⅱ B) Ⅱ和Ⅲ C) Ⅰ和Ⅲ D) 全都正確(18) 在采用非搶占式進(jìn)程調(diào)度方式下,下列哪一種情況不會(huì)引起進(jìn)程切換?A) 一個(gè)更高優(yōu)先級(jí)的進(jìn)程就緒 B) 時(shí)間片到C) 進(jìn)程運(yùn)行完畢 D) 進(jìn)程執(zhí)行P操作(19) 在多道程序系統(tǒng)中,內(nèi)存中既有操作系統(tǒng),又有許多用戶(hù)程序。其中155題為中文題,5670題為英文題)。llink:=q^所謂超流水線(xiàn)技術(shù)就是A) 把普通流水線(xiàn)的主頻大大提高 B) 多建立幾條流水線(xiàn)而已C) 用多指令分發(fā)技術(shù) D) 細(xì)化流水、增加級(jí)數(shù)、提高主頻(47) 在存儲(chǔ)體系中,兩個(gè)重要層次是高速緩存與主存、主存與輔存,這兩層次的共同點(diǎn)是A) 都為提高存儲(chǔ)體系的速度 B) 都需要硬件來(lái)實(shí)現(xiàn)C) 地址變換,失效時(shí)要替換 D) 都對(duì)程序員透明(48) 通道實(shí)質(zhì)上是主存與I/O設(shè)備之間的DMA接口在邏輯上的延伸。為了簡(jiǎn)化問(wèn)題做如下假定:l 會(huì)議以部門(mén)召開(kāi),但一個(gè)部門(mén)在同一會(huì)議室不能重復(fù)召開(kāi)同一個(gè)會(huì)議。(8分)⒉ 何時(shí)可進(jìn)行進(jìn)程調(diào)度?(8分)⒊ 進(jìn)程調(diào)度算法解決以何種次序?qū)Ω骶途w進(jìn)程進(jìn)行處理機(jī)的分配以及按何種時(shí)間比例讓進(jìn)程占用處理機(jī)。為什么?(10分)。(8分)⒊ 實(shí)施快速原型法的前提和條件。 Cost analysis of software developmentⅢ.Adjustment of software development progressA) Ⅲ only B) Ⅱ and Ⅲ C) Ⅰ and Ⅱ D) all(63) Prototype method is one of the software engineering methods frequently used, which of the following item is the necessary condition for implementing prototype method?Ⅰ.Can acquire the user requirement quicklyⅡ.Have the tools for building software fastⅢ.Have a certain accumulation of prototype systemsA) Ⅰ only B) Ⅰand Ⅱ C) Ⅱ and Ⅲ D) all(64) ORACLE RDBMS is a distributed DBMS. Which of the following techniques adapted ensure atomicity of distributed transaction?A) remote procedure call (RPC) B) Two _phases mit (2PC)C) Snapshots D) triggers(65) In order to get names of schoolboys(SEX=‘M’)whose age=22, from a relation S(SNO,SNAME,SEX,AGE),which of the following expressions is (are) correct?Ⅰ.πsname(σsex=’M’^age=22(S))Ⅱ.σsex=’M’^age=22(πsname(S))A) Ⅰ only B) Ⅱ only C) Ⅰand Ⅱ D) neither(66) In order to improve the performance of a network server, you need to select bus or local bus. The appropriate local bus isA) VESA B) PCI C) EISA D) ISA(67) In terms of ’s taxonomy, the systolic array falls intoA) SISD B) MIMD