学年

質問の種類

英語 高校生

4の書き換えがよく分かりません。 教えてください🙇‍♀️

man for (1) a onnectedness is, in fact, a virtue bothered. If the clerk always wants to chat ates should be prohibited at a gift makes a (2A). The French anthropologist Claude where. I just want a hacksaw blade. ss tells of Léx (3) seemingly trivial ceremony during a meal in cheap rants in France. The guests sit at a long, *communal table, and each pour bottle of wine before his plate. Before the meal begins, a man will e not into his own glass but into his neighbor's. And his neighbor will the gesture, filling the first man's empty glass. In an economic sense has happened. (4) No one has any more wine than he had originally. ety has appeared where there was none before. The French tend to trangers, but in these little restaurants, strangers find themselves (5) close relationship for an hour or more. "A conflict exists," says Lévi- "not very keen, but real enough to create a state of tension between of privacy and the fact of community. ... This is the temporary but ituation resolved by the exchange of wine. It is an * assertion of which does away with the mutual *uncertainty." Just sitting at the becomes social life through an exchange of gifts. Further, the the wine allows another exchange - ( 2C ). dware store: 金物店 munal: 共用の hacksaw: (金属を切るために用いる) 弓のこ uncertainty: 半信半疑 assertion: 表明

回答募集中 回答数: 0
情報:IT 高校生

教えて欲しいです🙇‍♀️🙇‍♀️🙇‍♀️🙇‍♀️🙇‍♀️

番氏名 · Question33 変数にデータを入れるとき、 [] (括弧)にまとめて代入し、リスト(配列) として定義することが できます。 変数の大きさを知りたい場合には、 len() を使います。また、リストはリスト内の値を入 れるといった処理も行えます。 リスト 書式 説明 len(). 書式 説明 6 変数の値の交換! 書式 変数1, 変数2 = 変数2, 変数 1 説明 年 変数 = [データ 1, データ 2, データ 3, …] 1つの変数の中に、 複数の数値や、 複数の文字列を格納するときの書き方。 文字列を格納す る場合には、各データをダブルクォーテーションやシングルクォーテーションで囲む必要が ある。 格納されたデータの一つ一つは要素と呼ばれる。 組 la = [5,8,4,3,6,9,2,1,7] print (a) #並べ替える前のリスト 3b = 4 for i in range(b): 5 c=i for j in range (i + 1,b): if a[c] > a[j]: (大きさの知りたい変数) 変数=len リストならデータの個数を知る。 結果は普通、 別の変数に格納する。 変数なら文字列、 変数の値を変数2に、 変数2の値を変数に入れ替える書き方。 リスト内のデータを比較して並べ替える操作を「選択ソート」 という。以下のプログラムの空欄を埋めて、選択ソートでリスト 内の9つの数字を昇順に並べ替えるプログラムを作りなさい。 1.olleHond T (#の文は入力しない) (ファイル名は「出席番号 93 名前」 で保存すること) 8 9 a[i], a[c] = 10 print (a) #並べ替えた後のリスト 実行例 [5, 8, 4,3, 6, 9, 2, 1,7] [1,2,3,4,5,6,7,8,9] リスト作成 Aceptos 開始 長さ判定 入替処理 リストの作成 リストαの表示 リストの個数 繰り返し (0からbの数まで ci の値 繰り返し (i+1 から b の数まで) a[c]> a[j] Yes c←jの値 繰り返し | a[i] と a[c] の値を交換 繰り返し リストの表示 終了 No.

回答募集中 回答数: 0
情報:IT 高校生

期末課題なのですがテストが無い分これで成績が決まってしまうのですが全く分かりません💦教えて欲しいです

■アルゴリズムとプログラミング (課題) 以下の課題に取り組み、 作成したファイルをデスクトップに保存し、PCの「課題提出全日制」 → 「2学年」 「自分のクラスのフォルダー」→「問題番号に対応したフォルダー」にドラッグアンド ドロップして提出しなさい。 (作成できたファイルのみ提出すること) ・Question ① マウスの移動量を表す単位で 「ミッキー」というものがある。 | ミッキーあたり0.254mm(ミリ メートル) である。 以下のプログラムの空欄を埋めて、キーボードからマウスの移動量をミッキーで 入力されたら、 cm (センチメートル) で表示されるプログラムを作りなさい。 (ファイル名は 「出席番号 q1 名前」 で保存すること) 1 a = float(input("マウスを何ミッキー動かしましたか?>")) 2b = 3. print("あなたは", b, "センチメートル動かしました。 ") 実行例 マウスを何ミッキー動かしましたか? >100 あなたは 2.54センチメートル動かしました。 • Question ② 製 以下のプログラムの空欄を埋めて、 「おはよう」, 「さよなら」 と言われたら挨拶を返すプログラム を作りなさい。 (ファイル名は「出席番号 92 名前」 で保存すること) 1 a=str(input("挨拶をしてください>")) 2 if a | "おはよう": print("コンピュータ:", a) "さよなら": print("コンピュータ:", a) 3 4 elifa 5 6 else: 7 実行例 挨拶をしてください > おはよう コンピュータ:おはよう print("コンピュータ:よくわかりません") 挨拶をしてください > さよなら コンピュータ: さよなら 挨拶をしてください > こんにちは コンピュータ: よくわかりません 開始 at 挨拶をしてください> aは "おはよう Yes おはよう 終了 No. は さよなら Yes さよなら No. よくわかりませ

回答募集中 回答数: 0
英語 高校生

答えとできれば訳も教えていただきたいです

III. Aaron と Mayuka との間に, 自然な会話が成立するように,空欄 ( 31 ) から ( 40 ) に入る最も適切な表現を, a.〜d. の中から1つ選びなさい。 解答は解答用紙1枚目 (マークシート方式) の所定の解答欄にマークしなさい。 Aaron: So, Mayuka, after you graduate, ( 31 ) Mayuka: Well, I'm thinking of taking some time off and traveling for a while. Do you know about working holidays? Aaron: I've heard of them, but I don't know very much about them. Mayuka: Aaron: Mayuka: Aaron: Mayuka: Aaron: Mayuka: Aaron: Mayuka: Aaron: Mayuka: Aaron: (31) (32) (33) (34) Well, in certain countries you can work while you travel. (32) it's easy to extend your trip. (33) But actually, I think I want to start work right away. Oh really? What kind of company would you like to work for? (34) A big company would be great for long-term stability. But it might be a little bit boring. That's true. How about ( 35 ) I think I'd really love that. It seems really exciting and I think it would involve innovative thinking. But I'm a bit worried the pay might be lower than I want, and of course it's always possible that the company ( 36 ) Yeah I guess it's tough making decisions about where to work. If you could work anywhere, what would your dream job be? I'd like to work somewhere where ( 37 ) Maybe a green business of some sort? What would your dream job be? I'd like to start my own business and help to revitalize the economy in my hometown! It's in the countryside, here in Japan. Oh! What kind of business ( 38 ) I'm not exactly sure, but I'd like to use the experience I get on my working holiday to try to figure out what kind of business would be best. I'd like to start a business that combines (39) with international marketing opportunities. Wow! (40) a. do you have anything to do? b. what do you have to do? c. what do you want to do? d. do you want something to do? a. Since you can earn money while you're abroad b. You should add more days to your trip so c. Since it's interesting to work abroad d. Because you have never been abroad a. Keep telling me! b. It doesn't make sense. c. What a shock! d. That sounds great! a. It's already been decided! b. It's hard to decide. c. What have you decided? d. That's not a difficult decision.

回答募集中 回答数: 0
英語 高校生

至急!!私立大学看護学部の過去問です。答えがないため、回答を作って欲しいです!!科目は英語です。

問題番号に対応 効とする。 うち受験票お researchers at the University of Veterinary Medicine in Vienna, Austria, have found. Dogs won't give food to a human, even if that person gave them some food first, and that they would help other dogs that had helped them before. Therefore, the team Previous studies have shown that dogs can recognize cooperative and uncooperative humans, "reciprocal altruism"- that is, doing a good thing in return to a human who had given expected to find that their test subjects would put these two things together and show To start, the team trained a group of 37 dogs to press a button which would activate a them food first. *enclosure with the dispenser, while one of (2) two humans was in a separate enclosure with the button. One would press the button to food dispenser. Then, they put each dog in an would not. Each dog was paired with both humans in give food to the dog, and (4) unhelpful one. turn. After that, the researchers switched over the button and the dispenser. They expected that the dogs would press the button to give food to the helpful human but not to the though the dogs did press the button, they did it just as often when either human had the food dispenser, and even when no human was there at all. "In these kinds of studies (5) [perform / to / dogs / which/ trained / are in a particular behavior for an experiment, they will usually do the behavior a few times as they have simply learned the association between the behavior and getting a reward, and it may be enjoyable for them to do the behavior," said Jim McGetrick, a PhD student at the University of Veterinary Medicine in Vienna who led the research. 身を正しく が本冊子 1番 2 次の英文を読んで下の設問に答えなさい。 (3) giving us some food? Are they a combination of reasons. "It is (6) Why wouldn't our best pals want to help us out by secretly all bad boys and girls? McGetrick believes there is possible that the dogs did not understand enough about the task to realize that only one of the humans was providing them with food," he said. It could also be because they didn't fully understand the button and dispenser system, or because they were too focused on the food to notice whether a particular human was pressing the button or not. "Having said all that, even if they did completely understand the task and were fully attentive to the actions of the humans, there is still a good possibility that they wouldn't have given food back in return," he added. "It could be that providing food to a dog as they do not typically do that in everyday life." After all, humans are the ones who human is something very strange for (7) already have food, from a dog's perspective. why would your pet need to worry about (8) making sure you have enough? However, all the humans in the study were people the dogs didn't know. "It is quite 5

回答募集中 回答数: 0
情報 大学生・専門学校生・社会人

ExcelのVBAの問題なのですが、コマンドボタンのデータ参照の④の問題が分からないので、教えてください。

総合演習ⅡI (2) コマンドボタン オブジェクト名: 参照 表示文字列 : データ参照 クリックしたら以下の処理をするイベントプロシージャを記述 ① テキストボックス英語、数学、国語の文字列に空欄文字 ( ''')を代入 ② Range 型オブジェクト変数結果を宣言 ③ ワークシート試験結果の受験番号データからテキストボックス受験番号の文字列を完全一致で検索し、 検索結果を結 果に代入 ④ 結果がNothingの場合はメッセージダイアログ (メッセージ : 該当データがありません、 ボタン : OKのみ、 アイコン : 警 告)を表示し(戻り値は使用しない)、 それ以外は該当データの英語、数学、国語の得点 (対象セルの値を参 照) をテキストボックス英語、数学、国語の文字列に代入 ※ヒント: Offsetを用いて対象セルを指定 オブジェクト名: 更新 表示文字列 : データ更新 クリックしたら以下の処理をするイベントプロシージャを記述 ① Range 型オブジェクト変数結果を宣言 ワークシート試験結果の受験番号データからテキストボックス受験番号の文字列を完全一致で検索し、 検索結果を結 果に代入 結果がNothingの場合はメッセージダイアログ (メッセージ : 該当データがありません、 ボタン: OK のみ、 アイコン : 警 告)を表示し(戻り値は使用しない)、それ以外はテキストボックス英語、数学、国語の文字列を該当データの英語、 数学、国語の得点 (対象セルの値)に代入 入試データ ※ヒント: Offsetを用いて対象セルを指定 受験番号 英語 JMS001 89 JMS002 58 JMS003 82 JMS004 98 JMS005 89 数学 69 96 60 77 88 国語 73 73 79 89 94 検索する受験番号 英語の得点 70 JMS003 数学の得点 80 データ参照 国語の得点 90 データ更新 × Microsoft Excel データがありません _OK

回答募集中 回答数: 0
英語 高校生

至急です。明日提出のためどなたかわかる方手伝っていただけたら嬉しいです。

【1】 次の英文の空欄に最も適したものを選び、 英文を完成さ せなさい。 (2点×20) (1) What time will you ( come 2 happen 3 (2) Why don't you ( (4) You ( coming. lie 2 lay 3 send 4 sleep (3) All of the guests missed you. You ( the party. *miss〜 : 〜 の不在を寂しがる must 2 should 3 would 4 will to not (5) I haven't decided ( ) go out tonight because another typhoon is ought not 2 hadn't better 3 had better not had 4 to where going (6) He is good at ( *employee ) the mountain cabin? reach 4 arrive ) on the sofa and have a nap? ) on vacation yet. where going 2 going where 3 where to go motivation 2 to motivate ) his employees. (9) The Bible might be ( 4 motivating (7) I tried counting the number of languages ( world. 1 speaking 2 have spoken 3 to speak 4 spoken (8) A truck crashed into a group of carpenters ( the park. ) have attended (10) Our boss said we had to work ( motivate to working worked 3 who works that working ) useful book of all. much 2 better 3 the more 4 the most (12) This is the house we ( (14) Stop chatting, ( Das hard 2 more hard 3 harder 4 so hard (11) This is a cave ( * Neanderthal man : ネアンデルタール人 which 2 that 3 where 4 why lived 2 live 3 lived in 4 live (13) You must hand in the paper ( *hand in : 提出する until 2 for 3 till 4 by and 2 but 3 or 4 so ) in the ) Neanderthal man lived. ) as we could. (15) John is ( 1 taken took 3 taking 4 take ) in ) when we were children. ) the professor will get angry. (1 shower now. Please call later. ) eleven o'clock

回答募集中 回答数: 0