学年

質問の種類

英語 高校生

1の〔c]がなぜconnectingがだめなんですか?

き,次 2 次の対話を読み, あとに続く問いに答えなさい。 Miho Bob : I heard Ken got [a]. What happened? (3) stay 4 keep : Well, during the soccer practice, he fell down and [b] his leg badly. He's had an operation, but he has to stay in a hospital for ten days. Miho : That's too bad. Why don't we go to the hospital just to say 'Hi'? That will help him feel better. Bob Good idea. ①きっと彼は病院で何もすることがないだろうね。Kazuki, ②君のマンガをいくつ か持って行ったら? Kazuki: Sure. Also, I think it's important for him to feel [ c ] with us. I don't want him to feel lonely. Miho That's right. We should send him daily video messages. ③( would, tell, news, be, about, him, class, to, fun, the ) ! Kazuki OK, I'll ask all of the students in our class to prepare their messages. This is going to make him feel good. RE. 編 内から選び、 適切な形にして書きなさい。 同じ語は1度しか使えない。 breconnected injure / connect / break から 1 1. [a]~[c] に入る語を injured hal injured in broke broke 2. 下線部①,②の日本語を英語にしなさい。 • 16 connecting I'm sure he has nothing to do in the hospital why don't you bring some of your mange? )内の語を並べかえて、意味の通る文にしなさい。 ただし, 文頭にくる語も小文 3. 下線部③の ( 字にしてある。 To tell him news about the class would be tun. ! Lesson 9-41

未解決 回答数: 1
英語 中学生

これを訳してほしいです! できたら代名詞が具体的に何を指しているのかも教えていただきたいです!お願いします。

G9 Class NO Name The Normans / コント 1. Fill in the correct words. In 1066, William of Normandy ) invaded Britain with a powerful army. The Normans とうと spoke (French). For 200 years the language of the nobility was (French and county people and farmers were speaking (English ). French words had their roots in (Latin). 起源 In 1066 / England was invaded for the last time. William of Normandy, who is ノルマンディー公のウィリアム イギリス侵略された最後に called William the Conqueror, invaded Britain with a powerful army. French was と呼ばれていた 征服王 軍隊 ウィリアムモ the language of the Normans, so French became the language of the nobility for だから そこで 高貴 200 years. During that time only fariners and country people continued to speak その間 いなかだけ英語で話し続けた English. The Anglo-Saxon cook in the kitchen of a French lord/prepared dinners 料理人S フランスの領主の kitchenの料理人 0 from pigs, cows or sheep, but when the meal' was taken into the dining room 食事が上に持っていかれた饐 ぶた牛 洋しかし を使って upstairs, it was called pork, beef or mutton, which are the French words for these 牛 animals. Many French words, too, had their roots in Latin. and they pork beef .mution これらの動物 多くのフランス語もラテンに起源をもっていた に対するクラ ) 語

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

Oracle certified Java Programmer Gold SE11 IT系ベンダー資格のOracle certified Java Programmer Gold SE11の資格勉強をしているのですが、もし、Javaに詳しい人がいるのでしたら、 第6章... 続きを読む

8. 次のコードをコンパイル、 実行したときの結果として、正しいものを びなさい。 (1つ選択) } var sql = "select * from item where id = ?": try (var ps = con.prepareStatement (sql)){ ResultSet rs = ps.executeQuery(); // do something 0件の検索結果が戻される 11. 次のコードをコンパイル、実行したときの結果として、正しいものを選 びなさい。(1つ選択) var sql = "select * from emp"; try (PreparedStatement ps = con.prepareStatement(sql){ ResultSet rsps.executeQuery(); System.out.println(rs.getString(2)); なお、 検索する対象となるempテーブルは、以下のレコードが登録さ れているものとする。 DEPARTMENT A. B. 全件の検索結果が戻される C. コンパイルエラーが発生する D. 実行時に例外がスローされる ID NAME 1 ALLEN R&D A. B. executeQueryメソッド C. executeメソッド D. executeBatch メソッド メソッドとして、最も適切なものを選びなさい。 (1つ選択) executeUpdate メソッド 19. JDBCを使ったデータベースプログラミングをしている。 UPDATE文を 実行した結果、 何件更新されたかを調べたい。 PreparedStatementの P314 2 SCOTT SALES 3 BILL ACCOUNTING A. 「1」 と表示される Marit B. 「2」 と表示される C. 「ALLEN」 と表示される D. 「SCOTT」 と表示される E. コンパイルエラーが発生する F. 実行時に例外がスローされる 第6章 JDBCによるデータベース連携 (問題) <->P316 P314 10. 次のコードをコンパイル、 実行したときの結果として、正しいものを選 びなさい。 (1つ選択) var sql = "delete from item where id = ?"; try (var ps = con.prepareStatement(sql))( ps.setInt(1, 1); ps.executeUpdate("update item set name="test' where id = ?'); 12. 次のコードをコンパイル、 実行したときの結果として、正しいものを選 びなさい。 (1つ選択) var sql = "select count(*) from item"; try (PreparedStatement ps = con.prepareStatement(sql)){ System.out.println(ps.execute()); なお、検索する対象となるitemテーブルは、以下のレコードが登録さ れているものとする。 A. DELETE文が実行される id name 1 B. UPDATE文が実行される banana 2 C. コンパイルエラーが発生する apple 3 D. 実行時に例外がスローされる P316 orange 298 ※次ページに続く 299

回答募集中 回答数: 0