Major Study./Computer Science

Foundation of cs / Turing model

sosal 2014. 7. 17. 16:16
반응형

/*

 * http://sosal.kr/

 * made by so_Sal

 */


Foundation of computer science 1장을 리뷰하고있습니다. ㅎㅎㅎ


The idea of a universal computational device was first described by Alan turing in 1937.
He proposed that all computation could be performed by a special kind of a machine,
now called a turing machine.

튜닝기계로써의 컴퓨터..

input data -> [ computer ] -> Output data.

이산수학할때 참 많이 보던거였는데 ^^;
foundation of computer science 책을 리뷰하면서
첫장에서 보는 내용이네요.

same program, -> different input data -> different output data
same input data -> different program -> different output data

아주 단순한 내용입니다 >_<

Programmable data processors
The turing model adds an extra element to the specific computing machine.

Input data -> [computer / with program] -> Output data

ex) 3,12,8,22 -> [computer / with sort program ] -> 3, 8, 12 ,22
뭐 등등.. 당연한소릴 계속 하고있네요~


[폰 노이만 모델]
                   ┌───────────────┐
Input data -> │          Input/Output                │ -> Output data
                   ALU - Control Unit - Memory 
                   └───────────────┘
ALU : The Arithmetic Logic Unit is where calculation and logical operations take place
         사고를 담당하는 부분이죠, 데이타에 대한 수학적인, 논리적인 동작을 하는부분입니다.

Control Unit : The control unit controls the operations of the memory, ALU, and the input/outut subsystem.
                   컨트롤 유닛으로ㅓ, 미모리의 동작이나, ALU나 다른 서브 시스템을 통제하는 장치

Memory : this is the stroage area. This is where programs and data are stored during processing.
              메인 메모리죠.. 램드라이브 입니다. ㅎㅎ 프로그램이 여기 메모리에 올라와서 실행됩니다.

Input/Output subsystem 은 따로 언급 안드려도 될만큼 잘 알고있는 부분이죠.
              하드디스크에서 간단하게 정보를 읽어오는것도 input subsystem입니다.


The stored program concept
The von neumann model states that the program must be stored in memory.
이전의 다른 architecture와 다른 가장 중요한 부분입니다. (데이타만이 memory에 저장되었었죠.)

Computer components.
computer hardware.
Data, stroing data, organizing data.
computer software.


algorithms, languages, software engineering, operating system.
등등에 설명하고있네요.. 이후엔 역사까지 ><
어떤책이든 1장이 항상 지루하죠 ㅠㅠ.