week 1 introduction

 0    9 informačný list    up804653
stiahnuť mp3 vytlačiť hrať Skontrolujte sa
 
otázka English Odpoveď English
Describe Imperative programming
začať sa učiť
computation consists of the execution of statements; where /n the statements operate on a program’s state
Describe declarative programming
začať sa učiť
there are no statements; and /n there is no program state to operate upon.
What kind of programing is Functional programming?
začať sa učiť
declarative
What was the first well known functional programming language?
začať sa učiť
Lisp (1958)
What is an an expression?
začať sa učiť
2*3+1
What is the Evaluation?
začať sa učiť
the process of compleating the expressions
What are the sections of a haskal declaration
začať sa učiť
function name: type of formal parameter ->type of result
Whata re the sections of a haskal constant
začať sa učiť
constant name: type of constant
relational operators
začať sa učiť
==,/=(not equals),<,>,<=and>=

Ak chcete pridať komentár, musíte byť prihlásený.