学年

教科

質問の種類

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

分からないので教えて欲しいです🙇‍♀️

Entrance Exam 否定表現 1. almost 2. I( 1()に入れる最も適切な語句を1~4から選びなさい。 1. I don't think David would make a good leader because he can ( difficult circumstances and tends to give up too quickly. 2. extremely 3. hardly ) go to karaoke, I go only once or twice a year. ) be expected to act honorably in 4. neither (明治大) (芝浦工業大 4. never 1. often 3. Unfortunately, ( seldom ) of the 1. a few 2. few 3. ever passengers escaped injury. 3. many (大阪学院大 推) 4. much 4. ( ) children are born with musical talent. (日本大) 1. none of 2. not all. 3. not every 4. no one 5. ( 2. No 1. as far as 2. far from ) of the workers accepted the director's proposal to cut bonuses. 1. Not 6. The future of English society looked ( 7. I didn't like the food at that restaurant. It was (. (東海大 3. Never ) promising in the 1840s. None (立命館大) 3. for far 4. too far ) delicious. (福岡大) 1. anything but 2. nothing but 3. without 4. out of 8. He was so drunk that he could ( ) walk. (大阪学院大) 9. 1. all 1. able 2. unable This train doesn't stop at ( a few 3. hard 4. hardly ) station. 大阪商業大推) 2. 3. little 4. every 2. few 12. " Can 10. The latest model of this mobile phone is ( 1. not seldom 3. all not 11. Before I watched the documentary, I knew ( 1. little à you come to the party tonight?" "( 1. Yes, I can ) easy to use. (獨協大) 2. not necessarily 4. ever not 3. seldom ) about life under the sea. 4. hardly (東京工科大) ). I have a lot of homework." (拓殖大) 2. Yes, I do 3. No, I'm afraid not 13. Japan has ( 1. a little 2. few 4. No, I hope not ) oil and therefore is almost entirely dependent on imports. (センター) 3. little 4. small

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

英検準1級のライティングです。 どなたでも構いません。添削をお願いしたいです!何を書いているか分からなければ、聞いてもらって全然大丈夫です。ていうか、読んだだけでは、全く理解できないと思います。 近日中に受けるので、明日の夕方頃までにお願いします🙏

Write an essay on the given TOPIC. Use TWO of the POINTS below to support your answer. Structure: introduction, main body, and conclusion Suggested length: 120-150 words TOPIC Do you think that gas-powered cars will be replaced by electric cars in the near future? 電時の排出 POINTS 走行エネルギーの asse). Environment Convenience #1124-Kat #veg Cost Industry 高速産 ・充電せった コストが高い 産業限られた 短いきが しが ・使用者が買いかえようとは 思わない 2:33. 1 充電スペースの 2015 3. cars will be replaced by electric cars I do not think that gas-powered opinion. in the near future, I have two reasons to support this One reason is that it may be not convenient for people to drive electric cars in these days society. For example, electric cars take more time to charge than gas-powered cars. Moreover, electric cars can run few distance. Onother reason is that electric cars cost a lot of money in the many situation. For example, people who use electric, cars usually sex charging places at the each houses, but they have to pay so much cash to do it, Also, they need to prepare too much money every month to charge electric Propte cash, For these reasons above, I believe that gas-powered cars will be replaced by electric cars in the near future. total: 179 words

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

vsコードを使ってJava言語の勉強をしてたんですけど初心者すぎて何が原因で上手くコードの実行ができてないのかわかりません… 勉強の資料として使ってるのは京都大学のJavaによるプログラミング入門 です。

17:43 7月27日 (木) 1.7 使用するサンプルプログラム (TankCalculator.java) 1: public class Tank Calculator { 2: public static void main (String args[]){ final double FLOW_RATE = 1.0; final double TANK_AREA = 20.0; final double INITIAL_LEVEL = 10.0; double time; //s double tankLevel; //m ... ocw.kyoto-u.ac.jp 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: time = 30; 14: tankLevel = INITIAL_LEVEL + FLOW_RATE*time/TANK_AREA; 15: System.out.println("Tank Level at time "+ time + "s = " + tankLevel + "m"); 16: 17: 18: 19: } 20:} 11 System.out.println("Flow Rate = + FLOW_RATE + "m** 3/s"); System.out.println("Tank Area=" + TANK_AREA + "m**2"); System.out.println("Initial Level = " + INITIAL_LEVEL + "m"); time = 60; tankLevel = INITIAL_LEVEL + FLOW_RATE*time/TANK_AREA; System.out.println("Tank Level at time "+ time + "s=" + tankLevel + "m"); 【補足】 // の後ろは,プログラムを後で読解しやすくするための注釈です. Flow Rate = 1.0m**3/s Tank Area = 20.0mm**2 Initial Level = 10.0m 8 Tank Level time 30.0s = 11.5m Tank Level at time 60.0s = 13.0m 1.7.1 サンプルプログラムの入力と実行 先ほどと同じように, 秀丸エディタを開き, 20行のプログラムを書き込んで, Tank Calculator.java と名付け, 保存して, コンパイル, 実行してください. 成功すれば,以下の実行結果が示されます。(失敗してもめげないで, 2.5.1 節を参 考に、原因を考え,再トライしてください) ちなみに, 実行結果をファイルに書き出すにはコマンドプロンプトの「リダイレク ト」 という機能を使います 11. java TankCalculator > result.txt これにより result.txt というファイルが出来ているはずです。 中身は数値や文字列 だけのテキストファイルですのでエディタなどで内容を確認できます。 @91% 11javaプログラムの中で明示的にフ ァイルに出力することもできるので すがここでは安直な方法を取ります

未解決 回答数: 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・英語 大学生・専門学校生・社会人

英読解の問題です。 すっかり忘れてしまったため何も分かりません。 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