week 1 introduction

 0    9 fiszek    up804653
ściągnij mp3 drukuj graj sprawdź się
 
Pytanie English Odpowiedź English
Describe Imperative programming
rozpocznij naukę
computation consists of the execution of statements; where /n the statements operate on a program’s state
Describe declarative programming
rozpocznij naukę
there are no statements; and /n there is no program state to operate upon.
What kind of programing is Functional programming?
rozpocznij naukę
declarative
What was the first well known functional programming language?
rozpocznij naukę
Lisp (1958)
What is an an expression?
rozpocznij naukę
2*3+1
What is the Evaluation?
rozpocznij naukę
the process of compleating the expressions
What are the sections of a haskal declaration
rozpocznij naukę
function name: type of formal parameter ->type of result
Whata re the sections of a haskal constant
rozpocznij naukę
constant name: type of constant
relational operators
rozpocznij naukę
==,/=(not equals),<,>,<=and>=

Musisz się zalogować, by móc napisać komentarz.