用戶【ahscott.tw】點評問題和點評內容

【評論主題】2. In a natural community, the primary consumer is?(A) Carnivores(B) Herbivores(C) Detritivores(D) D

【評論內容】

(B) Primary consumers make up the second trophic level. They are also called herbivores. They eat primary producers—plants or algae—and nothing else.

【評論主題】30 執行下列 Python 程式後,產生的輸出為何? (A) 10 20 (B) 20 30 (C)[10, 20, 30] (D)[20, 10, 30]

【評論內容】

def 定義方法 會把input[p1]和input[p2]數值互換

input = [10, 20, 30]

把input[0] 和input[1]互換

input 就變成 [20, 10, 30]

【評論主題】28 考慮下列的 C 語言函數宣告,然後呼叫 f(4),函數的回傳值為何? (A)1 (B)4 (C) 10 (D) 24

【評論內容】

f(1) = 1

f(2) = 2*f(1) = 2

f(3) = 3*f(2)= 6

f(4) = 4*f(3) = 4*6 = 24

【評論主題】12 下列不同無號數進制表示法的運算式之計算結果,何者的值最大?(A) (1000001-100000)2(B) (76-34)8(C) (73-38)10(D) (CD-AF)16

【評論內容】

(A) (27+20)-25 =65-32=33

(B) (7*81+6*80)-(3*81+4*80)=(56+6)-(24+4)=34

(C) 73-38 = 35

(D) (12*161+13*160)-(10*161+15*160)=(192+13)-(160+15)=30

【評論主題】1. Which of the following is NOT part of the endomembrane system?(A) Lysosome(B) Endoplasmic reticul

【評論內容】

(D) Important note: the endomembrane system does not include mitochondria, chloroplasts, or peroxisomes.