It is a process during ______ the body releases water to cool the skin.A. whenB. whichC. whereD. that

It is a process during ______ the body releases water to cool the skin.

A. when

B. which

C. where

D. that


相关考题:

[A] During[B] For[C] At[D] Since

Given classes defined in two different files:What is required at line 5 in class SomeApp to use the process method of BitUtils?() A.process(bytes);B.BitUtils.process(bytes);C.app.BitUtils.process(bytes);D.util.BitUtils.process(bytes);E.import util.BitUtils.*; process(bytes);F.SomeApp cannot use the process method in BitUtils.

__(41)__是正确的网页代码结构。A. B. __(41)__是正确的网页代码结构。A.<html> </html> <head> </head> <body> </body>B.<tml> < head > <body> </body> < /head > < /html >C.<html> < head > < /head > <body> </body> < /html >D.<html> <body> < head > < /head > </body> < /html >

__(41)__是正确的网页代码结构。A. B. __(41)__是正确的网页代码结构。A.<html> </html> <head> </head> <body> </body>B.<html> < head > <body> </body> < /head > < /html >C.<html> < head > < /head > <body> </body> < /html >D.<html> <body> < head > < /head > </body> < /html >

下面选项中关于HTML语法格式描述正确的是( )。A.<html> <head> <title>…</title> </head> <body> ? </body> </html>B.<html> <head <title>…</title> <body> ? </body> </html> </head>C.<head> <html <title>…</title> <body> ? </body> </html> </head>D.<html> <title>…</title> <head> </head> <body> ? </body> </html>

Passage Four"Cool" is a word with many meanings. Its old meaning is used to express a temperature that is a little bit cold. As the world has changed, the word has had many different meanings."Cool" can be used to express feelings of interest in almost anything. When you see a famous car in the street, maybe you will say, "It's cool. ' You may think, "He's so cool," when you see your favorite football player.We all maximize (扩大) the meaning of "cool". You can use it instead of many words such as "new" or "surprising". Here's an interesting story we can use to show the way the word is used. A teacher asked her students to write about the waterfall (瀑布) they had visited. On one student's paper was just the one sentence, "It's so cool." Maybe he thought it was the best way to show what he saw and felt.But the story also shows a scarcity of words. Without "cool", some people have no words to show the same meaning. So it is quite important to keep some credibility (可信性). Can you think of many other words that make your life as colorful as the word "cool"? I can. And I think they are also very cool.46. We know that the word "cool" has had______.A. only one meaningB. no meaningsC. the same meaningD. many different meanings

以下对字符数组word进行初始化,不正确的是()A.char word[]='cool0';B.char word[]={'c','o','o','l'};C.char word[]={"cool0"};D.char word[]="cool0";

2、已知下述语句在完整的程序中,语法上正确的是A.with tmp Select C<= '0' when '11', '1' when others;B.c<='0' WHEN A='1' AND B='1' ELSE '1 ';C.IF A='1' AND B='1' THEN C<='0', ELSE C<='1'; END IF;D.上述语句都必须在Process内

【单选题】HTML文档结构由()组成。A.<html>…</html>、<title>…</title>、<body>…</body>B.<body>…</body>、<h1>…</h1>、<html>…</html>C.<html>…</html>、<head>…</head>、<body>…</body>D.<meta>…</meta>、<title>…</title>

下列CSS的规则正确的是A.body{color:black;}B.{body;color:black}C.body:color=blackD.{body:color=black(body)}