【評論主題】21 若宣告下列 2 維整數陣列int a[3][3]={{1, 2},{3, 4, 5},{6}};則下列那個元素為 0?(A) a[0][1] (B) a[1][0](C) a[1][2](D)
【評論內容】矩陣為 1 2 0 3 4 5 6 0 0a[0][1]=2a[1][0]=3a[1][2]=5a[2][1]=0
【評論主題】25 下列 C 程式迴圈執行完畢後,變數 count 的值為何? (A) 120 (B) 39916800 (C) 3628800 (D) 24
【評論內容】判斷式: i%5=0 break [當i除5的餘數為0時,跳出for loop]i=1時, count=count*(i+1)=2i=2時, count=count*(i+1)=2*3=6i=3時, count=count*(i+1)=6*4=24i=4時, count=count*(i+1)=24*5=120i=5時,符合判斷式,離開for loop。因此count=120
【評論主題】21 若宣告下列 2 維整數陣列int a[3][3]={{1, 2},{3, 4, 5},{6}};則下列那個元素為 0?(A) a[0][1] (B) a[1][0](C) a[1][2](D)
【評論內容】矩陣為 1 2 0 3 4 5 6 0 0a[0][1]=2a[1][0]=3a[1][2]=5a[2][1]=0
【評論主題】25 下列 C 程式迴圈執行完畢後,變數 count 的值為何? (A) 120 (B) 39916800 (C) 3628800 (D) 24
【評論內容】判斷式: i%5=0 break [當i除5的餘數為0時,跳出for loop]i=1時, count=count*(i+1)=2i=2時, count=count*(i+1)=2*3=6i=3時, count=count*(i+1)=6*4=24i=4時, count=count*(i+1)=24*5=120i=5時,符合判斷式,離開for loop。因此count=120
【評論主題】25 下列 C 程式迴圈執行完畢後,變數 count 的值為何? (A) 120 (B) 39916800 (C) 3628800 (D) 24
【評論內容】判斷式: i%5=0 break [當i除5的餘數為0時,跳出for loop]i=1時, count=count*(i+1)=2i=2時, count=count*(i+1)=2*3=6i=3時, count=count*(i+1)=6*4=24i=4時, count=count*(i+1)=24*5=120i=5時,符合判斷式,離開for loop。因此count=120
【評論主題】25 下列 C 程式迴圈執行完畢後,變數 count 的值為何? (A) 120 (B) 39916800 (C) 3628800 (D) 24
【評論內容】判斷式: i%5=0 break [當i除5的餘數為0時,跳出for loop]i=1時, count=count*(i+1)=2i=2時, count=count*(i+1)=2*3=6i=3時, count=count*(i+1)=6*4=24i=4時, count=count*(i+1)=24*5=120i=5時,符合判斷式,離開for loop。因此count=120
【評論主題】25 下列 C 程式迴圈執行完畢後,變數 count 的值為何? (A) 120 (B) 39916800 (C) 3628800 (D) 24
【評論內容】判斷式: i%5=0 break [當i除5的餘數為0時,跳出for loop]i=1時, count=count*(i+1)=2i=2時, count=count*(i+1)=2*3=6i=3時, count=count*(i+1)=6*4=24i=4時, count=count*(i+1)=24*5=120i=5時,符合判斷式,離開for loop。因此count=120
【評論主題】25 下列 C 程式迴圈執行完畢後,變數 count 的值為何? (A) 120 (B) 39916800 (C) 3628800 (D) 24
【評論內容】判斷式: i%5=0 break [當i除5的餘數為0時,跳出for loop]i=1時, count=count*(i+1)=2i=2時, count=count*(i+1)=2*3=6i=3時, count=count*(i+1)=6*4=24i=4時, count=count*(i+1)=24*5=120i=5時,符合判斷式,離開for loop。因此count=120
【評論主題】25 下列 C 程式迴圈執行完畢後,變數 count 的值為何? (A) 120 (B) 39916800 (C) 3628800 (D) 24
【評論內容】判斷式: i%5=0 break [當i除5的餘數為0時,跳出for loop]i=1時, count=count*(i+1)=2i=2時, count=count*(i+1)=2*3=6i=3時, count=count*(i+1)=6*4=24i=4時, count=count*(i+1)=24*5=120i=5時,符合判斷式,離開for loop。因此count=120
【評論主題】25 下列 C 程式迴圈執行完畢後,變數 count 的值為何? (A) 120 (B) 39916800 (C) 3628800 (D) 24
【評論內容】判斷式: i%5=0 break [當i除5的餘數為0時,跳出for loop]i=1時, count=count*(i+1)=2i=2時, count=count*(i+1)=2*3=6i=3時, count=count*(i+1)=6*4=24i=4時, count=count*(i+1)=24*5=120i=5時,符合判斷式,離開for loop。因此count=120
【評論主題】25 下列 C 程式迴圈執行完畢後,變數 count 的值為何? (A) 120 (B) 39916800 (C) 3628800 (D) 24
【評論內容】判斷式: i%5=0 break [當i除5的餘數為0時,跳出for loop]i=1時, count=count*(i+1)=2i=2時, count=count*(i+1)=2*3=6i=3時, count=count*(i+1)=6*4=24i=4時, count=count*(i+1)=24*5=120i=5時,符合判斷式,離開for loop。因此count=120
【評論主題】15 給定前置式(Prefix)數學式/*+ab-cd-e,若 a=5, b=4, c=3, d=2, e=1,則運算結果應為多少?(A)-9 (B)0.6 (C)9 (D)-0.6
【評論內容】前置式數學式: 運算元在前 EX: *ab 代表 a*b題目的確很特別 -e 其實是"負號e"原式可寫成 /*+54-32-1根據運算元搭配數字,做(顏色)群組區分/*+54-32-1 = /*(5+4)(3-2)-1=/*91-1此時可以發現 尾數的-1是指負數,式子才能計算/*91-1=/9-1=9/(-1)=-9
【評論主題】【題組】39.Which of the following statements about Stan McClain is true?(A)He planned to sell his store
【評論內容】
(d)可從文章最後一段得到答案
"tore up his driveway to turn it into a vegetable garden"
意思是將他的車道改為種菜的花園
p.s.
tire動詞三態 tire/tore/torn
tire up 撕毀、廢除
【評論主題】【題組】30(A)overlook(B)overlooks(C)overlooked(D)overlooking(E)was
【評論內容】先拆成兩個句子1.Our house w☆☆ ...
【評論主題】【題組】22(A)before(B)after(C)when(D)as(E)while
【評論內容】He started thisnbeha☆☆☆☆ ☆☆☆☆☆ ...
【評論主題】【題組】22(A)before(B)after(C)when(D)as(E)while
【評論內容】He started thisnbeha☆☆☆☆ ☆☆☆☆☆ ...
【評論主題】【題組】30(A)overlook(B)overlooks(C)overlooked(D)overlooking(E)was
【評論內容】先拆成兩個句子1.Our house w☆☆ ...
【評論主題】3.The ship was carrying a____of crude oil.(A)cargo(B) brook(C) fund(D) pedal
【評論內容】
crude oil 原油
a. a cargo of 一批[指貨輪/貨機(cargo ship/plans)的貨物]
b. brook n.溪流
c. a fund of = a lot of
d. pedal n.踏板
【評論主題】36.We are all ____________about your acquisition proposition.(A)eyes (B)breath (C) hearts (D)ears
【評論內容】片語: be all ears 全神貫注地聽
【評論主題】【題組】39.Which of the following statements about Stan McClain is true?(A)He planned to sell his store
【評論內容】
(d)可從文章最後一段得到答案
"tore up his driveway to turn it into a vegetable garden"
意思是將他的車道改為種菜的花園
p.s.
tire動詞三態 tire/tore/torn
tire up 撕毀、廢除
【評論主題】36.We are all ____________about your acquisition proposition.(A)eyes (B)breath (C) hearts (D)ears
【評論內容】片語: be all ears 全神貫注地聽
【評論主題】【題組】39.Which of the following statements about Stan McClain is true?(A)He planned to sell his store
【評論內容】
(d)可從文章最後一段得到答案
"tore up his driveway to turn it into a vegetable garden"
意思是將他的車道改為種菜的花園
p.s.
tire動詞三態 tire/tore/torn
tire up 撕毀、廢除
【評論主題】【題組】33. (A)caught(B)end up(C)finding(D)have left
【評論內容】
補充
若要選(d),因為吸管是"被"遺棄,所以要改為have been left
【評論主題】二、文法與慣用語11.This movie is ______.(A)worth seeing(B) worthy seeing(C) worthwhile seeing (D) worth to s
【評論內容】
查到的文法
be worth +N/Ving
be worthy of N/Ving [表被動]
be worthy to VR
It is worthwhile to VR
It is worthwhile Ving
(b)修改為 This movie is worthy of seeing.
或This movie is worthy to be seen.
(c) 修改為 It's worthwhile seeing this movie.
(d) 修改為 It is worthwhile to see this movie.
【評論主題】14.When Sandy returned home, the rug had not been cleaned yet, ______.(A)nor had the laundry been do
【評論內容】
我覺得(d)可能是要改成這樣,請參考
(a)When Sandy returned home, the rug had not been cleaned yet,nor had the laundry been done.
推(d)應該修改為
When Sandy returned home, the rug had not been cleaned yet, the laundry had not "been" done either.
【評論主題】9.The company has been successful in______overseas markets this year.(A)imploding(B) penetrating(C)
【評論內容】
The company has been successful in penetrating overseas markets thus year.
今年,該公司成功地打入了海外市場。n【評論主題】3.The ship was carrying a____of crude oil.(A)cargo(B) brook(C) fund(D) pedal
【評論內容】
crude oil 原油
a. a cargo of 一批[指貨輪/貨機(cargo ship/plans)的貨物]
b. brook n.溪流
c. a fund of = a lot of
d. pedal n.踏板
【評論主題】三、閱讀測驗Weather seems to be the most important factor dictating the severity of forest fires.Hot, dry
【評論內容】
回4F, (b)的意思是區分森林大火的方法
可是文章主要是介紹森林大火的非人為因素會依地理環境而不同
供你參考一下
【評論主題】25. If John _______ satisfied with his TOEIC score, he wouldn’t be taking it again.(A) were (B) is (
【評論內容】
同意樓上,詳細文法可看這網址
https://tw.blog.voicetube.com/archives/17088
【評論主題】17. _____________ is guaranteed, or we will refund your money 100%.(A) Satisfying (B) Satisfied (C)
【評論內容】satisfying = extremely good , adj令人十分滿意的
satisfactory = good enough, adj令人滿意的[尚可的意思]
【評論主題】36.We are all ____________about your acquisition proposition.(A)eyes (B)breath (C) hearts (D)ears
【評論內容】片語: be all ears 全神貫注地聽
【評論主題】【題組】35.(A) without(B) by(C) but for(D) unless
【評論內容】
回2F
這兩個是都可以用在假設語氣的用法
我查到字面上的意思還是有點不同
but for 要不是
without 沒有
再參照1F的翻譯,應該只能選without 。
EX:
But for your help, he might be drowned. 要不是你的幫忙,他大概被淹死。
Without your help, he might be drowned. 沒有你的幫忙,他大概被淹死。
【評論主題】26.Benson __his back when he fell off the tree.(A) hurted(B) was hurt(C) got hurt(D) hurt
【評論內容】
(b)(c) 的文法為 be/get hurt on 身體部位
選項都少一個介系詞on
【評論主題】【題組】39.Which of the following statements about Stan McClain is true?(A)He planned to sell his store
【評論內容】
(d)可從文章最後一段得到答案
"tore up his driveway to turn it into a vegetable garden"
意思是將他的車道改為種菜的花園
p.s.
tire動詞三態 tire/tore/torn
tire up 撕毀、廢除
【評論主題】【題組】39.Which of the following statements about Stan McClain is true?(A)He planned to sell his store
【評論內容】
(d)可從文章最後一段得到答案
"tore up his driveway to turn it into a vegetable garden"
意思是將他的車道改為種菜的花園
p.s.
tire動詞三態 tire/tore/torn
tire up 撕毀、廢除
【評論主題】【題組】45 .What operational strategy does Petrobras adopt?(A)It still aims at negotiating with the Midd
【評論內容】
題目意思: 何者是目前Petrobras採用的經營策略?
(a)It still aims at negotiating with the Middle East to import more oil.n
是錯的。因為文中提到,1980年代有此事,但目前已朝向海外深水領域開發石油。Inn the 1980,s,foreign activities by Petrobras were once aimed at nnegotiating imports, as the company traded machinery and agricultural nproducts for oil from the Middle East. But now, the company is focused non developing deepwater fields abroad.n
(b) 根據(a)的解釋,此選項是對的。
deepwater drilling與 develop deepwater是相關的
(c) p.s. not until 直到
It no longer gives priority to ensuring that Brazi...
【評論主題】【題組】42.1n terms of financial condition, which of the following statements is true?(A)Petrobras’s net
【評論內容】
題目意思:關於財務狀況,何者描述是對的?
(a)Petrobras’s net gains last year amounted to 43.22 billion.
文中提到: 總銷售 45.22billion,總利潤10.02billion.所以(a)是錯的
Its production last year led to net sales of $45.22 billion and a net profit of $10.02 billion(B)Petrobras has better financial condition than PdVSA and Pemax.文中提到: 這樣做法使他的財務狀況遠高於其他兩間,而其他兩間去年是虧損。所以(b)是對的That puts it on a much stronger financial footing than both PdVSA and Pemex, which lost money last year.(c)根據(b)的解釋,in the red財務赤字(即虧損的意思)。所以是對的。(d)(e) 根據(b)的解釋,文...【評論主題】Passage twoWhen most people think of Latin American oil, their thoughts turn to Venezuela and Mexico
【評論內容】
題目的意思: 為什麼Petrobras 於2010年的產量可以達到250萬桶?
文中有提及: Petrobars藉由投資的利潤來支撐產能.所以(a)(e)要選。
Petrobras,n which remains 55.7 percent state-owned, is investing its rush of profitn to bolster output to 2.5 million barrels of oil a day by 2010,up from nan average of 1.9 million this year.
(b)今年的日產量為190萬桶。這個只是描述他的產能狀況,所以不選。
(c)(d)是指該公司是政府或私人持有比例居多。
這個與他能提高產能無關。不選。
【評論主題】【題組】37. Which of the following statements can be inferred from the passage?(A)Mother rats usually ta
【評論內容】題目是:從文中可知甚麼?
(a) Mother rats usually take care of the pops. 是對的。
因為,第二段有提到
Under normal conditions,a mother rat would not leave her pops alone to die.
(b) Calhoun had experimented with rats before.
他以前有做過老鼠的實驗。但文章開頭只有有提到: 他於1960年開始做一系列的老鼠實驗。所以,無法得知他做這一系列實驗前,有沒有做其他老鼠的實驗。因此,此選項不選。Johnn B. Calhoun did a classic series of experiments to determine the effectsn of overpopulation on communities of rats in the 1960s.
(c)Stress does not occur in rat community unless there is overcrowding. 除非有ov...【評論主題】John B. Calhoun did a classic series of experiments to determine the effects of overpopulation on co
【評論內容】
我覺得文章第一段結尾處有段話,所以(c)可以說是結論
n At the end of these experiments, Calhoun was able to conclude that novercrowding caused a breakdown in the normal social relationships amongn rats.
第二段可以看到描述很多因overcrowding產生的deviant behavior
所以,(a)也可以選
【評論主題】【題組】30(A)overlook(B)overlooks(C)overlooked(D)overlooking(E)was
【評論內容】
先拆成兩個句子
1.Our house was located in an inconspicuous, tranquil nlittle village .
2.The village overlooked the vast sea.
3.Some people barely earnedn their livelihood by fishing in the sea.
1與2連結
Our house was located in an inconspicuous, tranquil nlittle village
which overlooked the vast sea.
=省略which
Our house was located in an inconspicuous, tranquil nlittle village
overlooking the vast sea. 所以30題答案為(d)
之後再與3連結 [note: 3主要是描述/修飾village]
Our house was located in an inconspicuous, tranquil nlittle village
overlooking the vast sea, where some people barely earnedn the...
【評論主題】【題組】22(A)before(B)after(C)when(D)as(E)while
【評論內容】
He started thisnbehavior about six months ___22___ we got married, which made it very difficult to get his attention on wedding details.
從文意中可知,她結婚前知道她丈夫有個習慣,導致他無法專心於籌辦婚禮細節上。