学年

教科

質問の種類

情報 大学生・専門学校生・社会人

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
情報 大学生・専門学校生・社会人

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
TOEIC・英語 大学生・専門学校生・社会人

文章を読んで上の1〜4の問題を解くものです。 分からないのでお願いします

3. Answer the following questions. 1 What is the difference between UNIX and Linux? 2 3 4 Choose one of the words in italics in the text. What is the definition of the word you have chosen? What are the three levels of a Linux system? What are the two main functions of the kernel? [Reading Text] UNIX was initially developed by researchers at Bell Labs in the 1970s. Today, UNIX and its variants are widely used mainly on servers. By far, the most well- known UNIX-like operating system is Linux. Linux is available in different distributions which include the Linux kernel and different collections of software. These distributions have various user interfaces, many experienced users preferring the command-line interface, or shell. Linux distributions include a range of software including text editors. memory. While the mechanics of Linux and other Unix operating systems are complicated, the components of a Linux system can be grouped into three levels. The lowest level is the hardware, such as Central Processing Unit (CPU) and The next level is the kernel. It enables communication between hardware and software, by providing instructions to the CPU and other hardware. The programs that are running on the system, or processes, make up the top level known as the user space. Processes in user space generally only have access to a restricted amount of memory and operations, this is called user mode. The kernel runs in kernel mode which allows it unrestricted access to hardware resources. The kernel provides functions such as process management and memory management. A computer only has limited Random Access Memory (RAM) and processor cores. Process management allows the system to run multiple programs (processes) at the same time even if the CPU can only execute only a few processes at a time. Memory management allows applications to share the system's memory while avoiding potential issues such as memory leak. Included with the kernel are device drivers that provide an interface for applications to communicate with hardware, such as hard drives. System calls allow user processes to access features that are executed at kernel mode, for example creating new processes.

回答募集中 回答数: 0
TOEIC・英語 大学生・専門学校生・社会人

この1〜4の問題お願いします🙏🏼🙏🏼

3. Answer the following questions. 1 What is the difference between UNIX and Linux? 2 3 4 Choose one of the words in italics in the text. What is the definition of the word you have chosen? What are the three levels of a Linux system? What are the two main functions of the kernel? [Reading Text] UNIX was initially developed by researchers at Bell Labs in the 1970s. Today, UNIX and its variants are widely used mainly on servers. By far, the most well- known UNIX-like operating system is Linux. Linux is available in different distributions which include the Linux kernel and different collections of software. These distributions have various user interfaces, many experienced users preferring the command-line interface, or shell. Linux distributions include a range of software including text editors. memory. While the mechanics of Linux and other Unix operating systems are complicated, the components of a Linux system can be grouped into three levels. The lowest level is the hardware, such as Central Processing Unit (CPU) and The next level is the kernel. It enables communication between hardware and software, by providing instructions to the CPU and other hardware. The programs that are running on the system, or processes, make up the top level known as the user space. Processes in user space generally only have access to a restricted amount of memory and operations, this is called user mode. The kernel runs in kernel mode which allows it unrestricted access to hardware resources. The kernel provides functions such as process management and memory management. A computer only has limited Random Access Memory (RAM) and processor cores. Process management allows the system to run multiple programs (processes) at the same time even if the CPU can only execute only a few processes at a time. Memory management allows applications to share the system's memory while avoiding potential issues such as memory leak. Included with the kernel are device drivers that provide an interface for applications to communicate with hardware, such as hard drives. System calls allow user processes to access features that are executed at kernel mode, for example creating new processes.

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

固体電解質のイオン伝導度に関する質問です。 Na-β"アルミナを実験で使用しています。β"-アルミナ内のNa+移動がどのくらいの速度で行われているのかが知りたいという状況で、イオン伝導度のデータはあるのですが、単位が(Ω・cm)^(-1)のようなもので、どう扱えば単位時間... 続きを読む

PROPERTIES OF ionotec BETA"-ALUMINAS Property Phase content, % beta" Porosity,% Maximum pore size (um) Maximum grain size (um) Bending strength (MPa) Strength Weibull factor Fracture toughness (MPa m³) Ionic conductivity (ohm cm)-¹ 25°C 200°C 300°C 400°C Thermal expansion coefficient 0-500°C (x 10-6) 500-1000°C Part Number A1 A2 H1 B1 B2 C2 14 Berkeley Court Manor Park Runc orn For further details please contact: lonotec Ltd Cheshire WA7 1TQ England Na-beta" 90-95 1-2 5 20 70 105 140 100 220 220 250-300 8-13 2-3 0.002 0.092 0.24 0.38 7.2 8.6 ionotec manufactures a range of tubular shapes of standard dimensions given below. Flat discs and rectangular plates can be manufactured in any size in the range 10-70 mm across and 0.5-3.0 mm thickness. Ag-, Pb-, Sr- and Ba-conductive versions are also available. K-beta" 85-90 2-3 8 20 250-300 8-13 0.0005 0.021 0.053 0.10 7.45 8.5 Length Internal Minimum Maximum (mm) diameter thickness thickness (mm) (mm) (mm) 6.5 0.5 1.5 13 0.5 1.5 20 1 28 1 29 1 52 2 2 2 2 2 Telephone: +44(0)-1928-579668 Fax: +44(0)-1928-579627 e-mail: info@ionotec.com Web: www.ionotec.com

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

固体電解質のイオン伝導度に関する質問です。 Na-β"アルミナを実験で使用しています。β"-アルミナ内のNa+移動がどのくらいの速度で行われているのかが知りたいという状況で、イオン伝導度のデータはあるのですが、単位が(Ω・cm)^(-1)のようなもので、どう扱えば単位時間... 続きを読む

PROPERTIES OF ionotec BETA"-ALUMINAS Property Phase content, % beta" Porosity,% Maximum pore size (um) Maximum grain size (um) Bending strength (MPa) Strength Weibull factor Fracture toughness (MPa m³) Ionic conductivity (ohm cm)-¹ 25°C 200°C 300°C 400°C Thermal expansion coefficient 0-500°C (x 10-6) 500-1000°C Part Number A1 A2 H1 B1 B2 C2 14 Berkeley Court Manor Park Runc orn For further details please contact: lonotec Ltd Cheshire WA7 1TQ England Na-beta" 90-95 1-2 5 20 70 105 140 100 220 220 250-300 8-13 2-3 0.002 0.092 0.24 0.38 7.2 8.6 ionotec manufactures a range of tubular shapes of standard dimensions given below. Flat discs and rectangular plates can be manufactured in any size in the range 10-70 mm across and 0.5-3.0 mm thickness. Ag-, Pb-, Sr- and Ba-conductive versions are also available. K-beta" 85-90 2-3 8 20 250-300 8-13 0.0005 0.021 0.053 0.10 7.45 8.5 Length Internal Minimum Maximum (mm) diameter thickness thickness (mm) (mm) (mm) 6.5 0.5 1.5 13 0.5 1.5 20 1 28 1 29 1 52 2 2 2 2 2 Telephone: +44(0)-1928-579668 Fax: +44(0)-1928-579627 e-mail: info@ionotec.com Web: www.ionotec.com

回答募集中 回答数: 0
TOEIC・英語 大学生・専門学校生・社会人

英読解の問題です。 すっかり忘れてしまったため何も分かりません。 2問教えて欲しいです。お願いします><

2022 P=HT 6. 次のお知らせを読み、 (1) ~ (2) のA~Dで適切なものに○をつけなさい。 [4×2=8] TO: All staff From: Erin Liner, Manager Date: July 15 Subject: Our survey Dear all. We have finished reviewing the data which we received from the recent customer satisfaction survey. I would like to share the most important findings, and how we can improve on certain areas of our work. Overall, customers were happy with the quality of our service. the helpfulness of our staff, and the range of products we offer. However, there were some negative comments which we can begin to work on. A common complaint was that there are not enough foreign titles in the store, especially Japanese comics. I will ask John Calman to research some of the most popular series and make sure we start carrying them from the fall. As Gita Pradesh spent her college years in Tokyo, I will ask her to assist. Better signage was another thing which people wanted. They spend a lot of time looking for the right section and it frustrates a lot of customers. This is something we can improve immediately, so I will speak to Alice Moore today about making the signs easier to see, and adding more if necessary. Finally, we got some comments about having a small cafe in the store. Nowadays, people want to have a coffee while reading or browsing, and it could be a new source of profit. Mario Venetti will make a report on the feasibility and deliver it next month. Thank you for all your efforts in making us the best we can be. Erin Liner Manager (1) What is the purpose of the e-mail? (A) To ask staff to create survey questions (B) To share details of customer feedback (C) To inform staff of recent changes (D) To invite staff to apply for new positions (2) Where does Ms. Liner most likely work? (A) At a café (B) At a movie theater (C) At a clothing shop (D) At a bookstore 以

回答募集中 回答数: 0
TOEIC・英語 大学生・専門学校生・社会人

英読解の問題です。 すっかり忘れてしまったため何も分かりません。 3問教えて欲しいです。お願いします><

5. 次のメッセージを読み、 [4×3=12] (1)~(3) A~Dで適切なものに○をつけなさい。 Sarah Rogovin [09:20 A. M.] Good morning. Li Na and Dave. Could you let me know the latest on the Taipei trip? Li Na Tsai [09:25 A. M.] Everything is prepared at this end. I've booked a meeting room for three days, ordered refreshments, and arranged daily taxis to and from your hotel. Sarah Rogovin [09:28 A. M.] Fantastic. Did you remember that three people are vegetarian? Li Na Tsai [09:30 A. M.] Yes, they have separate meals. The price is actually a little lower for them. Dave Kaplan [09:31 A. M. 1 And I just confirmed the new flights for you and Chen Wang. Sarah. You're now flying direct from Singapore to Taipei at 6 P. M. on Sunday. My apologies again for the misunderstanding. Sarah Rogovin [09:34 A. M.] Thanks for sorting that out. Dave. This makes the journey much easier. Could you e-mail the electronic ticket to Chen Wang when you receive it, please? Dave Kaplan [09:35 A. M.] Consider it done. Li Na Tsai [09:37 A. M.] Sarah, I've arranged for a projector, but do you also need a laptop set up in the meeting room? Also, the staff there will give you an access code for the room; you may need to ask for it. a Wi-Fi signal Sarah Rogovin [09:40 A. M.] As you said previously that there's throughout the hotel you've booked, I'll use my own. Thanks again for your hard work, both of you. (1) Why does Ms. Rogovin ask about food? (A) She wants to eat in a separate room. (B) Her colleague forgot to order meals last time. (C) Some attendees don't eat meat. (D) She thinks the meals are too (2) What is suggested about the flights? (A) They are booked for Sunday morning. (B) The original booking was incorrect. (C) A discount was offered on the price. (D)) There will be a short stop on the route. (3) At 9:35 A. M.. what does Mr. Kaplan mean when he writes, "Consider it done" ? (A) He will forward a document. (B) He will call Mr. Wang. (C) He will reserve two seats. (D) He will order a taxi.

回答募集中 回答数: 0
1/3