問題詳情
9 下列關於程式語言範式(paradigm)的敘述,何者錯誤?
(A)函數式(functional)範式,程式被設計像數學的函數
(B)宣告式(declarative)範式,程式使用一組原始函數(primitive functions)去推論新的事實
(C)物件導向式(object-oriented)範式,程式處理的是主動的物件(active objects)
(D)程序式(procedural)範式,程式被視為是主動的人(active agent)去處理被動的物(passive objects)
(A)函數式(functional)範式,程式被設計像數學的函數
(B)宣告式(declarative)範式,程式使用一組原始函數(primitive functions)去推論新的事實
(C)物件導向式(object-oriented)範式,程式處理的是主動的物件(active objects)
(D)程序式(procedural)範式,程式被視為是主動的人(active agent)去處理被動的物(passive objects)
參考答案
無參考答案
內容推薦
- 【題組】 49 Which of the following is considered an external environment?(A)An office setting. (B)A medi
- 【題組】 50 According to this passage, which of the following statements is true?(A)Chronobiology began
- 【題組】 47 What does the word “subsumed” mean in the last paragraph?(A)Included (B)Reduced (C)Downsized
- 36 A recent study found that a positive attitude towards learning in early grades is ___________ to
- 【題組】 48 Which of the following is the result of an asynchrony of an organism with its internal envir
- 請依下文回答第 46 題至第 50 題: One of the most dramatic features of the world is the cycle of day and night. A
- 34 This coffee is too strong. Please ___________ it by adding some water.(A)digest (B)dilute (C)revi
- 【題組】 45 Which of the following correlative factors has NOT been proven to be significant?(A)Vehicle
- 【題組】 44 According to the passage, which of the following statements is true?(A)Vehicles with dark co
- 33 There was so much ___________ in the streets that travel was slow.(A)compression (B)combustion (C
內容推薦
- 2 The government is to sign an_______with U.S. government for preventing the criminals from travelli
- 3________of heart attack include chest pain, cold sweating and nausea, developing into trouble breat
- 4 Many citizens view the rapid influx of immigrants with anxiety, worrying that the nation might fai
- 7 To follow a Mediterranean-style diet, which include high consumption of olive oil, fruits, and veg
- 6 ______the truth during an immigration inspection is a violation of Immigration Act and thus punish
- 9 In recent years, increasing numbers of refugees and migrants from Syria are crossing the Mediterra
- 8 After several rounds of recruitment, a number of potential candidates finally _________as the pres
- 24 執行以下程式片段後,下列敘述何者正確? (A) a 的值是 4 (B) b 的值是 4 (C) c 的值是 4 (D) d 的值是 4
- 10 The major argument against immigration is that so many migrants fail to _________with the local c
- 請依下文回答第 11 題至第 15 題:For United States Government personnel abroad to host a banquet, round tables of
- 請依下文回答第 16 題至第 20 題:Since the 1980s, immigration has drastically increased, making the city more eth
- 【題組】17 According to the first paragraph, which of the following statements is true?(A)Since the 1980
- 【題組】18 According to the passage, which of the following statements is NOT true?(A)Immigrants from ar
- 【題組】19 When was a Polish family most likely to immigrate to Vancouver?(A)Before World War I. (B)Sinc
- 【題組】20 What does the word “stagnant” mean?(A)Statistical. (B)Spectacular. (C)Staggering.(D)Sluggish.
- 5 A visitor visa holder will be allowed to travel to Taiwan before the_____ of the visa.(A)expiratio
- 25 關於 CPU,下列敘述何者正確?(A)傳統未優化的程式,CPU 時脈(Clock Rate)越高,執行越快 (B)一般而言,若 CPU 設計有 n 個核心(Core)、m 個執行緒(Thread
- 26 關於電腦的速度與容量,下列敘述何者正確?(A) 10Mbps 的網卡表示每秒可傳送一千萬位元組 (B)存取時間(Access Time)10ms 的傳統硬碟表示找到資料須費時 0.01 秒 (C
- 27 關於各進位系統轉換,下列敘述何者正確?(A) 101001012 = 2558 (B) A316 = 101000112 (C) 2358 = 9916 (D) 101000112 = 1531
- 【題組】12(A)respective(B)responsible(C)responsive(D)restrictive
- 【題組】14(A)customary (B)reliable (C)regulatory(D)controversial
- 29 若前序運算式(prefix expression)++AB×C-DE 中,A = B = C = D = E = 2,下列何者為此運算式之值? (A) 16 (B) 19 (C)
- 28 若 S 為一個空堆疊(Stack),經過 PUSH(S,1)、PUSH(S,3)、PUSH(S,5)、PUSH(S,7)、PUSH(S,9)的操作後,下列敘述何者正確? (A)再 POP(S)、
- 30 某雜湊表(Hash Table)共有 7 個存放位置(索引編號 0 到 6) ,雜湊函數為 f(key) = key % 7 且碰撞(Collision) 時採線性探測(Linear Probi
- 32 執行以下程式片段後,下列敘述何者正確?int a = 10, b = -10; while (a > b) { a -= 2; b += 3;}; (A) a 的值是 0 (B) b 的值