week 1 introduction

 0    9 flashcards    up804653
mp3 indir Baskı oynamak kendini kontrol et
 
soru English cevap English
Describe Imperative programming
öğrenmeye başla
computation consists of the execution of statements; where /n the statements operate on a program’s state
Describe declarative programming
öğrenmeye başla
there are no statements; and /n there is no program state to operate upon.
What kind of programing is Functional programming?
öğrenmeye başla
declarative
What was the first well known functional programming language?
öğrenmeye başla
Lisp (1958)
What is an an expression?
öğrenmeye başla
2*3+1
What is the Evaluation?
öğrenmeye başla
the process of compleating the expressions
What are the sections of a haskal declaration
öğrenmeye başla
function name: type of formal parameter ->type of result
Whata re the sections of a haskal constant
öğrenmeye başla
constant name: type of constant
relational operators
öğrenmeye başla
==,/=(not equals),<,>,<=and>=

Yorum yapmak için giriş yapmalısınız.