学年

教科

質問の種類

TOEIC・英語 大学生・専門学校生・社会人

この長文問題の答えと解説をお願いします。

15 語数: 398 語 出題校 法政大 5 We are already aware that our every move online is tracked and analyzed. But you 2-53 couldn't have known how much Facebook can learn about you from the smallest of social interactions - a 'like'*. (1) Researchers from the University of Cambridge designed (2) a simple machine-learning 2-54 system to predict Facebook users' personal information based solely on which pages they had liked. E "We were completely surprised by the accuracy of the predictions," says Michael 2-55 Kosinski, lead researcher of the project. Kosinski and colleagues built the system by scanning likes for a sample of 58,000 volunteers, and matching them up with other 10 profile details such as age, gender, and relationship status. They also matched up those likes with the results of personality and intelligence tests the volunteers had taken. The team then used their model to make predictions about other volunteers, based solely on their likes. The system can distinguish between the profiles of black and white Facebook users, 15 getting it right 95 percent of the time. It was also 90 percent accurate in separating males and females, Democrats and Republicans. Personality traits like openness and intelligence were also estimated based on likes, and were as accurate in some areas as a standard personality test designed for the task. Mixing what a user likes with many kinds of other data from their real-life activities could improve these predictions even more. 20 Voting records, utility bills and marriage records are already being added to Facebook's database, where they are easier to analyze. Facebook recently partnered with offline data companies, which all collect this kind of information. This move will allow even deeper insights into the behavior of the web users. 25 30 (3) - Sarah Downey, a lawyer and analyst with a privacy technology company, foresees insurers using the information gained by Facebook to help them identify risky customers, and perhaps charge them with higher fees. But there are potential benefits for users, too. Kosinski suggests that Facebook could end up as an online locker for your personal information, releasing your profiles at your command to help you with career planning. Downey says the research is the first solid example of the kinds of insights that can be made through Facebook. "This study is a great example of how the little things you do online show so much about you,” she says. "You might not remember liking things, " but Facebook remembers and (4) it all adds up.", * a 'like': フェイスブック上で個人の好みを表示する機能。 日本語版のフェイスブックでは「いいね!」 と表記される。 2-56 2-57 2-58 36

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

この問題全ての解答教えて欲しいです!丸付いてるのは気にしないでください!

Let's Try! Part 5 空所に当てはまる選択肢を選びましょう。 1. We CheckLink ------- that gold is a sounder investment than stock or bonds due to the current currency crisis. (A) require (B) deliver (C) believe (D) press 2. Pacifico Company's new business plan looks like it will have a their revenue. (A) retiring (B) relative (C) collaborative (D) positive influence on 3. The noise of the construction in the warehouse was so loud that the client had to ------- himself three times before he could be heard. (A) recall (B) repeat (C) write (D) register tuo 4. The job which we had asked the technician to do was not done to our total -- (A) satisfaction (B) restoration (C) feedback (D) reference ------- to do in one operation. 5. The medical procedure used by the surgical team is too (A) sufficient (B) real (C) perfect (D) complex 6. It is imperative that the ------- be delivered before our client arrives at the office around noon. Too (A) package (B) manufacturer (C) mailman (D) currency aldesing (A) 7. The newly hired employee seems (A) previously (B) expensively capable of meeting our work expectations. (C) entirely (D) contrastively 8. The scientist's theory has been thoroughly tested and ------- to be reliable by many independent laboratories. (A) studied (B) proven (C) dedicated (D) combined (8) Frogs (A) aften med and

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

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
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