第
50題: 在發(fā)送電子郵件附加多媒體數(shù)據(jù)時需采用( )協(xié)議來支持郵件傳輸
A、MIME
B、SMIP
C、POP3
D、IMAP4
答案解析與討論:
m.xiexiliangjiufa.com/st/4176816363.html第
1題: 計算機執(zhí)行程序時,內(nèi)存分為靜態(tài)數(shù)據(jù)區(qū)、代碼區(qū)、棧區(qū)和堆區(qū)。其中()一般在進(jìn)行函數(shù)調(diào)用和返回時由系統(tǒng)進(jìn)行控制和管理,()由用戶在程序中根據(jù)需要申請和釋放。
(1) A.靜態(tài)數(shù)據(jù)區(qū).
B.代碼區(qū)
C.棧區(qū)
D.堆區(qū)
(2) A.靜態(tài)數(shù)據(jù)區(qū).
B.代碼區(qū)
C.棧區(qū)
D.堆區(qū)答案解析與討論:
m.xiexiliangjiufa.com/st/5024729576.html第
2題: 某有限自動機的狀態(tài)轉(zhuǎn)換圖如下圖所示,與該自動機等價的正規(guī)式是()。

A.(0|1)*
B.(0|10)*
C.0*(10)*
D.0*(1|0)*答案解析與討論:
m.xiexiliangjiufa.com/st/5024811501.html第
4題:
You are developing a sevver-side enterprise application. It must support a variety of different clients including desktop browsers , mobile browsers and native mobile applications. The application might also expose an API for 3rd parties to customer. It might also( )with other applications via either web services or a message broker. The application handles requests(HTTP requests and messages)by executing business logic;accessing a databse;exchanging messages with other systems;and returning a HTML /JSON/XML ( ) . There are logical components corresponding to different functional areas of the application.What's the application' s deployment architecture?Define an architecture that structures the application as a set of ( ) ,collaborating services. This approach corresponds to the Y-axis of the ScaleCube. Each service is;Flighly maintainable and testable-enables rapid and frequent development and deployment.Loosely coupled with other services-enables a team to work independently(the majority of time on their servicers)without being impouted by changes to other services and without affecting other services.( ) deployable-enable a team to deploy their services without having to cortdinate with other teams.Capable of being developed by a small team-essential for high productivity by avoiding the high communication head of large teams.Services ( ) using either synchronous protocols such as HTTP/REST or a synchronous protocols such as AMQP. Services can be developed and deployed independently of one another. Each service has its own database in order to be decoupled from other services. Data consistency between services is maintained using some particular pattern.(1)A、integrateB、CoordinateC、cooperateD、Communicate(2)A、requestB、responseC、textD、File(3)A、loosely coupledB、loosely cohesionC、High coupledD、Highly cohesion(4)A、DependentlyB、IndependentlyC、CoordinatelyD、Integratedly(5)A、interoprateB、coordinateC、communicateD、depend答案解析與討論:
m.xiexiliangjiufa.com/st/5025020977.html