題庫堂
檢索
題庫堂
首頁
數學
英文學習
政治學
統計學
經濟學
藥理學
中醫藥物學
財政學
法學知識
公共行政
警察學
BI規劃師
財務管理
公共衛生學
工程經濟學
電力電子學
當前位置:
首頁
二、題組題 題組一:依據下圖食物網,回答下列問題。 18.若此生態系受到重金屬鎘的汙染,那麼體內可能積存鎘含量最多的生物是哪一種? (A)鯡魚 (B)海豹 (C)比目魚 (D)浮游藻類。【題組】14.
問題詳情
二、題組題
題組一:依據下圖食物網,回答下列問題。
18.若此生態系受到重金屬鎘的汙染,那麼體內可能積存鎘含量最多的生物是哪一種?
(A)鯡魚
(B)海豹
(C)比目魚
(D)浮游藻類。
【題組】14.此食物網中的生產者是哪個生物?
(A)鯡魚
(B)海豹
(C)比目魚
(D)浮游藻類。
參考答案
上一篇 :
5.請問以下四種動物,為了克服陸地環境的演化敘述,何者不正確? (A)兩生類---成體以肺呼吸 (B)爬蟲類---內溫動物 (C)鳥類---卵有卵殼 (D)哺乳類---體內受精。
下一篇 :
6.如圖表示某生態環境中的食物網,下列哪一選項中的兩種生物,彼此間的交互作用既有捕食又有競爭? (A)蝦和海豹 (B)蝦和企鵝 (C)鯨魚和海鳥 (D)烏賊和海鳥。
資訊推薦
159.Given: 11. double input = 314159.26; 12. NumberFormat nf = NumberFormat.getInstance(Locale.ITALI
160.Given: 22. StringBuilder sb1 = new StringBuilder("123"); 23. String s1 = "123&quo
161.Given: 1. public class Boxer1{ 2. Integer i 3. int x; 4. public Boxer1(int y){ 5. x = i + y; 6.
162.Given: 11. public static void main(String[] args){ 12. Integer i = new Integer(1) + new Integer(
163.32Given: 1. public class TestString3{ 2. public static void main(String[] args){ 3. //insert cod
164.Given: 1. d is a valid, non-null Date object 2. df is a valid, non-null DateFormat object set to
165.Given: 5. import java.util.Date; 6. import java.text.DateFormat; 21. DateFormat df; 22. Date dat
166.Given: 1. public class BuildStuff{ 2. public static void main(String[] args){ 3. Boolean test =
167.Given: 11. String test = "Test A. Test B.Test C."; 12. //insert code here34 13. Strin
168.Given: 11. public void testIfA(){ 12. if(testIfB("True")){ 13. System.out.println(&quo
170.Given: 12. String csv = "Sue,5,true,3"; 13. Scanner scanner = new Scanner(csv); 14. sc
171.Given: 11. String test = "a1b2c3"; 12. String[] tokens = test.split("d"); 13
172.Given: 33. Date d = new Date(0); 34. String ds = "December 15, 2004"; 35. //insert cod
173.Given: 11. public class Yikes{ 12. 13. public static void go(Long n){System.out.print("Long
174.Given: 12. Date date = new Date(); 13. df.setLocale(Locale.ITALY); 14. String s = df.format(date
175.Which two scenarios are NOT safe to replace a StringBuffer object with a StringBuilder object? (
177.Given: 11. String test = "This is a test"; 12. String[] tokens = test.split("s&qu
178.Given: 1. public class Target{ 2. private int i = 0; 3. public int addOne(){ 4. return ++i; 5. }
185.Given: 1. public class Person{ 2. private String name; 3. public Person(String name){this.name
186.Which two statements are true about the hashCode method? (Choose two.)(A) The hashCode method fo
187.Given: 1. public class Score implements Comparable<Score>{ 2. private int wins, losses; 3. publi
189.Given: 23. Object[] myObjects = { 24. new Integer(12), 25. new String("foo"), 26. new
190.Given: 1. import java.util.*; 2. public class WrappedString{ 3. private String s; 4. public Wrap
192.Given: 3. import java.util.*; 4. public class G1{ 5. public void takeList(List<? extends String>
193.Given that the elements of a PriorityQueue are ordered according to natural ordering, and: 2. im