Grade

Type of questions

English Senior High

3なのですが、whatはなぜ間違いになるのですか?

1 内から適切な語句を選びましょう。 (1) That's (which / what) you said yesterday. (2) Are animals (who / that) are in zoos happy? (3) There are three employees (that/whom ) will receive an award. (4) The apartment house, (which / whose) bathrooms are shared by the residents. repaired next month. what he was (5) He is not (that/ what ) he was. (6) Who was the person (to who /to whom ) you spoke yesterday? 3 日本 (1) 私が欲し The camera 過去の彼 is (2) I looked up which I wanted to know in the encyclopedia. I looked h (2) 私は昨日、友人と I met a friend o (3) 始まりがあると Whatever (4) 彼女はいわに She is (5) その木は変 The tree, again ne (7)/Today I didn't see the boy and his dog (which /that) run in the park every day. that (8) This is the pen (with which/with that) the novelist wrote his novels. (9) He said that he could speak English) ( that / which ) was a lie. (10) If (wh whoever / anyone ) is having difficulty hearing me, let me know. 2 例にならって下線部の誤りを訂正し、文全体を書き直しましょう。 (151) My father always keep my promise. → My father always keeps his promise. (1) Iwant to ask for the opinion of someone which is familiar with the law. kamiliar with the lan of someone who want to ask for the opinion. what I wanted to know in the encyclopedia 4 日本語の (1) 京都 Kyo (2) 15 N up (3) The report mentions something what is important to our lives. The report mentions something that ever is important to our lives (4) This is the picture which Allen is proud. This is the of hoch Allen is picture proud (5) I learned the procedure from him, who was a mistake. (I learned the procedure from him), which was a mistake (3) (6) He, which father is the president of the company, got promoted. He, whoes father is the president of the company, got promoted (7) Whoever win first prize in the contest, it matters little to me. wins Whoever work dirst prize in the contest, it matters little to (8) Which is more, they revealed an unexpected finding. What is more, they revealed an what is more this whoever i 66 unexpected finding unexp

Resolved Answers: 1
IT Senior High

⑷なんですけど、なぜ、平均の回数は50.5回になるんですか?💦

4 左下図は10個の整数データ 「91,58, 15,80, 34,7,69, 22,73,46」 を配列に格納しながら、 見つけたいデータがあるかどうかを判断する流れ図である。 次の問いに答えよ。 CHRGROD 配列の宣言 終わり Yes b For i = End Sub 1 2 3 a(i) If a(i) 4 (1) ①⑦ に適するものを語群から選び、 記号ア~コを解答欄に書きなさい。 (2) プログラムで表現すると以下のようになる。 ①~⑩0に適語を入れなさい。 Sub 逐次探索() ABCDELF G H 91 58 15 80 34 7 69 22 73 46 7 ←見つけたいデータ あり ①) a(10) As Integer 語群 7. a (i) > b イ. a (i) = b ウ. (i) <b a 「あり」 と表示 オ. 「なし」と表示 カ. 見つけたいデータをbに入力 キ. a(i) に整数データの値Cells (1, i) を入力 . a(i) に整数データの値Cells(i, 1) を入力 ケ.ループi1,2,3,..., 10 コループ i Cells((2), (3)). Value ④) To (⑤) Cells (( ⑥ ) (⑦) Value Then = Cells (⑧ End End If Next. 10 ) Cells (( ⑧ ), ( ⑨ )).Value = )).Value "なし" ”あり” (3) 見つけたいデータが 「69」 の場合、左から順に調べると何回のループで見つかるか。 (4) 数字が100個のとき、最大で何回、平均で何回で「あり」と表示されるか。ただし、見つけたいデータ は100個の中にあるものとする。

Resolved Answers: 1