[問題]答案對嗎??

看板TransCSI作者 (REBORN)時間15年前 (2009/06/28 17:55), 編輯推噓0(0030)
留言30則, 2人參與, 最新討論串1/1
1.the layer of OSI model is responsible for source-to-destination delivery of an individual packet. a.presentation b.network c.physical d.session my answere:c 2.which layer of the OSI model is responcible for source-to-destination delivery of the entire message? a.transport b.network c.data-link d.session Ans:a 3.a queue of characters currently contains:a,b,c,d.d Character d is at the front t.what would be the contents of the queue after the following operations: (i)a deletion(ii)the addition of w then of x(iii)a deletions(iiii) the addition of y a. a,b,c,w,y b.y,x,c,d c.y,x,w,a,b d.a,b,c,d,w e.c,d,w,x,y ans:e 另外幾題小弟看不懂?@@麻煩大大們~ 為小弟解困^^||| 1.How many 1's are present in the binary representation of 3x512+7x64+5x8+3? a.8 b.9 c.10 d.11 e.12 2.suppose that fragment of assembly code below is written for an accumulator -based machine: LOAD X,MULT Y,STORE T1,MULT T1,STORE T1,LOAD Z,ADD Y,ADD T1,STORE R what expression evaluated? a.R=(XY)+Y+Z b.R=(XY)^2+Y+Z c.R=XY^2+Y+Z d.R=XY^2(Y-Z) e.XY^3+Z 3.asssume that a=1 b=2 and c=2 which is evahuated to be true? a.NOT[(A>1)OR(B=C)] b.NOT(a=1) c.[(a=b)AND(b=c)] d.NOT[(b>a)OR NOT(a<c)] e.none of the above 4.Big-Endian system,how is a four-byte integer 10A42D stored in memory from 0 to 3?Draw a figure to illustrate the allocation. BIG-endian是甚麼?@@書上是不是沒寫??? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 122.126.140.201

06/28 19:50, , 1F
前面三題:B D C
06/28 19:50, 1F

06/28 19:52, , 2F
Application Presetation Session - Message
06/28 19:52, 2F

06/28 19:54, , 3F
Transport-segment;Network-packet;DataLink-frame
06/28 19:54, 3F

06/28 19:59, , 4F
上面是每一層處理的檔案類型..(是這樣說嗎= =?)
06/28 19:59, 4F

06/28 19:59, , 5F
甚麼意思啊?@@
06/28 19:59, 5F

06/28 20:03, , 6F
我好想慘大了= =問題一堆
06/28 20:03, 6F

06/28 20:05, , 7F
第三題是佇列,有先進先出的特性;abcd,題目說d是頭端
06/28 20:05, 7F

06/28 20:06, , 8F
(i)從頭端刪除一個(ii)從尾端加上w和x
06/28 20:06, 8F

06/28 20:07, , 9F
(iii)從頭端刪除一個(iiii)從尾端加上y 所以等於yxwab
06/28 20:07, 9F

06/28 20:10, , 10F
嗯嗯?@@
06/28 20:10, 10F

06/28 20:12, , 11F
第三題的順序:abcd→abc→xwabc→xwab→yxwab
06/28 20:12, 11F

06/28 20:15, , 12F
嗯嗯
06/28 20:15, 12F

06/28 20:26, , 13F
physical session 是甚麼意思??@@
06/28 20:26, 13F

06/28 20:28, , 14F
osi模型裡有七層 可以上維基看看
06/28 20:28, 14F

06/28 20:30, , 15F
喔@@拿其他題要怎麼做??.....
06/28 20:30, 15F

06/28 20:33, , 16F
下面第三題,把數字帶進去,前四個選項算出來都是False
06/28 20:33, 16F

06/28 20:36, , 17F
我只算過二進位的數值耶@@沒算過1和2的???
06/28 20:36, 17F

06/28 20:37, , 18F
下面第二題-Load X;Mult Y;Sto T1 = T1←X+Y
06/28 20:37, 18F

06/28 20:40, , 19F
A=1>1是F,B=2=C是T,ForT是F,NotF是T 其他以此類推@@
06/28 20:40, 19F

06/28 20:41, , 20F
原來喔我想太多了= =
06/28 20:41, 20F

06/28 20:42, , 21F
上面打錯,下面第二題-Load X;Mult Y;Sto T1 = T1←X*Y
06/28 20:42, 21F

06/28 20:43, , 22F
Mult T1;Sto T1 =T1*T1*T1→(X*Y)(X*Y)
06/28 20:43, 22F

06/28 20:45, , 23F
Load Z;Add Y;Add T1;Sto R= R←Z+Y+T1 so R=Z+Y+(X*Y)^2
06/28 20:45, 23F

06/28 20:47, , 24F
load=載入;mult=乘;sto=存回;add=加 這樣懂嗎..
06/28 20:47, 24F

06/28 20:49, , 25F
嗯嗯懂了~原來是這種意思
06/28 20:49, 25F

06/28 20:50, , 26F
Mult T1;Sto T1 =T1←T1*T1=(X*Y)(X*Y)
06/28 20:50, 26F

06/28 20:50, , 27F
God..第二條又打錯..改成上面這條
06/28 20:50, 27F

06/28 20:51, , 28F
恩恩
06/28 20:51, 28F

06/28 20:55, , 29F
第一題和第四題 小弟表達能力差 不知該如何解釋 抱歉O_Q
06/28 20:55, 29F

06/28 20:59, , 30F
嗯嗯~不過真的謝謝z大那麼詳細的解釋~^^
06/28 20:59, 30F
文章代碼(AID): #1AHpuT8e (TransCSI)