week 1 introduction

 0    9 フィッシュ    up804653
mp3をダウンロードする 印刷 遊びます 自分をチェック
 
質問 English 答え English
Describe Imperative programming
学び始める
computation consists of the execution of statements; where /n the statements operate on a program’s state
Describe declarative programming
学び始める
there are no statements; and /n there is no program state to operate upon.
What kind of programing is Functional programming?
学び始める
declarative
What was the first well known functional programming language?
学び始める
Lisp (1958)
What is an an expression?
学び始める
2*3+1
What is the Evaluation?
学び始める
the process of compleating the expressions
What are the sections of a haskal declaration
学び始める
function name: type of formal parameter ->type of result
Whata re the sections of a haskal constant
学び始める
constant name: type of constant
relational operators
学び始める
==,/=(not equals),<,>,<=and>=

コメントを投稿するにはログインする必要があります。