网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

Part C

Directions: Read then following text carefully and then translate the underlined segments into Chinese. Your translation should be written clearly on ANSWER SHEET Ⅱ. ( 10 points)

Laws of nature are of two basic forms: (1) a law is Universal if it states that some conditions, so far as are known, in- variably are found together with certain other conditions; and (2) a law is probabilistic if it affirms that, on the average, a stated fraction of cases displaying a given condition will display a certain other condition as well. In either case, a law may be valid even though it obtains only under special circumstances or as a convenient approximation.

46) Moreover, a law of nature has no logical necessity; rather, it rests directly or indirectly upon the evidence of experience. Laws of universal form. must be distinguished from generalizations, such as "All chairs in this office are gray," which appear to be accidental. Generalizations, for example, cannot support counterfactual conditional statements such as "If this chair had been in my office, it would be gray" nor subjunctive conditionals such as "If this chair were put in my office, it would be gray." On the other hand, the statement "All planetary objects move in nearly elliptical paths about their star" does provide this support. All scientific laws appear to give similar results.

47) The class of universal statements that can be candidates for the status of laws, however, is determined at any time in history, by the theories of science current then.

Several positive attributes are commonly required of a natural law. Statements about things or events limited to one location or one date cannot be lawlike. Also, most scientists hold that the predicate must apply to evidence not used in deft- ring the law: though the law is founded upon experience, it must predict or help one to understand matters not included among these experiences. Finally, it is normally expected that o law will be explainable by more embracing laws or by some theory.

48) Thus t a regularity for which there are general theoretical grounds for expecting it will be more readily called a natural law than an empirical regularity that cannot be subsumed under more general laws or theories.

Universal laws are of several types. 49) Many assert a dependence between varying quantities measuring certain properties, as in the law that the pressure of a gas under steady temperature is inversely proportional to its volnme.

Others state that events occur in an invariant order, as in "Vertebrates always occur in the fossil record after the rise of invertebrates." Lastly, there are laws affirming that if an object is of a stated sort it will have certain observable properties. 50) Part of the reason for the ambiguity of the term law of nature lies in the temptation to apply the term only to statements of one of these sorts of laws, as in the claim that science deals solely with cause and effect relationships, when in fact all three kinds are equally valid.

46.____________________


参考答案

更多 “ Part CDirections: Read then following text carefully and then translate the underlined segments into Chinese. Your translation should be written clearly on ANSWER SHEET Ⅱ. ( 10 points)Laws of nature are of two basic forms: (1) a law is Universal if it states that some conditions, so far as are known, in- variably are found together with certain other conditions; and (2) a law is probabilistic if it affirms that, on the average, a stated fraction of cases displaying a given condition will display a certain other condition as well. In either case, a law may be valid even though it obtains only under special circumstances or as a convenient approximation.46) Moreover, a law of nature has no logical necessity; rather, it rests directly or indirectly upon the evidence of experience. Laws of universal form. must be distinguished from generalizations, such as "All chairs in this office are gray," which appear to be accidental. Generalizations, for example, cannot support counterfactual conditional statements such as "If this chair had been in my office, it would be gray" nor subjunctive conditionals such as "If this chair were put in my office, it would be gray." On the other hand, the statement "All planetary objects move in nearly elliptical paths about their star" does provide this support. All scientific laws appear to give similar results.47) The class of universal statements that can be candidates for the status of laws, however, is determined at any time in history, by the theories of science current then.Several positive attributes are commonly required of a natural law. Statements about things or events limited to one location or one date cannot be lawlike. Also, most scientists hold that the predicate must apply to evidence not used in deft- ring the law: though the law is founded upon experience, it must predict or help one to understand matters not included among these experiences. Finally, it is normally expected that o law will be explainable by more embracing laws or by some theory.48) Thus t a regularity for which there are general theoretical grounds for expecting it will be more readily called a natural law than an empirical regularity that cannot be subsumed under more general laws or theories.Universal laws are of several types. 49) Many assert a dependence between varying quantities measuring certain properties, as in the law that the pressure of a gas under steady temperature is inversely proportional to its volnme.Others state that events occur in an invariant order, as in "Vertebrates always occur in the fossil record after the rise of invertebrates." Lastly, there are laws affirming that if an object is of a stated sort it will have certain observable properties. 50) Part of the reason for the ambiguity of the term law of nature lies in the temptation to apply the term only to statements of one of these sorts of laws, as in the claim that science deals solely with cause and effect relationships, when in fact all three kinds are equally valid.46.____________________ ” 相关考题
考题 You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following

考题 These young trees require ()carefully. A looking afterBto look afterClook afterDlooking for

考题 你正在创建一个Web窗体。你写了如下的代码段去创建一个 SqlCommand对象:现在,你需要显示Customers表中客户的数量。下面那两个代码段能达到此目的?() A. object customerCount = cmd.ExecuteScalar(); lblCompanyName.Text =customerCount.ToString();B. int customerCount = cmd.ExecuteNonQuery(); lblCompanyName.Text =customerCount.ToString();C. SqlDataReader dr = cmd.ExecuteReader(); dr.Read(); lblCompanyName.Text =dr[0].ToString();D. SqlDataReader dr = cmd.ExecuteReader(); dr.Read(); lblCompanyName.Text = dr.ToString();

考题 You are creating a Web Form. You write the following code segment to create a SqlCommand object.Dim conn As SqlConnection = New SqlConnection(connString)conn.Open()Dim cmd As SqlCommand = conn.CreateCommand()cmd.CommandText = "select count(*) from Customers"You need to display the number of customers in the Customers table. Which two code segments can you use to achieve this goal?()A. Dim customerCount As Object = cmd.ExecuteScalar()lblCompanyName.Text = customerCount.ToString()B. Dim customerCount As Integer = cmd.ExecuteNonQuery()lblCompanyName.Text = customerCount.ToString()C. Dim dr As SqlDataReader = cmd.ExecuteReader()dr.Read()lblCompanyName.Text = dr(0).ToString()D. Dim dr As SqlDataReader = cmd.ExecuteReader()dr.Read()lblCompanyName.Text = dr.ToString()

考题 Given the following DDL for the PARTS table:CREATE TABLE parts (part_no INT(9) NOT NULL, part_name VARCHAR(24), part_remain INT(9));All part numbers entered will be different and all rows should be displayed in order of increasing part numbers whenever the table is queried. Which of the following create index statements will meet this criteria and require the least amount of storage for the index object?()A.CREATE UNIQUE INDEX idx_partno ON parts(part_no)B.CREATE UNIQUE INDEX idx_partno ON parts(part_name ASC)C.CREATE UNIQUE INDEX idx_partno ON parts(part_name, part_no ASC)D.CREATE UNIQUE INDEX idx_partno ON parts(part_no, part_name ASC)

考题 以下哪些是地震数据的记录格式A.SEG-YB.SEG-2C.SEG-DD.Las

考题 下列选项中,哪个声明可用来给元素添加下划线()A.text-indent:underlineB.text-decoration:underlineC.text-transform:underlineD.text-align:underline

考题 Translate 协会 in English()

考题 以下哪个不是地震数据的记录格式?A.LasB.SEG-2C.SEG-YD.SEG-D

考题 6、以下哪些是地震数据的记录格式A.SEG-YB.SEG-2C.SEG-DD.Las