Drivers are the most flexible way to provide access to a USB device and allow the device to be accessed by any application, including multiple concurrent applications.

  1. 사전 분석

    • allow A to B : A 가 B 하는 것을 허용(허가) 하다.
    • allow는 to 가 생략되어 있다.
    • including : ~ 를 포함하여
    • multiple concurrent applications : 다중 동시 접속 어플리케이션


  2. 동사를 찾아라
    :
    are , allow

  3. 끊자

    Drivers
    are
    the most flexible way to provide access to a USB device
    and
    allow
    the device
    to be accessed by any application,
    including multiple concurrent applications.

  4. 뒤에서부터 해석해라.

    • Drivers
      드라이버는
    • are
      이다.

      the most flexible way to provide access to a USB device
      USB 디바이스에 엑세스를 제공하는 가장 유연한 방법이며,
    • and
      그리고
    • allow the device to be accessed by any application,
      (드라이버는) 디바이스가 모든 어플리케이션에 의해 엑세스되어지는 것을 허용합니다.
      (대충 바꿔쓰기
      Any application can access the device by using drivers.
      모든 어플리케이션은 드라이버를 사용하여 디바이스에 엑세스할 수 있다.)
    • including multiple concurrent applications.
      다중 동시 접속 어플리케이션을 포함한
  5. 이것을 조합하면

    드라이버는 USB 디바이스에 대한 억세스를 제공하는 가장 유연한 방법이고 다중 동시 접속 어플리케이션을 포함한 모든 어플리케이션은 드라이버를 사용하여 디바이스에 억섹스 할수 있다.

드라이버는 USB 디바이스에 대한 엑세스를 제공하는 가장 유연한 방법입니다. 또한 드라이버는 다중 동시 접속 어플리케이션을 포함한 모든 어플리케이션이 디바이스를 엑세스할 수 있도록 해줍니다.