返回「101年 普考 資訊處理」題庫

101年 普考 資訊處理|歷屆考題全文(機器抽取)

101年公務人員高等考試三級考試暨普通考試資訊處理類科歷屆試題,含法學知識與英文(包括中華民國憲法、法學緒論、英文)、資料處理概要、計算機概要等 6 科。

共 6 份考卷|資料來源:依政府資料開放授權條款(OGDL)第 1 版利用,資料集:考選部歷屆試題(data.gov.tw dataset 170565),101 年。

本頁文字由 PDF 機器抽取,可能有辨識誤差,僅供搜尋參考,請以官方原始檔案為準。

免費登記製作需求🚀 前往「101年 普考 資訊處理」下載頁所有公開題庫

法學知識與英文(包括中華民國憲法、法學緒論、英文)

下載:題目 答案

代號:

4401

頁次:

4 - 1

101 年公務人員普通考試試題

類 科:各類科

科 目:法學知識與英文(包括中華民國憲法、法學緒論、英文)

考試時間:

1 小時

座號:

※注意:

 總統府

 3 人

 大法官係最高法院法官之尊稱

 大法官負責審理一般法官之彈劾案

 7 日

檢察一體

 審計

 提審

 五分之三

 非常重視公法與私法的區分

 法院組織法  民事訴訟法  刑事訴訟法

26 行政程序法所稱行政機關,除了指代表國家、地方自治團體或其他行政主體表示意思,從事公共事務,具有單 獨法定地位之組織外,尚包括:

 受託行使公權力之個人或團體,在其接受委託的範圍內

27 刑法第 131 條公務員圖利罪於民國 90 年進行修正時,將原規定「公務員對於主管或監督之事務,直接或間接圖 利者」,修改為「公務員對於主管或監督之事務,明知違背法令,直接或間接圖自己或其他私人不法利益,因 而獲得利益者」,其主要用意為:

35

It is very rude of these naughty boys to their classmate's new hair style.

請依下文回答第 39 ~ 41 題

Some of the most interesting words in English are the actual names of the people first involved in the activities suggested by the meanings of the words. The word boycott , 39 , derives from the case of Sir Charles Boycott (1832-97), a land agent in Ireland whose tenants expelled him because he refused to lower their rents. Vidkun Quisling's name quickly became an infamous addition to the English language during World War Ⅱ . He was a Norwegian politician who betrayed his country to the Nazis, and his name, quisling , means 40 . Perhaps the most common example is the word sandwich , 41 the fourth Earl of Sandwich (1718-92), who created this quick portable meal so that he would not have to leave the gambling table to eat.

請依下文回答第 42 ~ 45 題

A condemned US inmate who turned from a gang leader to an anti-gang advocate 42 bars has been nominated for the 2006 Nobel peace prize, the college professor behind the nomination said Tuesday. Professor Philip Gasper of Notre Dame de Namur University in California has nominated convicted killer Stanley 'Tookie' Williams for the prize five years 43 , according to Alice Kim of the Campaign to Stop the Death Penalty. A Swiss parliamentarian was the first to 44 Williams for the prize, Kim said. 'I respect him for his willingness to be public with his stand against gangs and for peace, though he must 45 daily with a violent prison environment full of gang members and unfriendly prison officials, many of whom do not support his message or his work,' said Gasper.

請依下文回答第 46 ~ 50 題

Together with the gorilla, the chimpanzee is our closest cousin in the animal world. Most people feel an immediate kinship with this great ape, with its large range of facial gestures, body postures, and expressive sounds.

The chimp has a skill once attributed only to humans but now known to occur in various animal groups -the use of simple tools. The chimp even makes its own tools for specific purposes. It will take a leafy twig and strip the leaves to make a long, thin stick for use as a termite catcher. The chimp pokes it through a narrow entrance into a termite nest, then it extracts the stick and licks off the juicy termites.

Chimps also crush leaves in their palms for use as sponges. They hold the leaves in water that they cannot reach with their mouths, such as that in a hollow log. Then they extract the leafy sponge and suck the moisture from it.

Like the young gorillas and humans, baby chimps have a long childhood, up to ten years in some cases. During this time, they find out how to feed and groom themselves, avoid danger, and communicate with other members of their group. Their behavior is partly instinctive. They also learn by observing other members of the group, and through trial and error.

 Gorilla

Cousin

 Humans.

 sticks

 Human

 Termites.

 tails

 twigs

39  for instance  such as  in short  as a result
40  traitor  patriot  trick  foolishness
41  following from  resulting in  divided by  named after
42  behind  of  at  within
43  on the scene  for a while  in a row  under siege
44  award  consult  advise  recommend
45  juggle  cooperate  cope  accord

資料處理概要

下載:題目

官方不公布申論答案

101 年公務人員普通考試試題

類 科: 統計、資訊處理

科 目: 資料處理概要

考試時間:

1 小時 30 分

※注意:

 禁止使用電子計算器。

 不必抄題,作答時請將試題題號及答案依照順序寫在試卷上,於本試題上作答者,不予計分。

三、請回答下列問題:(每小題

5 分,共 20 分)

 請分別舉出兩個樹結構與圖結構在電腦應用中實際的例子。

代號 :

全一頁

41460

44260

座號:

計算機概要

下載:題目 答案

101 年公務人員普通考試試題

類 科:電子工程、電信工程、資訊處理

科 目:計算機概要

考試時間:

1 小時

※注意:

座號:

 訊息傳遞( message passing )

代號:

5405

頁次:

6 - 1

6 - 2

 1 與 2

 2 與1

#include <stdio.h> int main() { int choice = 1; switch (choice) { case 1: printf("*"); case 2: printf("**"); case 3: printf("***"); } return 0; }

 *

 **

 ***

 2 與0

 ******

x

yz

00

0

0

1

1

 (1, 3, 4, 6) ) , , ( =∑ z y x F

11

0

1

10

1

0

 (1, 2, 4, 7) ) , , ( = ∑ z y x F

 (0, 3, 5, 6) ) , , ( =∏ z y x F

全減法器真值表

 (a, b, c)=(1, 0, 1)

01

1

0

頁次:

 圖形( graph )的廣度優先搜尋( breadth-first search )

 樹狀結構的中序走訪( inorder traversal )

6 - 4

27 下列以 C 程式語言撰寫之程式執行後產生之輸出為何?

#include <stdio.h> int main() { int a = 10, b = 5, c = 1, d = 7; if (!a > 100 && b < 6) { if (c < 4 || d > 8) printf("A"); else printf("B"); } else printf("C"); return 0; }

 A

 B

 C

printf("%d", a >> (1+(b<<2)));

 1

#include <stdio.h> int main() { int a = 64, b = 1; return 0; }

 0

 2

 B + 樹( B + tree )  R 樹( R tree )  雜湊( Hashing )  二元搜尋樹( Binary search tree )

(A+B×C)×(A/B-C)/(A×B+B×C+C×A)  ×/+×ABC/-ABC+×AB+×BC×CA  /×+A×BC-/ABC++×AB×BC×CA  /×+×BCA-/ABC+×AB+×BC×CA  以上皆非

 無任何輸出

 4

 32 、 20 、 50 、 45 、 38 、 10

 153.6:1

 ②③ 正確;

①⑤ 錯誤

 ①② 正確;

③④ 錯誤

 ①④ 錯誤

 ②④ 正確

 CD'

void print(node* x) { cout << x->data; print(x->left); print(x->right); }

針對以下的樹,呼叫 print(p) 結果為何?

10

32

20

50

38

45

p

 20 、 32 、 50 、 10 、 38 、 45

 10 、 32 、 20 、 50 、 45 、 38

5405

6 - 6

38 下列以 C 程式語言撰寫之程式執行後的輸出為何?

#include <stdio.h> int foo1(int v) { int a = 0; a += v; return a; } int foo2(int v) { static int a = 0; a += v; return a; } int main () { foo1(10); foo2(10); printf("%d %d", fool(5), foo2(5)); return 0; }

 5 5

 5 15

 15 5

#include <stdio.h> int gcd(int x, int y) { if (x%y ==0) return y; else return gcd(y, x%y); } int main() { int x,y; printf("%d", gcd(231, 35)); return 0; }  7  21  231  35

40 以下敘述何者錯誤?

 15 15

輸入 輸入 輸入 輸出 輸出 輸出
X Y Z 借位( B ) 差值( D )
0 0 0 0 0
0 0 1 a 1
0 1 0 1 1
0 1 1 1 0
1 0 0 b 1
1 0 1 0 0
1 1 0 0 0
1 1 1 1 c

資訊管理概要

下載:題目

官方不公布申論答案

類 科: 資訊處理

科 目: 資訊管理概要

考試時間:

1 小時 30 分

※注意:

 禁止使用電子計算器。

5 分,共 20 分)

 使用者自建系統( End User Computing, EUC

代號 :

44230

座號:

程式設計概要

下載:題目

官方不公布申論答案

101 年公務人員普通考試試題

類 科: 資訊處理

科 目: 程式設計概要

考試時間:

1 小時 30 分

※注意:

 禁止使用電子計算器。

 不必抄題,作答時請將試題題號及答案依照順序寫在試卷上,於本試題上作答者,不予計分。

int test[ ] = {10,20,30,40,50,60,70,80,90,100}; int *ptr = test;

請回答下列式子的值是什麼?(每小題 5 分,共 20 分)

 test[5]  *(test + 8)  ptr[1+2]  *(ptr + 7)

Animal 類別代表動物,是一個抽象類別( abstract class ),它有 1 個 private 屬性 name 與 1 個 protected 屬性 speed ,分別代表動物名稱與速度;有 1 個 public static 常數 DISTANCE ,其值為 1000 ,代表賽跑的總距離;它有一個無引數建構子( noargument constructor ),會將 name 設定為 'No Name' ,將 speed 設定為 1 ;也有一 個二引數建構子( two-argument constructor ),會將 name 與 speed 分別設定為傳入 之參數 theName 與 theSpeed ;它也有 1 個 toString() 方法會傳回動物名稱與速度合併 後的字串;它有 1 個 time() 的抽象方法( abstract method ),用以計算動物跑完全程 所需時間。

Turtle 類別代表烏龜,是 Animal 的衍生類別。它的無引數建構子會呼叫 Animal 的 無引數建構子;它的二引數建構子會呼叫 Animal 的二引數建構子;它的 time() 方法 會傳回烏龜跑完全程所需時間。它的 toString() 方法會先呼叫父類別的 toString() 以取 得名稱與速度,並與 time() 所計算的時間,合併成一個字串後傳回。

Rabbit 類別代表兔子,是 Animal 的衍生類別。它有一個 private 的屬性 sleep ,代表 兔子在比賽開始後睡覺的時間。它有一個無引數建構子,會先呼叫 Animal 的無引 數建構子,然後將 sleep 設定為 0 ;它有一個三引數建構子,會先呼叫 Animal 的二 引數建構子,然後將 sleep 設定為傳入之第 3 個參數 theSleep ;它的 time() 方法會傳 回兔子跑完全程所需時間,此時間需包含兔子睡覺的時間。 toString() 方法會先呼叫 父類別的 toString() 以取得名稱與速度,並與 sleep 時間,以及 time() 所計算的時間, 合併成一個字串後傳回。

代號 :

44220

全一張

(正面)

座號:

101 年公務人員普通考試試題

類 科: 資訊處理

科 目: 程式設計概要

//radiobutton.html <html> <head> <title> PHP with radio buttons </title> </head> <body> // 使用 <form> 元素以提供 2 種遞送方式的選項按鈕給使用者 </body> </html> //radiobutton.php <html> <head> <title> PHP with radio buttons </title> </head> <body> /* 填入必要的指令,將使用者選取的遞送方式,加上前置詞 ' 您選取的遞送方 式是 ' 後,在使用者的瀏覽器顯示出來。 */ </body> </html>

代號 :

44220

國文(作文、公文與測驗)

下載:題目 答案

101 年公務人員普通考試試題

類 科: 各類科

科 目: 國文(作文、公文與測驗)

考試時間:

2 小時

※注意:

禁止使用電子計算器。

甲、作文與公文部分:

「反求諸己」是立身處世的根本立足點,也是自我覺知與自我管理的核心概念。 若能將「反求諸己」的功夫落實在日常生活中,時時自我反省、自我修正、 自我改進,超越困境,追求成長,當能逐步實現人之為人的本性與夙願。試以 「反求諸己」為題,撰寫一篇文章,文長不限。

二、公文:( 20 分)

中華民國消費者文教基金會於日前公布大臺北地區 20 所國民小學校園遊樂設施 安全性調查,發現諸多缺失,學童若使用此類設施,恐有陷入危險之虞。試擬 臺北市政府教育局致各國民小學函:對於校園遊樂設施,應指派專人負責每日 檢視安全無虞,並於採購新設施時,必須符合國家安全標準,以確保學童安全。

乙、測驗部分:( 20 分)

代號: 1401

意金字塔〉)

下列選項何者最貼近本文的重點?

代號 :

40110-45710

( 正面)

座號:

101 年公務人員普通考試試題

類 科: 各類科

科 目: 國文(作文、公文與測驗)

根據上文,以下描述何者正確?

依據本文,蘇軾對於兩人的評價,下列何者最適當?

沈麟士大智若愚

劉凝之潔身自愛

沈麟士胸懷寬厚

劉凝之性格耿介

閱讀下列文字,回答  至  題 :

宋太祖嘗彈雀於後苑,或稱有急事請見。上亟見之,其所奏乃常事耳。上怒詰之, 對曰:「臣以為尚亟於彈雀。」上愈怒,舉斧柄撞其口,墮兩齒。其人徐俯拾齒置 懷中,上罵曰:「汝懷齒,欲訟我乎?」對曰:「臣不能訟陛下,自當有史官書之 也。」上悅,賜金帛慰勞之。(《續資治通鑑長編》)

 能夠自我反省  深具政治手腕  善於文過飾非  企圖收買人心  本文表明君臣相處之道貴在:

人君掌握獎懲大權,才能樹立威信

代號 :

40110-45710

(背面)

免費登記製作需求前往「101年 普考 資訊處理」下載完整檔案 →