-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f019f4e
commit e4ee2a0
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: console | ||
description: console의 의미 | ||
keywords: [console] | ||
--- | ||
|
||
# Console | ||
시스템 관리 메시지에 대한 텍스트 입력 및 표시 장치이다. | ||
초기 컴퓨터에서 사람이 컴퓨터와 상호작용할 수 있는 인터페이스로 존재하였다. | ||
현재에도 terminal, cmd, powershell 등 CLI로 사용되고 있다. | ||
|
||
키보드 - 메모리 write (I/O Buffer)에 저장 | ||
모니터 - 메모리 read |