学年

質問の種類

英語 高校生

間違ってるとこあったら教えてください

英語 6 次のグラフ及び英文を読み、1から3の質問の答えとして最も適当なものを,それぞれ①~④ 23 のうちから一つずつ選びなさい。 解答番号は Not very familiar 18% Somewhat familiar 25% Not familiar 7% 21 Survey on Esports - 7 - Very familiar 50% Kazuhiro's dream is to be a professional esports player in the future. Esports stands for electronic sports. It is a form of video game competition. Sometimes tournaments for money are held and many people watch them online. Kazuhiro's friends introduced him to esports a few years ago, and he quickly became one of the best players among his friends. He has also participated in many local esports tournaments with them, and their team always won first or second place. Because of this experience, he started thinking of becoming a professional esports player. In one of his classes, Kazuhiro had to make a newsletter for his assignment. He decided to do a survey on esports. He found that some of his classmates were not familiar with esports. So, he thought he would try promoting it in his high school. He held an esports event for his classmates at school. He was not sure whether anyone would come to this event, but to his surprise, many students attended and enjoyed his workshop. He showed them some of the most famous video games in esports. He also gave them some advice on how to win. Finally, he did a live esports demonstration and played against a friend in another country. After this, a lot of his classmates asked Kazuhiro about esports. He felt pleased and satisfied with what he did. Now, he not only wants to be a professional esports player, but also be a person who can promote it. Through esports, he has been able to make friends all over the world, and he wants to spread the joy to other people. 2023KN1A-14-008 1 According to the pie chart, which of the following is true? 0 Less than 50% of the students are familiar with esports. 2 More than 90% of the students are not familiar with esports. 3 Twenty-five percent of the students are not familiar at all with esports. 4 Seventy-five percent of the students are familiar with esports. 2 According to the passage, which of the following is true about Kazuhiro? He wants to be a professional esports player. He wants to create a new video game in esports. He has a negative image of esports. 4 He has already won a lot of money from playing esports. 2 3 3 According to the passage, which of the following is true about Kazuhiro? He got confused when his friends asked him questions about esports. 2 He held an event to teach his classmates about esports at his school. 3 He was disappointed because not many people came to his workshop. 4 He learned about a professional esports player from his classmates. - 8 21 英語 22 23 2023KN1A-14-00

回答募集中 回答数: 0
数学 高校生

(2)なのですがなぜa≠0なのでしょうか

数学Ⅰ 数学A [2] 2次関数のグラフ K をコンピュータのグラフ表示ソフトを用いて表示させる。 このソフトでは、画面上のA(, ),B(,), C, に,それぞれ 異なる点の座標を入力すると, その3点を通るKが表示される。 ただし, 同じ点 の座標を二つ以上入力する, または,入力した3点を通る K が存在しないときは 画面に 「ERROR」 と表示される。 図1は,3点の座標をA(-3,0), B (-1,0),C(0, 6) と入力したときの画面 である。 2(x²+4x) +6 =2{(x+2) 44 =2(x+2)28-6 恩の母き、 = 2(x+2) y = である。 ク サシ (x,y) - A(-3,0) B(-1, 0) C(0, 6) Kの方程式は 1x2+ であり, K の頂点の座標は 21816 セ x+ 図1 $la+ ( x = 0 x+x=0 y=ax+bx+c=0 O (x+3)=0 +3x=0 コ -40- y qa-36+c=0 a-b+c=0 C = 6 -6 9a3b = -139-36=-18 6a = h=2 a-b=-6 30-36=-18 (数学Ⅰ・数学A 第2問は次ページに続く。) 18-36=-6 -3b=-24 (1)3点の座標を A(-3,0),B(-1,0), C(X,Y)と入力したところ、 「ERROR」が表示された。 次の(a)~(d) のうち, (X,Y) として考えられるもの は全部で ソー個ある。 2.94-24 +6=0 18 (a) (-3,2) 965 (-2,-4) である。 ただし, (2)3点の座標をA(-4,0), B(0,2), C (6,Z) と入力したところ、 「ERROR」 が表示された。 このとき, Zの値は タ である。 テ (c) (1, 0) (3)3点の座標を A(-4,0),B(0, 2),C(p, 4) と入力する。このとき,図2の ように画面の左下に表示されるを左に動かすとかの値が減少し, 右に動かす とかの値が増加するようになっており, 値の変化に応じてKが画面上で変化す る。 かの値を-5から5まで変化させるとき, 「ERROR」が表示されるかの値は -1 2 3 チツ テ ト RX/ MA+ (x, y) = A(-4, 0) B(0, 2) C(p, 4) p < ト とする。 数学Ⅰ・数学A 図2 ERROR (d) (5,√2) -41- y=2 z T

解決済み 回答数: 1
情報 大学生・専門学校生・社会人

vsコードを使ってJava言語の勉強をしてたんですけど初心者すぎて何が原因で上手くコードの実行ができてないのかわかりません… 勉強の資料として使ってるのは京都大学のJavaによるプログラミング入門 です。

17:43 7月27日 (木) 1.7 使用するサンプルプログラム (TankCalculator.java) 1: public class Tank Calculator { 2: public static void main (String args[]){ final double FLOW_RATE = 1.0; final double TANK_AREA = 20.0; final double INITIAL_LEVEL = 10.0; double time; //s double tankLevel; //m ... ocw.kyoto-u.ac.jp 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: time = 30; 14: tankLevel = INITIAL_LEVEL + FLOW_RATE*time/TANK_AREA; 15: System.out.println("Tank Level at time "+ time + "s = " + tankLevel + "m"); 16: 17: 18: 19: } 20:} 11 System.out.println("Flow Rate = + FLOW_RATE + "m** 3/s"); System.out.println("Tank Area=" + TANK_AREA + "m**2"); System.out.println("Initial Level = " + INITIAL_LEVEL + "m"); time = 60; tankLevel = INITIAL_LEVEL + FLOW_RATE*time/TANK_AREA; System.out.println("Tank Level at time "+ time + "s=" + tankLevel + "m"); 【補足】 // の後ろは,プログラムを後で読解しやすくするための注釈です. Flow Rate = 1.0m**3/s Tank Area = 20.0mm**2 Initial Level = 10.0m 8 Tank Level time 30.0s = 11.5m Tank Level at time 60.0s = 13.0m 1.7.1 サンプルプログラムの入力と実行 先ほどと同じように, 秀丸エディタを開き, 20行のプログラムを書き込んで, Tank Calculator.java と名付け, 保存して, コンパイル, 実行してください. 成功すれば,以下の実行結果が示されます。(失敗してもめげないで, 2.5.1 節を参 考に、原因を考え,再トライしてください) ちなみに, 実行結果をファイルに書き出すにはコマンドプロンプトの「リダイレク ト」 という機能を使います 11. java TankCalculator > result.txt これにより result.txt というファイルが出来ているはずです。 中身は数値や文字列 だけのテキストファイルですのでエディタなどで内容を確認できます。 @91% 11javaプログラムの中で明示的にフ ァイルに出力することもできるので すがここでは安直な方法を取ります

未解決 回答数: 1
英語 高校生

この誤り箇所指摘の問題が分からないのでよろしくお願いします。

【4】 次の1~10について, 誤った英語表現を含んだ部分がある場合には(a)~(d)から誤り を一つ選び,誤りがない場合には (e) を選んでマーク解答用紙にマークせよ。 1. In (a) classical Islamic history there could be no clash between since the caliph, the titular head of the Islamic state and community, (b) combined in pope and emperor, himself both (c) political or religious-though (a) not spiritual-authority. NO ERROR 2. The years (a) immediately following the end of the Cold War offered (ú) a tantalizing glimpse of a new kind of international order, with nation-states growing together or disappearing, ideological conflicts (c) melting away, cultures intermingling, and free commerce and communications (a) increasing. NO ERROR 3. Despite the growth of the economy, or perhaps (a) in part because of it, and because, as well, (b) the vast rural exodus owing to both (c) population growth and increasing agricultural productivity, workers (a) crowded into urban slums. NO ERR 4. Malthus, Ricardo, Marx, and (a) many others had been talking about inequalities for decades without citing any sources (b) whatsoever or any methods for (c) comparison NO ERROR one era with (a) another. 5. The religious differences between Europe and the United States are (a) typically described in terms of (b) beliefs and practices: Europeans are (c) far less likely than Americans (a) join and attend houses of worship or to believe in heaven and hell. NO ERROR

未解決 回答数: 0
英語 高校生

この誤り箇所指摘の問題が分からないのでよろしくお願いします。

【4】 次の1~10について, 誤った英語表現を含んだ部分がある場合には(a)~(d)から誤り を一つ選び,誤りがない場合には (e) を選んでマーク解答用紙にマークせよ。 1. In (a) classical Islamic history there could be no clash between since the caliph, the titular head of the Islamic state and community, (b) combined in pope and emperor, himself both (c) political or religious-though (a) not spiritual-authority. NO ERROR 2. The years (a) immediately following the end of the Cold War offered (ú) a tantalizing glimpse of a new kind of international order, with nation-states growing together or disappearing, ideological conflicts (c) melting away, cultures intermingling, and free commerce and communications (a) increasing. NO ERROR 3. Despite the growth of the economy, or perhaps (a) in part because of it, and because, as well, (b) the vast rural exodus owing to both (c) population growth and increasing agricultural productivity, workers (a) crowded into urban slums. NO ERR 4. Malthus, Ricardo, Marx, and (a) many others had been talking about inequalities for decades without citing any sources (b) whatsoever or any methods for (c) comparison NO ERROR one era with (a) another. 5. The religious differences between Europe and the United States are (a) typically described in terms of (b) beliefs and practices: Europeans are (c) far less likely than Americans (a) join and attend houses of worship or to believe in heaven and hell. NO ERROR

未解決 回答数: 0
英語 高校生

よろしくお願いします🙇‍♀️

1 国際学部 英語コミュニケーション学科 国際学科 適性テスト 60分 第1問 次の各文の1 10 に入る最も適切なものを、それぞれ①〜④の中から1つ選び、 解答欄の数字を マークしなさい。 解答欄には①~⑨までの数字及び記号があります。 間違った箇所をマークしないように 注意してください。 1. The researchers succeeded in filming the animal that 2 had seen Dhad been seeing 3. The institute will groups. stem from 4 occasions 2. Crops and plants did not grow well due to the extraordinary heat and lack of rainfall. This affected farmers' 3 triggers 2 vacancies Dincomes carry out 3 a survey to determine whether the government's economic policy has been beneficial across age 4. The organization calls for protecting foreign workers, many of who 2 whom 3 whose 7. The company released a set of rules announcements to customers. lasting (2) relieving . 5. The article suggests some training methods to eliminate unconscious 3 nutritions agreements recipes even though 1 before. had never been seen 2 proposal go off 10. Unless the countries reach a 1 distribution 7 10 (2) revenue 4 6. The author indicates that the growing popularity of DIY (Do It Yourself) is because of its 3 deadline potential symptom 8. The teacher allows students to use their electronic devices during the class, with them. only if 4 had never seeing 5 ) once have suffered abuse. 4 what 4 amount to based on race, gender and accents. 4 prejudices 6 accommodation gender-neutral language use in their advertisements, commercials, and 3 promising 8 2 for emotional healing. 4 storing 9. Some insist that the government should limit the time that children are allowed to use the Internet, while others oppose it. The 9 issue remains industrial 3 controversial 4 approval energy prices will surge and have a bad effect on citizen's lives. 3 prosperity they do not use social networking services 4 no matter how consensus REH

解決済み 回答数: 1