💡컴퓨터 시스템
Computer can be defined as a "programmable" data processor
-프로그램 가능한 데이터 처리기
💡Parts of the Computer System
📕Computer systems have four parts
- Hardware
- 컴퓨터의 연산과 동작을 제어하는 물리적인 장치
- CPU, RAM, 입력/출력 장치(I/O devices)
- Anything that can be touched
- Software
- H/W에서 실행하는 명령(instruction)의 집합
- 프로그램(Program) : 소프트웨어의 일부
- Application Program -> 앱(APP)
- Data (Information)
- User
📕Information Processing Cycle
- input : data를 Computer에 입력. ex) 카메라, 스캐너
- Processing : 데이터를 가공하는 처리과정 (hardware & software)
- Output : 출력
- Storage
📕Essential Computer Hardware
- Computers use the same basic hardware
- Hardware categorized into four types
- four categories
- processor
- input and output devices
- memory (휘발성) - > 전원 꺼지면 지워짐 --> 별도의 저장공간을 필요
- storage
📕컴퓨터 마더보드/메인보드
컴퓨터 내 큰 비중을 차지함.
- memory slots
- expansion card slots
- SATA slots(hard disk)
- CPU slot
- graphic card slots
- monitor 연결, USB 연결
📗Processing devices
머더보드보다 중요한 장치
- 컴퓨터의 뇌
- 프로그램으로부터 명령어를 실행시킨다.
- 데이터를 다룬다.
- Central Processing Unit(CPU) 중앙처리장치
📗Memory devices
- Stores data or programs
- Random Access Memory (RAM) 램 - 휘발성-> 내용 지워짐
- Read Only Memory(ROM) 롬 -비휘발성 - > 내용 저장
📗Input Devices
유저와 컴퓨터 프로그램으로부터 데이터를 입력함.
- example
- keyboard
- mouse
- microphones
- scanners
- digital cameras
Output Devices
가공 처리된 data를 유저와 컴퓨터 시스템에 다시 전송함.
- example
- monitor
- printer
- speaker
Personal Computer Explored
- scanner
- CPU
- main memory(RAM)
- graphic card
- power supply
- DVD driver
- Hard disk drive
- motherboard
- ------------------------------------------------------------------
- 외부장치
- speaker
- monitor
- system software
- application software
- keyboard
- mouse
- external hard disk
- printer
📗Input and Output devices
- 유저가 상호작용 할 수 있게 허락한다.
- 입력장치는 데이터를 받아들인다.
- keyboard, mouse
- 출력장치는 data를 전송한다.
- Monitor, printer, speaker
- 몇 명의 장치는 입출력 장치 속성을 둘 다 지니고 있다.
- touch-screen
- 직관적이다.
📗Storage devices
- 데이터와 프로그램을 영구적으로 저장한다.
- RAM과 다르다.
- Magnetic storage
- 플로피디스크
- 데이터에 접근하기 위해서 자기를 사용한다.
- Optical storage (광학)
- cd and dvd drives
- 데이터에 접근하기 위해서 빛을 사용한다.
📗Flash and SSD
- Flash memory
- ex) USB
- 비휘발성(ROM의 장점)
- 덮어쓰기 가능(RAM의 장점)
- SSD : solid state drive
- flash memory를 엮어서 , hard disk drive 대신 쓴다는 취지에서 등장
- 장점 : Hard-disk 보다 속도가 빠르다.
- 단점 : 가격이 비싸다. -> hard disk 가격이 워낙 싸기 때문
'학교 > 컴퓨터학개론' 카테고리의 다른 글
[컴퓨터학개론 6장]- binary number (0) | 2022.06.28 |
---|---|
[컴퓨터학개론 5장]- PC Architecture (0) | 2022.06.28 |
[컴퓨터학개론 3장]- 컴퓨터의 분류 (0) | 2022.06.27 |
[컴퓨터학개론 2장]- History of Computer Software (0) | 2022.06.27 |
[컴퓨터학개론 1장]- History of Computer Hardware (0) | 2022.06.27 |