Skip to content

Commit

Permalink
[docs] 운영체제, 프로세스, 스레드에 대한 내용 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwnsgml0328 committed Apr 29, 2024
1 parent fcad9fb commit 13bc852
Show file tree
Hide file tree
Showing 6 changed files with 365 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,27 @@ ex)

## <a href="./cs.md">① Computer Science</a>

- `운영체제 🔥`

- 운영체제란 무엇인가요?
- 운영체제는 어떤 역할을 하나요?
- 운영체제는 어떤 구조로 이루어져 있나요?
- 컴퓨터는 어떤 요소로 이루어져 있나요?
- CPU는 어떤 요소로 이루어져 있나요?
- CPU는 어떻게 동작하나요?
- 메모리란 무엇인가요?
- 메모리는 어떤 계층 구조로 이루어져 있나요?
- 메모리는 어떤 방식으로 데이터를 관리하나요?

- `프로세스와 스레드 🔥`

- 프로세스가 뭔가요?
- 스레드가 뭔가요?
- 프로세스와 스레드는 어떤 차이가 있나요?
- 프로세스의 컴파일 과정에 대해 설명해줄 수 있나요?
- 프로세스는 어떤 상태 값을 가지고 있나요?
- 프로세스는 어떤 구조로 이루어져 있나요? (스택, 힙, 데이터 영역, 코드 영역)
- PCB는 무엇인가요? 어떤 용도로 사용되나요? (메타 데이터)

- `싱글 스레드와 멀티 스레드 🔥`

Expand Down
Loading

0 comments on commit 13bc852

Please sign in to comment.