学年

教科

質問の種類

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

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

至急お願いいたします🚨 生物の質問です。 ミトコンドリアの経路についての説明だと思うのですが、電子オーバーフローモデルと電子分布モデルの違いを教えていただきたいです。 また、どういう仕組みなのか、何故このように電子が流れるのかも教えていただきたいです。 UQ poolはユ... 続きを読む

(A) Electron overflow model (considered out-of-date) Alt UQ pool Alternative oxidase inactive. Alt No alternative pathway activity Cytochrome pathway unsaturated Cyt (B) Electron distribution model (reflects current thinking) UQ pool Cyt Alternative pathway active Cytochrome pathway saturated Alt Alternative oxidase active Alt UQ pool Cyt Cyt Figure 14.33 Two models for regulation of electron flow through the alternative oxidase. (A) In the electron overflow model, no appreciable electron transfer through the alternative pathway takes place until electron flow through the cytochrome pathway is at or near satu- ration. This could result from the effects of respirato- ry control, if the rate of mitochondrial ATP produc- tion exceeds its rate of utilization in the cytosol, or from some externally imposed stress, such as low temperature. Under such circumstances, the UQ pool becomes sufficiently reduced to allow electrons to flow through the alternative oxidase, the latter re- quiring that the UQ pool be 40% to 60% reduced to attain significant activity. (B) In the electron distribu- tion model, the alternative and cytochrome path- ways both show significant activity at low levels of UQ pool reduction, and electrons are distributed be- tween the two pathways on the basis of the relative activities of each pathway. The activity of the alter- native oxidase under these circumstances is thought to be regulated by the action of a-keto acids and by reduction/oxidation of the intermolecular disulfide bond, as well as by additional regulatory mecha- nisms not yet characterized.

回答募集中 回答数: 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
TOEIC・英語 大学生・専門学校生・社会人

英語の問題です。 この答えが分かる方いらっしゃいますか?

9. Though himself. statesman, James Polk was unusually successful in accomplishing his goals during his term. (A) not yla w op at odw oldiassi oimonoe ai ginimbno JisM al 13. In contrast to popular opinion, measures of intelligence have. teliable predictors of future success. -imaginative U ada t an inola Isoioiso ors 3) never been M. (B) without an (C) he was not (B) not any (C) no TI ni 2stsa2 (D) seldom (D) was not an ntaib gaol 3a uinillida ods daidw. at alolbabus( 14, The name "porpoise" sometimes 10. Blends of spices have been created by spice manufacturers to make the art of scasoning to some members of the dolphin family, (A) it is extended ons Jbodai(A) a quick and casy one ailavon usolnsas (B) is an extension *A (C) extended pollusH (D) is extended (B) casy and quick a one (C) a quick one and easyon Issiufo adh (D) one casy and quick ot 11. During nothe 1950。ch adol bag-baxits5. In old age, the immune system proponents of inguistic relativity believed that - to language or representational functioning. graduaily becomes less resistant to viral fangal, and s od thought- (A) infection by bacteria (A) can reduceitomootains ae 2s oibilids aii (B) bacteria's infection e (B) could be reduced (C) reduces (D) reducing e aoiseniaimbs zot sldienogesn al uo smezqu2 arb 3o soitaui 3oid ad.S 12.- (C) bacterial infection ida lanigho ms a (D) infectious bacteria A that nearly all households will haye broadband internet by the vear baale yiwn olo lo dsso 2015. (A) ExpectingLni s2osh os tiorual atgsimue asar ads gorW.ES (B) Many expecting (C) In expectation nwob" sd oa biea ymaqmoo adt atenoyitisamos (D) It is expected A h o obla gaoxworb po pexdmh ow nomwal nmissmA yhsbM as A

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