FUNCTIONAL PROGRAMMING WITH SCHEME

Quiz
•
Computers
•
University
•
Hard
'Aisyah Sa'dan
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is CORRECT?
(eq? 'x 'xx) return #T
(cdr (car'((T E A M) A ) ) ) returns E A M A
(null? '()) returns #T
(list (> 23 22) ( < 11 11)) returns (#error)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statement is FALSE about functional programming?
Mathematic calculus is functional programming basic
Function is defined to solve mathematical problem
Functional programming relies on recursion to perform loops or iterative operations
Selection control structures are available in functional programming
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the following Scheme expressions, which of the below statements is FALSE?
(car '((a b) c d e f)) returns (a b)
(cdr '(c d e)) returns (d e)
(cons '(a b c) '(d e f)) returns ((a b c) d e f)
(car (cdr '(a (b) c d e f))) returns b
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Functional programming applies __________________
normal-order evaluation.
eager evaluation.
lazy evaluation.
strict evaluation.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
_________ was designed as a programming language and all computation in it is accomplished by applying functions to arguments.
Prolog
Pascal
Scheme
ALGOL
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value returned by the following function call? (length '(w h (f g h) km (x y)))
8
5
4
3
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the following Scheme function, what is the value returned by the following function call (func1 2 10)?
(define (func1 m n) (+(expt m 3)(* m n)))
12
21
18
28
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Evolution and Paradigms of Programming Languages Quiz

Quiz
•
University
15 questions
C++ Quiz-1

Quiz
•
University
10 questions
ALMCTPS

Quiz
•
University
15 questions
Python Basics

Quiz
•
KG - University
15 questions
C Language Quiz-1

Quiz
•
University - Professi...
10 questions
How Much You Know ?

Quiz
•
11th Grade - Professi...
15 questions
Principles of Programming Languages

Quiz
•
University
10 questions
python test 1_23_24

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade