[소공] 실습 3주차

학교/컴퓨터프로그래밍 2014. 3. 20. 16:47

http://nnoco.tistory.com/35

They say : 

assembly language is low-level java, C# are high-level.

But they do not talk about highest-level languages


The answer is yes.
What is the highest-level languages?

case1. view a computer as a 4-year old baby

case 2. view a computer as a 10-year old boy

case 2. view a computer as a college student


example of Prolog


obj : fact(0, 1)
 fact(x+1, xy + y) :- fact(x,y)
main:
fact (5,x)

So there is a final goal

난 소공을 배우고 싶다.

'학교 > 컴퓨터프로그래밍' 카테고리의 다른 글

실습 1주차  (0) 2014.03.20
수업 계획  (0) 2014.03.20
6/5  (0) 2012.06.05