week 1 introduction

 0    9 flashcards    up804653
download mp3 print play test yourself
 
Question English Answer English
Describe Imperative programming
start learning
computation consists of the execution of statements; where /n the statements operate on a program’s state
Describe declarative programming
start learning
there are no statements; and /n there is no program state to operate upon.
What kind of programing is Functional programming?
start learning
declarative
What was the first well known functional programming language?
start learning
Lisp (1958)
What is an an expression?
start learning
2*3+1
What is the Evaluation?
start learning
the process of compleating the expressions
What are the sections of a haskal declaration
start learning
function name: type of formal parameter ->type of result
Whata re the sections of a haskal constant
start learning
constant name: type of constant
relational operators
start learning
==,/=(not equals),<,>,<=and>=

You must sign in to write a comment