week 1 introduction

 0    9 tarjetas    up804653
descargar mp3 imprimir jugar test de práctica
 
término English definición English
Describe Imperative programming
empezar lección
computation consists of the execution of statements; where /n the statements operate on a program’s state
Describe declarative programming
empezar lección
there are no statements; and /n there is no program state to operate upon.
What kind of programing is Functional programming?
empezar lección
declarative
What was the first well known functional programming language?
empezar lección
Lisp (1958)
What is an an expression?
empezar lección
2*3+1
What is the Evaluation?
empezar lección
the process of compleating the expressions
What are the sections of a haskal declaration
empezar lección
function name: type of formal parameter ->type of result
Whata re the sections of a haskal constant
empezar lección
constant name: type of constant
relational operators
empezar lección
==,/=(not equals),<,>,<=and>=

Debes iniciar sesión para poder comentar.