week 1 introduction

 0    9 schede    up804653
Scarica mp3 Stampa Gioca Testa il tuo livello
 
Domanda English Risposta English
Describe Imperative programming
inizia ad imparare
computation consists of the execution of statements; where /n the statements operate on a program’s state
Describe declarative programming
inizia ad imparare
there are no statements; and /n there is no program state to operate upon.
What kind of programing is Functional programming?
inizia ad imparare
declarative
What was the first well known functional programming language?
inizia ad imparare
Lisp (1958)
What is an an expression?
inizia ad imparare
2*3+1
What is the Evaluation?
inizia ad imparare
the process of compleating the expressions
What are the sections of a haskal declaration
inizia ad imparare
function name: type of formal parameter ->type of result
Whata re the sections of a haskal constant
inizia ad imparare
constant name: type of constant
relational operators
inizia ad imparare
==,/=(not equals),<,>,<=and>=

Devi essere accedere per pubblicare un commento.