【#系統分析師考試# #2017年系統分析師考試沖刺模擬試題#】為了幫助廣大考生順利系統分析師考試,®無憂考網整理了系統分析師考試沖刺模擬試題信息供大家參考,預祝大家順利取證!
設∫x0f(t2)=2x3,則∫10f(x)=(1)。
(1)
A.1
B.2
C.3
D.4
過原點做曲線y=ex的切線,則切線的方程為(2)。
(2)
A.y=ex
B.y=ex
C.y=x
D.y=ex/2
lim(sin3x/tg2x)=(3)。
x→0
(3)
A.3
B.3/2
C.2
D.1
命題公式¬(P∨Q)←→(P∧Q)的合取范式為(4),析取范式為(5)。
(4)
A.(P∨Q)∧(¬P∨¬Q)
B.(P∨¬Q)∧(¬P∨¬Q)
C.(¬P∨Q)∧(P∨¬Q)
D.(P∨Q)∧(¬P∨Q)
(5)
A.(P∧Q)∨(¬P∧Q)
B.(¬P∧¬Q)∨(¬P∧Q)
C.(P∧¬Q)∨(¬P∧Q)
D.(P∧¬Q)∨(P∧Q)
In the following essay, each bland has four choices. Choose the best answer and write down on the answer sheet. With the implementation of (6) the so – called network has become a reality. The provision of such facilities is the most important part of the network requirements. However, 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 (7) interface between user(application)program, normally referred to ,as application processes, and the underlying communication services may be (8). For example, one computer may be a small single-user computer, while another may be a large (9) 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 intercormected 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,(10) ,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 activities to be placed into perspective with one another.
(6)
A.communicationchannel
B.protocols
C.datachannel
D.publiccommunication
(7)
A.database
B.datarepresentation
C.protocols
D.datacommunication
(8)
A.same
B.similar
C.different
D.dependent
(9)
A.multi-user
B.client
C.server
D.full-user
(10)
A.DNA
B.SNA
C.theOSI
D.theISO
棧結構不適用地下列(11)應用
A.表達式求值
B.樹的層次序周游算法的實現
C.二叉樹對稱序周游算法的實現
D.快速排序算法的實現
以下關于數據結構的基本概念的敘述中(12)是錯誤的。
A.數據元素是數據的基本單位
B.數據項是有獨立含義的數據小的單位
C.數據結構概念包含的主要內容是數據的邏輯結構和數據的存儲結構
D.數據的邏輯結構分為線性結構和非線性結構
電視系統采用的顏色空間是,其亮度信號和色度信號是相分離的。下列顏色空間中,(13)顏色空間不屬于電視系統的顏色空間。
A.YUV
B.YIQ
C.YCrCb
D.HSL
在關系數據庫設計中,定義數據庫全局模式是(14)階段的內容。
A.需求分析
B.概念設計
C.邏輯設計
D.物理設計
下列敘述中,正確的是(15)
A.用E—R圖只能表示實體集之間一對多的聯系
B.用E—R圖只能表示實體集之間一對一的聯系
C.用E—R圖表示的概念數據模型只能轉換為關系數據模型
D.用E—R圖能夠表示實體集之間一對一的聯系、一對多的聯系、多對多的聯系
基于“學生-選課-課程”數據庫中的三個關系:
S(S#,SNAME,SEX,AGE),SC(S#,C#,GRADE),C(C#,CNAME,TEACHER)
若要求查找選修“數據庫技術”這門課程的學生姓名和成績,將使用關系(16)。
A.S和SC.
B.SC和C
C.S和C
D.S,SC和C
若要求查找姓名中第一個字為‘劉’的學生號和姓名。下面列出的SQL語句中,(17)是正確的。
A.SELECT S#,SNAME,FROM S WHERE SNAME=‘劉%’
B.SELECT S#,SNAME,FROM S WHERE SNAME=‘劉-’
C.SELECT S#,SNAME,FROM S WHERE SNAME LIKE‘劉%’
D.SELECT S#,SNAME,FROM S WHERE SNAME LIKE ‘劉-’
主機A運行Unit操作系統,IP地址為202.113.224.35,子網屏蔽碼為255.255.255.240。它們分別連接在同一臺局域交換機上,但處于不同的VLAN中。主機通過ping命令去ping主機B時,發現接收不到正確的響應。可能的原因是(18)
A.主機A主機B的IP地址不同
B.主機A和主機B處于不同的VLAN中
C.主機A和主機B使用了不同操作系統
D.主機A和主機B處于不同的子網中
用戶A通過計算機網絡向用戶B發消息,表示自己同意簽訂某個合同,隨后用戶A反悔不承認自己發過該條消息。為了防止這種情況發生,應采用(19)
A.數字簽名技術
B.消息認證技術
C.數據加密技術
D.身份認證技術
下面選項中正確描述了沖突域的是(20)
A.傳送了沖突的數據包的網絡區域
B.以網橋、路由器、交換機為邊界的網絡區域
C.安裝了路由器和集線器的網絡區域
D.應用了過濾器的網絡區域
參考答案:
1、C 公式d(∫x0f(t))/dx=f(x),所以f(x)=6x,∫10f(x)=∫106xdx=3x2|x0=3
2、B 本題中f(x)=exf’(x)=ex設所求切線方程為y-ex0=ex0(x-x0).由于切線過原點,所以0-ex0=ex0(0-x0),解得x0=1,故所求切線方程為y-e=e(x-1)即y=ex
3、B
lim(sin3x/tg2x)=lim(sin3x/sin2x)cos2x=lim((sin3x/3x)/(sin2x/2x))(3/2)cos2x=(1/1)*(3/2)*1=3/2
x→0x→0
4、A
¬(P∨Q)←→(P∧Q)
ó(¬(P∨Q)→(P∧Q))∧((P∧Q)→¬(P∨Q))
ó((P∨Q)∨(P∧Q))∧((¬P∨¬Q)∨(¬P∧¬Q))
ó(P∨Q)∧(¬P∨¬Q)
5、C
利用∧對∨分配得
(P∨Q)∧(¬P∨¬Q)
ó(P∧¬P)∨(P∧¬Q)∨(¬P∧Q)∨(Q∧¬Q)
ó(P∧¬Q)∨(¬P∧Q)
6、B 此處Protocol表示協議的意思,由協議的出現才使得網絡的運行成為一種可能性,所以選擇B
7、B 在此表示數據的表示形式不同因此選B
8、C 這里與上文對應,表示底層的不同通信設備由于協議的出現可以進行相互的通信
9、A 與上文內容對應,上文提及single-user,是指單用戶,此處應該是multi-user,多用戶的意思。
10、C OSI表示的是開放式系統互聯參考模型,符合文中含義,所以只能選C