운영 체제
Operating Systems
기본 영어 단어
1. process
프로세스: 컴퓨터에서 실행중인 프로그램
예문
- The operating system is responsible for managing processes.운영 체제는 프로세스를 관리하는 책임이 있다.
2. thread
스레드: 프로세스 내에서 실행되는 하나의 단위
예문
- Each process can have multiple threads.각 프로세스는 여러 개의 스레드를 가질 수 있다.
3. kernel
커널: 운영 체제의 핵심 부분
예문
- The kernel is the core of the operating system.커널은 운영 체제의 핵심 부분이다.
4. scheduler
스케줄러: 프로세스나 스레드의 실행시기와 실행 순서를 결정
예문
- The scheduler decides when and in what order processes will run.스케줄러는 프로세스가 언제 어떤 순서로 실행될지를 결정한다.
5. interrupt
인터럽트: 프로그램 실행 중에 발생하는 외부 이벤트
예문
- When an interrupt occurs, the current process is temporarily stopped.인터럽트가 발생하면, 현재 프로세스는 일시적으로 중단된다.
6. virtual memory
가상 메모리: 물리적 메모리보다 큰 메모리 공간을 제공하는 기술
예문
- Virtual memory allows programs to use more memory than is physically available.가상 메모리는 물리적인 메모리보다 더 많은 메모리를 프로그램에 사용할 수 있게 해준다.
7. paging
페이징: 가상 메모리를 효율적으로 관리하기 위한 기법
예문
- Paging is used to efficiently manage virtual memory.페이징은 가상 메모리를 효율적으로 관리하기 위해 사용되는 기법이다.
8. cache
캐시: 빠른 접근을 위해 임시로 보관하는 데이터의 저장소
예문
- The cache is used to temporarily store data for quick access.캐시는 빠른 접근을 위해 데이터를 임시로 저장하는 저장소를 의미한다.
9. I/O
입출력: 컴퓨터와 외부 장치와의 데이터 교환
예문
- I/O refers to the communication between a computer and its external devices.입출력은 컴퓨터와 외부 장치 간의 데이터 교환을 의미한다.
10. filesystem
파일시스템: 하드 드라이브나 SSD 등의 저장 장치에 파일을 구조화하여 저장하는 방식
예문
- The filesystem organizes files on storage devices such as hard drives or SSDs.파일시스템은 하드 드라이브나 SSD와 같은 저장 장치에 파일을 구조화하여 저장하는 방식이다.
11. multi-tasking
멀티태스킹: 한 시간에 여러 개의 작업을 동시에 처리하는 것
예문
- Multi-tasking allows multiple tasks to be executed at the same time.멀티태스킹은 한 번에 여러 작업을 동시에 수행할 수 있게 한다.
12. boot
부팅: 컴퓨터를 시작하거나 재시작하는 과정
예문
- During the boot process, the operating system is loaded into memory.부팅 과정에서 운영 체제는 메모리로 로드된다.
13. shutdown
셧다운: 컴퓨터를 안전하게 종료하는 과정
예문
- Shutdown your computer safely to prevent data loss.데이터 손실을 방지하기 위해 컴퓨터를 안전하게 셧다운하세요.
14. driver
드라이버: 하드웨어 장치를 관리하고 운영 체제와 소통하는 소프트웨어
예문
- A driver is a software that manages a hardware device and communicates with the operating system.드라이버는 하드웨어 장치를 관리하고 운영 체제와 소통하는 소프트웨어이다.
15. permission
퍼미션: 파일이나 디렉터리에 대한 접근 권한
예문
- File permissions determine who can access a file and what they can do with it.파일 권한은 누가 파일에 접근할 수 있고 그들이 파일과 무엇을 할 수 있는지 결정한다.