Grade

Type of questions

English Junior High

when did Dr.King die?の本文の根拠と同じキワードを教えてください。

I Have a Dream Class No.. Name 1. アメリカの公民権運動の歴史や人権問題について関心を高めよう。 2. よりよい社会にするための行動について考えよう。 3. 物語の流れを時系列に沿ってまとめるために概要を捉えよう。 2人は~だった Vin 1955, there used fo be many things black people に1955年、アメリカ合衆国の黒人たちが法律の下 in the United States could not do under the law. のでできないことが以前はたくさんありました。 There were restrooms they could not use. 彼らが使えないトイレがありました。 There were drinking fountains they could not use. 彼らが使えない噴水式の水飲み器がありました。 they could not use. 座席がありました。 There were bus seats 彼らの使えないバスの ~の一人 We shall never give up. " 「They fought in a peaceful way. 彼らは平和的な方法でたたかい ました | Some walked fo work and school. 生い仕事や学校に行く人もいま でする人もいる うる人もいれば した。 ② These unfair laws upset many people. これらの不公平な法律はたくさんの人々を 不快にさせました。 One of them was Martin Luther King, Jr. 彼らの1人がコーティン・ルーサー・キング He said, Wel ジュニアでした He heard about the arrest of Rosa Parks in Montgomery, Alabama. 彼は、アラバマ州・モンドゴメリカでの ローザズのパークスのたいほについて cannot stand it anymore. Let's start a movement. Everyone has a right 誰もがどのバスのどの座席にも 彼らはいいました。 ききました 私たちほうむ恐きがまんすることは運動を始めましょう。 to take any seat on any bus. どんな どんな 座るけんりをもちます。 決して~しない。 私は決してあきらめません。 ③ Dr. King led the people of Montgomery in a fight for justice. キング牧師は正義のためのたたかいでモントゴメリーの人のたを導きま They stopped riding city buses. 彼らは市のバスにのることを やめました。 Others shared cars. p74~76 Many たくさん 車を一緒に使う人もい ました。 people supported the Bus Boycott, even some white people. の人々、幾人かの巨人でさえものボイコット運動を支 [持しました。 n

Waiting for Answers Answers: 0
IT Senior High

問題6、7、9を教えて下さい

例 06 ファイル名 「06.html」で保存 <html> <body> <script> var n, amari; |n=parseInt (prompt ("数を入力")); |amari=n%3; lif (amari==0){ document. write ("3の倍数"); 0} |} else { document.write ("3の倍数ではない"); } </script> </body> </html> 例 07 ファイル名 「07.html」で保存 <html> <body> |<script> var c: |var sum=0; |for(c=1;c<=100;c=c+1){ sum=sum+c; |document.write(sum); </script> <</body> </html> 問題 06 入力した数に応じて 8128の約数」 「8128の約数ではない」 のいずれかが表示されるよう プログラムを変更しなさい ファイル名 「ex06.html」で保存 問題 07 parseInt(prompt(""")) を用いて 数値を入力すると 1からその値までの総和を 求めて表示するよう プログラムを変更しなさい ファイル名 「ex07.html」で保存 STTIVI CITT 141 00 <html> <<body> | <script> var a: | var box=new Array (3,5,8,13,21,34,55,89,144,233) | for (a=3;a<= 7;a=a+1) { document.write (box [a], "<br>"); |} </script> <</body> </html> 例 09 ファイル名「09.html」で保存 <html> <body> <script> |var mi | var d=new Array (31,28,31,30,31,30,31,31,30,31,30,31); |m=parseInt(prompt ("何月ですか? (1から12) ")); |document.write(d[m-1],"日"); <</script> |</body> </html> 問題 09 入力した月と前後の月 (三か月分) それぞれの日数を表示 するようプログラムを変更しなさい ファイル名 「ex09.html」で保存

Waiting for Answers Answers: 0