logo

Crowdly

Browser

Add to Chrome

Декларативне програмування [03129]

Looking for Декларативне програмування [03129] test answers and solutions? Browse our comprehensive collection of verified answers for Декларативне програмування [03129] at vns.lpnu.ua.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

(list?    '(a.b))=

View this question

Виберіть коректний виклик funcall

View this question

(apply cons 1 '(3)) =

View this question

Виберіть коректний виклик apply

View this question

Нескінченну рекурсію використовувати на практиці ...

View this question

Чи вірне твердження «Областю значень предикатів є усі S-вирази» ?

 

52%
48%
View this question

Нескінченну рекурсію можливо використовувати із застосуванням

View this question

Якого типу є рекурсивна гілка у рядку 4?

1 (define myFunc(lambda(x y)

2     (cond

3             ((eq? x '()) y)

4              (#t (cons (myFunc (car x) (myFunc (cdr x) '(cadr x))) '())))))

View this question

Чи правильне твердження «Функційне програмування – це нетрадиційне програмування, орієнтоване на комп’ютери “фон-нейманівської” архітектури» ?

0%
100%
View this question

Якого типу є рекурсивна гілка у рядку 4?

1 (define myFunc(lambda(x y)

2     (cond

3             ((eq? x '()) y)

4              (#t (myFunc (car x) (cons x y))))))

View this question

Want instant access to all verified answers on vns.lpnu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome