week 1 introduction

 0    9 cartonașe    up804653
descarcă mp3 printează joacă Testează-te
 
Întrebare English Răspuns English
Describe Imperative programming
începe să înveți
computation consists of the execution of statements; where /n the statements operate on a program’s state
Describe declarative programming
începe să înveți
there are no statements; and /n there is no program state to operate upon.
What kind of programing is Functional programming?
începe să înveți
declarative
What was the first well known functional programming language?
începe să înveți
Lisp (1958)
What is an an expression?
începe să înveți
2*3+1
What is the Evaluation?
începe să înveți
the process of compleating the expressions
What are the sections of a haskal declaration
începe să înveți
function name: type of formal parameter ->type of result
Whata re the sections of a haskal constant
începe să înveți
constant name: type of constant
relational operators
începe să înveți
==,/=(not equals),<,>,<=and>=

Trebuie să te autentifici pentru a posta un comentariu.