問題詳情
25 關於 CPU,下列敘述何者正確?
(A)傳統未優化的程式,CPU 時脈(Clock Rate)越高,執行越快
(B)一般而言,若 CPU 設計有 n 個核心(Core)、m 個執行緒(Thread),n ≥ m
(C)原設計為單執行緒的程式,在多核心、多執行緒的電腦執行可以加速
(D)通常若 CPU 的 L1 快取(Cache)大小為|L1|、L2 快取大小為|L2|,|L1|≥|L2|
(A)傳統未優化的程式,CPU 時脈(Clock Rate)越高,執行越快
(B)一般而言,若 CPU 設計有 n 個核心(Core)、m 個執行緒(Thread),n ≥ m
(C)原設計為單執行緒的程式,在多核心、多執行緒的電腦執行可以加速
(D)通常若 CPU 的 L1 快取(Cache)大小為|L1|、L2 快取大小為|L2|,|L1|≥|L2|
參考答案
無參考答案
內容推薦
- 【題組】20 What does the word “stagnant” mean?(A)Statistical. (B)Spectacular. (C)Staggering.(D)Sluggish.
- 【題組】19 When was a Polish family most likely to immigrate to Vancouver?(A)Before World War I. (B)Sinc
- 【題組】18 According to the passage, which of the following statements is NOT true?(A)Immigrants from ar
- 【題組】17 According to the first paragraph, which of the following statements is true?(A)Since the 1980
- 請依下文回答第 16 題至第 20 題:Since the 1980s, immigration has drastically increased, making the city more eth
- 請依下文回答第 11 題至第 15 題:For United States Government personnel abroad to host a banquet, round tables of
- 10 The major argument against immigration is that so many migrants fail to _________with the local c
- 24 執行以下程式片段後,下列敘述何者正確? (A) a 的值是 4 (B) b 的值是 4 (C) c 的值是 4 (D) d 的值是 4
- 8 After several rounds of recruitment, a number of potential candidates finally _________as the pres
- 9 In recent years, increasing numbers of refugees and migrants from Syria are crossing the Mediterra
內容推薦
- 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 的值
- 31 關於輸入一個實數變數 a,下列 C 程式敘述何者正確?(A) scanf(“%r”, &a); (B) scanf(“%r”, a); (C) scanf(“%f”, &a); (D) scan
- 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
- 6 ______the truth during an immigration inspection is a violation of Immigration Act and thus punish
- 8 After several rounds of recruitment, a number of potential candidates finally _________as the pres
- 7 To follow a Mediterranean-style diet, which include high consumption of olive oil, fruits, and veg
- 9 In recent years, increasing numbers of refugees and migrants from Syria are crossing the Mediterra
- 10 下列程式是 C 語言的 function,請問呼叫 C(4,3)會得到多少? (A)3 (B)4 (C)6 (D)7
- 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
- 5 A visitor visa holder will be allowed to travel to Taiwan before the_____ of the visa.(A)expiratio
- 【題組】19 When was a Polish family most likely to immigrate to Vancouver?(A)Before World War I. (B)Sinc
- 【題組】18 According to the passage, which of the following statements is NOT true?(A)Immigrants from ar
- 2 下列何者是 R 3 之子空間(subspace)?(A) W = {(x1 , x2 ,1) : x1 , x2 ∈ R} (B) W = {( x1 , x2 , x1 x2 ) : x1 ,
- 35 若欲列出資料庫中員工資料表(Employee)內所有不同職級(Rank)名稱,下列 SQL 敘述何者正確?(A) SELECT Rank (DIFFERENT) FROM Employee; (