일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- html
- DoM
- for
- python
- php
- DS
- Class
- XML
- Pipelining
- MacOS
- Java
- data structure
- while
- Algorithm
- DB
- computer
- instruction
- web
- DATAPATH
- react
- MIPS
- function
- architecture
- Linux
- control
- system
- javascript
- CSS
- github
- mysql
- Today
- Total
YYYEJI
[Java] Computers and Java 본문
COMPUTER and JAVA
① Computer system → hardware + software
✓ Processor (CPU) - Central Processing Unit
✓ Memory - main & auxiliary
✓ Input devices - mouse, keyboard etc.
✓ Output devices - video display, printer etc.
Memory (Main & Auxiliary)
↕
Input devices → processor(CPU) → Output devices
② Hardware → the physical components(machine)
✓ Keyboard
✓ Monitor
✓ Chassis - CPU memory, disk drives, I/O connectors
Main Memory
- Working area
- Temporarily stores program and data
- While program is executing
Auxiliary memory
- Permanent(more or less) Memory
- Secondary memory
- Saves program and results
- Includes floppy&hard disk
Cache Memory
- Advantage: locality
- Disadvantage: bottleneck
③ Program
A set of instructions for computer
④ Software
All the different kinds of programs
⑤ Various Types of User Interfaces
✓ Command-line - type in key words and letters
✓ Menu - parts of DOS and Windows
✓ GUI (Graphical User Interface) - "Event-driven"
◡̈
'Java' 카테고리의 다른 글
[JAVA] High level code와 Machine code의 차이점 (0) | 2022.10.17 |
---|---|
[JAVA] Bottleneck(보틀넥) 현상 (0) | 2022.10.17 |
[MacOS] 인텔리제이 Duplicated code fragment Error 해결방법 (0) | 2022.09.08 |
[MacOS] intelliJ github에 연결하기 (0) | 2022.09.02 |
[Java] MacOS에서 STS4 (Spring Tool Suite 4) 설치하기 (0) | 2022.09.02 |