week 1 introduction

 0    9 fiche    up804653
baixar mp3 Imprimir jogar verifique-se
 
questão English resposta English
Describe Imperative programming
começar a aprender
computation consists of the execution of statements; where /n the statements operate on a program’s state
Describe declarative programming
começar a aprender
there are no statements; and /n there is no program state to operate upon.
What kind of programing is Functional programming?
começar a aprender
declarative
What was the first well known functional programming language?
começar a aprender
Lisp (1958)
What is an an expression?
começar a aprender
2*3+1
What is the Evaluation?
começar a aprender
the process of compleating the expressions
What are the sections of a haskal declaration
começar a aprender
function name: type of formal parameter ->type of result
Whata re the sections of a haskal constant
começar a aprender
constant name: type of constant
relational operators
começar a aprender
==,/=(not equals),<,>,<=and>=

Você deve entrar para postar um comentário.