Search Header Logo

Functional Programming Quiz 2

Authored by W Deng

Computers

12th Grade

Used 2+ times

Functional Programming Quiz 2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following languages specifically use a functional programming paradigm?

Python

Haskell

Java 8

Delphi

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a type within the typeclass Num?

Char

Bool

Double

String

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the following is the function declaration for SumOfSq? The colour codes represent the arguments.

SqOfDiff : : Integer -> Integer -> Integer

SqOfDiff : : Integer -> Integer -> Integer

SqOfDiff : : Integer -> Integer -> Integer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This question is based on function isEqual, that finds whether two numbers are equal or not. What is the function declaration?

isEqual : : Bool ->Int -> Int

isEqual : : Int -> Bool

isEqual : : Int -> Int -> Bool

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This question is based on function isEqual, that finds whether two numbers are equal or not. What is the function code?

isEqual a b = a == b

isEqual a b == a = b

isEqual a b = a = b

isEqual a ==b = a b

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

This question is based on functions f(x) = x-1 and g(x) = x^2-1.
What is g o f?

x^2

x^2 - 2x

x^2-x

x^2+2x

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

This question is based on functions f(x) = x-1 and g(x) = x2-1.
What is g o f (3)?

1

3

5

9

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?