学年

教科

質問の種類

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

下線部(1)の文構造が分かりません。特に2行目の文構造が分かりません。強調のdoであることは分かりますが、その後のthat以降が関係詞?かすらも分からないので、誰か教えて下さい!

次の英文は1991年に出版された本からのもので、 研究分野としての「人工知 能」 (Artificial Intelligence) について述べています。 下線部(1)~(3)を日本語に訳 しなさい。 What is Artificial Intelligence (AI)? Just about the only characterization of Al that would meet with universal acceptance is that it involves trying to make machines do tasks which are normally seen as requiring intelligence. There are countless refinements of this characterization: what sort of machines we want to consider; how we decide what tasks require intelligence and so on. One of the most important questions concerns the reasons why we want to make machines do such tasks. AI has always been split between people who want to make machines do tasks that require intelligence because they want more useful machines, and people who want to do it because they see it as a way of exploring how humans do such tasks. We will call the two approaches the engineering approach and the cognitive-science respectively. (2) (1) approach The techniques required for the two approaches are not always very different. For many of the tasks that engineering AI wants solutions to, the only systems we know about that can perform them are humans), so that, at least initially, the obvious way to design solutions is to try to mimic what we know about humans. For many of the tasks that cognitive-science Al wants solutions to, the evidence on how humans do them is too hard to interpret to enable us to construct computational models, so the only approach is to try to design solutions from scratch" and then see how well they fit what we know about humans. The main visible difference between the two approaches is in (3) their criteria for success; an engineer would be delighted to have create something that outperformed a person; a cognitive scientist would regard it as a failure. -1- M7 (492-61

未解決 回答数: 1
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