学年

質問の種類

英語 高校生

解説読んでも全然ピンとこないです。解説お願いします。全文お願いします。

英文分析 1. [only + 副詞 (句・節)〕 + 疑問文の形式の倒置形 文の形の倒置形でしたね。 本文も, not only で始まっていますから、 後ろが does it only は否定的な意味を持つ副詞で, 〔only + 副詞 (句・節)〕で始まれば後ろが疑問 provide という疑問文の形式の倒置になっています。 また、本文では [not only A but B) の熟語が使われていますが, but Bがずいぶん と後ろにありますから見落とさないようにしてください。 2. 仮定法らしき文の中に疑問文の形がでてきたらifの省略の合図 本文では S provide no substitutes までがSVOの一つの完全な文なのに、突然 should が出てきます。 そこでifの省略を予測できたかどうかがポイントです。(if S should V〕の倒置は他の倒置より難しい場合があります。というのは普通の仮定法と は違い主節には次のように様々な形を取りうるからです。 If S+should+V, + 直説法 : S will V / Scan V / S may V / SV * 「直説法」・・・あることを事実として述べるときの動詞の形。 +仮定法 : Swould / could/might V + 命令文 : V 本文では, if a mother or father should be unable to care for his or her child の if が省略されて倒置になっています。 また,主節に直説法の文が置かれていて, おまけに 助動詞が入っていませんから、難しく感じたかもしれません。 3. could/would / might は,形は過去形でも意味は現在 本文最後の箇所に突然 could が登場します。 これは 「can の弱め」として使われてい ます。 if節のない仮定法と考えてもOKです。 つまり「よい環境に無かったので結束 していなかったが、もしよりよい環境ならば、おそらく結束していただろう」という意 味です。 つまり in better circumstances が if節の代わりになっていると考えればいい わけです。 このようにif節のない仮定法はよく出てきますが、ほとんどの場合,主語 か副詞 (句)がif節の代わりになっていますので覚えておいてください。

回答募集中 回答数: 0
地理 高校生

解けません答えお願いします☺💓

op.72~74 因がある場合 しています。 3~75 れます。 10 ょう。 Exercise 4 1 日本語の内容を表すように,( 1)息子は来年5歳になります。 Myson (will) に適切な語を入れなさい。 has ) five years old next year. 2) 彼らはこの夏、富士山に登るつもりです。 are)( They ( doing to )( 3) 今日は私が夕食を作りましょう。 I am)( makeise) dinner today. 4)私たちは来月、横浜に引っ越しするつもりです。 ) ( to 5) 明日の朝は冷えそうです。 We ure going)( It is going om to )( climb Mt. Fuji this summer. ) move to Yokohama next month. )内からより適切な語句を選びなさい。 ) cold tomorrow morning. aqqota 2 日本語の内容を表すように ( 1) わあ! とっても安いね。よし、 決めた。それを買うよ。 Wow, it's so cheap! OK, I've decided. (TI / I'm going to) buy it. 3 日本語の内容を表すように、[ ]内の動詞を適切な形にして( 1) 2学期は9月1日に始まります。 硫黄 The second term (Sais) on September 1. [ start ] 2)この電車は7時に札幌駅に到着します。 This train (AV) at Sapporo Station at seven. [arrive] 3) 私は、今週末は家にいる予定です。 I(ad)(Singing) home this weekend. [stay] 2) ゴールはたった10メートル先だ。 何も問題ない。彼はレースに勝つね。 The goal is only ten meters away. There's no problem. He (will/ is going to ) win the race. Challenge! ジャックはすぐには戻ってこないでしょう。 Jack will Dome back hot に入れなさい。 A 4 日本語の内容を表すように、 ( )内の語句を並べかえなさい。 1) ( is / to / hit / going / the typhoon) Kyushu. (台風は九州に上陸しそうです) The topban is going to hit 2) I / meeting / Kenta/am) on Saturday. (私は土曜日にケンタに会う予定です) に適切な語句を補って、 日本語の内容を表す英文を書いてみよう。 I am meeting kenta. 3) (not / Fred / come/will) to the party. (フレッドはパーティーに来ないでしょう) Fred will not Come A B AB Kyushu. on Saturday. to the party. soon. 21

回答募集中 回答数: 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
英語 高校生

英表DualscopeⅡのUnit17のexerciseの答えを教えてください。

-EXERCISES A Complete the sentences with the words in brackets. (1) I liked life in Osaka best (I / lived / had / there / for / though) only two years. (2) ( even / you / join / if / the volunteer / do not) club, you can still help in the community. 4372 harde o taborn you de 300 bri (3) (what / matter / we / reason / have / no), we must not start a war. (4) Peter will not take any time off ( of / spite / order / in / his doctor's ). (5) ( of / freedom / is / speech / though / even) the basis of democracy, few people understand what it means. (6)( not / whether / or / computers / like / we ), we cannot imagine life without them. une lis 10 1390.in B Fill in the blanks to complete the dialogs. (1) Satoshi: You've lived in Japan for three years. Have you ever been to Kyoto? Olivia: Yes, of course. I always find something new N 京都でどこを訪れても (2) George: Takeshi seems to have overslept and missed the nine o'clock train! Mika: Oh, no! He won't be on time for the ceremony たとえ飛行機で来ても (3) Kate: Is that man your tennis coach? Fred: Yes. He will be seventy next month, but he is still active He jogs five kilometers every morning. Let's Try ! ALLA sd Illw #2910x3 C Express the following in English. (1)たとえ政治に興味がなくても、選挙権をもつ人は投票しなければならない. (2) 結婚で仕事を辞める女性もいるが,最近ではより多くの女性が定年まで仕事を続ける . _________: 彼の年齢にもかかわらず InT [retirement age ] (3)優先座席であろうとなかろうと,いつも自分の席をお年寄りに譲っている.〔priority seat〕 (4)ユニバーサルデザインの普及にもかかわらず,障がいのある人々が街を動き回るのはいまだに 困難だ.〔universal design, disabled people〕 (5)日本は高齢化が急速に進んでいるにもかかわらず,老人ホームの数が十分ではない。 [nursing home]

回答募集中 回答数: 0