学年

質問の種類

英語 高校生

英検2級、要約の問題です。 下線部の"them"が表しているのは"farmers"で合っていますか?

4 ライティング(英文要約) ライティングテストは、2つ問題 (45)があります。忘れずに2つの問題に解答してください。 この問題は解答用紙 B面の 4 の解答欄に解答を記入してください。 以下の英文を読んで,その内容を英語で要約し、解答欄に記入しなさい。 語数の目安は45語~55語です。ndy yubovs 解答は、解答用紙のB面にある英文要約解答欄に書きなさい。なお, 解答欄の外 に書かれたものは採点されません。 解答が英文の要約になっていないと判断された場合は, 0点と採点されることが あります。 英文をよく読んでから答えてください。 thods maslow girl ono si Farmers often grow food on their farms by using traditional farming methods that their families have used for a long time. However, there are other methods that can be used. These days, some of them use new technologies, such as drones and robots, to help run their farms. othe What are the reasons for this? By using these technologies, the work can be done with a small number of people. This helps farms that need more workers. Also, young people who have knowledge of new technologies are more likely to become interested in farming. On the other hand, farmers have to pay a lot of money to start using new technologies. Many farmers may not be able to afford them. Also, farmers need to have the knowledge and skills to use these technologies. It will take a lot of time and practice for many farmers to be able to use them well. yanoq gaiyudango Justio

解決済み 回答数: 1
情報:IT 高校生

(5)についてです。 return 1とはどういうことですか?この場合kazuは5なので関係ないですか?

表示するに をひとまとまり する。 (kazu を指す。 8], [11, 0から ・参照す 値配 H ものを てい Foxr- を返す関数である。 (1) Tokuten [50, 40, (2) saidai 0 (3) bango=0 (4) 10から (5) (6) (7) ..(D), 35, 70] ① まで1ずつ増やしながら繰り返す もしTokuten [1] (2) saidaiならば! saidai Tokuten[i] bango- (日) 表示する(最高点 1 ', saidai, "出席番号 (イ) (エ) () (Tokuten) + (Tokuten) 1 < 素数 (Tokuten) (7) bango (ケ) (1)> bango + 1 -1 (カ 444 saidai 配 Takuten 要素を比較する (関数) 次のプログラムの(1)~(3),(5)5が,(4)12が入力された場合に「答え は」に続いて表示されるも def funcl (kazu): x = kekka=0 for i in range (1, kazu + 1): kekka = kekka + i return kekka int(input('正の整数を入力)) 8 print('答えは', func1 (x)) (3) 234 def func3 (kazu): pai = 3.14 (2) 1 kekka = 1 for i in range (kazu, 0, -1) def func2(kazu): 2 3 4 5 6 7 kekka = kekka * 1 return kekka x = int(input('正の整数を入力 8 print('答えは', func2 (x)) (4) return pai * kazu * kazu 3 15 x = float(input('正の数を入力) 6 print('答えは', func3(x)) def func4(kazu): kekka = [] for i in range(1, kazu if kazu i == 0: kekka.append(i 6 return kekka 7 14 15 (5) def func5(kazu): if kazu == 0: return 1 return kazu * func5 (kazu-1) 6 x = int(input('正の整数を入力リ) 7 print('答えは', func5(x)) 8 x = int(input('正の整数を入 9 print('答えは', func4(x)) input()の戻り値は文字列であ ため,(3)では float() を使って 小数点型に,そのほかは int( ) 数型に変換している。

解決済み 回答数: 1
1/180