欢迎来到天天文库
浏览记录
ID:31008998
大小:234.00 KB
页数:6页
时间:2019-01-05
《台北巿立大学》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、臺北巿立大學103學年度第一學期學士班二、三年級轉學生招生考試試題系別:資訊科學系(三年級)不得使用計算機或任何儀具。科目:計算機概論(含程式設計)考試時間:90分鐘【8:20-9:50】總分:100分※注意:不必抄題,作答時請將試題題號及答案依照順序寫在答卷上;限用藍色或黑色筆作答,使用其他顏色或鉛筆作答者,所考科目以零分計算。(於本試題紙上作答者,不予計分。)一、選擇題(每題2分,共50分)1.What’stheoutputofJavalanguage?publicclassPrecedence{publicstaticvoidm
2、ain(String[]args){intx=2,y=1;inta=x+y-2/2;System.out.println("a="+a);}}(A)a=3 (B)a=2 (C)a=1.5(D)a=12.What’stheoutputwhenyouattempttocompileandrunthefollowingJavacode?publicstaticvoidmain(Stringargv[]){Utaipeics=newUtaipei();inti=3;i=i++;System.out.println(i);}}(A)3 (
3、B)2 (C)4 (D)null3.What’stheoutputwhenyouattempttocompileandrunthefollowingJavacode?publicclassUtaipei{privateinti;publicstaticvoidmain(Stringargv[]){Utaipeics=newUtaipei();inti=3;System.out.println(cs.i);}}(A)3 (B)2 (C)0 (D)null(第6頁,共6頁)4.若用5位元長度之2的補數來表示十進位數值-5,應
4、為:(A)10101(B)11011(C)11110(D)110105.在下列位元組中,何者為奇同位編碼?(A)11010100(B)00101000(C)01110001(D)011010116.機器語言包含哪兩部分?(A)運算碼和運算元(B)運算子和運算元(C)運算器和運算子(D)運算子和運算碼7.Ipv4位址的位元長度為:(A)8位元(B)16位元(C)32位元(D)64位元8.哪種數值表示法的-0為111111(假設使用6位元儲存資料)?(A)帶符號大小(B)1’s補數(C)2’s補數(D)BCD9.哪一個資料的讀取速度最快(
5、A)記憶體(B)暫存器(C)磁帶(D)磁碟10.230除以10的餘數為何? (A)0 (B)4 (C)8 (D)611.Inacomputer,the______subsystemservicesasamanageroftheothersubsystems.(A)memory(B)ALU(C)CU(D)CPU12.In2’scomplementrepresentationwitha4-bitallocation,weget_____whenweadd4to4.(A)0(B)8(C)-8(D)113.Inpaging,
6、memoryisdividedintoequallysizedsectionscalled_______andaprogramisdividedintoequallysizedsectionscalled_________.(A)frames,pages(B)pages,frames(C)pages,pages(D)frames,frames14.PipeliningimprovesCPUperformancedueto(A)reducingmemoryaccesstime(B)increasingclockspeed(C)thein
7、troductionofparallelism(D)additionalfunctionalunits15.Inthe_____methodforsynchronizingtheoperationoftheCPUwithanI/Odevice,alargeblockofdatacanbepassedfromanI/Odevicetomemorydirectly.(A)programmedI/O(B)interrupt-drivenI/O(C)DMA(D)isolatedI/O(第6頁,共6頁)16.Asshowninthefollow
8、ingfigure,PC2isunabletoaccessPC1.Totroubleshootthisproblem,thetechnicianneedstoconfirmthatthenexthopinterfacei
此文档下载收益归作者所有