week 1 introduction

 0    9 fiche    up804653
Télécharger mP3 Imprimer jouer consultez
 
question English réponse English
Describe Imperative programming
commencer à apprendre
computation consists of the execution of statements; where /n the statements operate on a program’s state
Describe declarative programming
commencer à apprendre
there are no statements; and /n there is no program state to operate upon.
What kind of programing is Functional programming?
commencer à apprendre
declarative
What was the first well known functional programming language?
commencer à apprendre
Lisp (1958)
What is an an expression?
commencer à apprendre
2*3+1
What is the Evaluation?
commencer à apprendre
the process of compleating the expressions
What are the sections of a haskal declaration
commencer à apprendre
function name: type of formal parameter ->type of result
Whata re the sections of a haskal constant
commencer à apprendre
constant name: type of constant
relational operators
commencer à apprendre
==,/=(not equals),<,>,<=and>=

Vous devez vous connecter pour poster un commentaire.