Functional Programming Quiz 1 not check

Functional Programming Quiz 1 not check

12th Grade

16 Qs

quiz-placeholder

Similar activities

030_SQL Injection – CompTIA Security+ SY0-701 – 2.3

030_SQL Injection – CompTIA Security+ SY0-701 – 2.3

9th - 12th Grade

20 Qs

Programming Paradigm

Programming Paradigm

12th Grade

19 Qs

Programming Language

Programming Language

12th Grade

20 Qs

iGCSE Computer Science: Programming Languages

iGCSE Computer Science: Programming Languages

9th - 12th Grade

20 Qs

Coding District Test Prep Form I

Coding District Test Prep Form I

12th Grade

18 Qs

Cloud Native Fundamentals Lesson 1 and 2

Cloud Native Fundamentals Lesson 1 and 2

1st - 12th Grade

18 Qs

AP CSA Review 1 / - 3-27

AP CSA Review 1 / - 3-27

9th - 12th Grade

20 Qs

ISTQB FOUNDATION 4.0 | Tutorial 15

ISTQB FOUNDATION 4.0 | Tutorial 15

12th Grade

15 Qs

Functional Programming Quiz 1 not check

Functional Programming Quiz 1 not check

Assessment

Quiz

Computers

12th Grade

Hard

Created by

W Deng

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following is returned from the functional programming command: head[1,2,3,4,5]

1

[1,2,3,4]

5

[1,2]

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following is returned from the functional programming command tail[1,2,3,4,5]

1

[2,3,4,5]

5

[1,2]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following is returned from the functional programming command [1,2,3,4,5] !! 1

1

2

[1,3,4,5]

[2,3,4,5]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following is returned from the functional programming command take 2 [1,2,3,4,5]

[1,2,3]

[3,4,5]

[1,2]

[4,5]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following is returned from the functional programming command drop 2 [1,2,3,4,5]

[1,2,3]

[3,4,5]

[1,2]

[4,5]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following is returned from the functional programming commands:factor x = x * 2map factor [1,2,3,4]

[3, 6 , 9, 16]

[2, 4, 6, 8]

[2, 2, 2, 2]

34

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following is returned from the functional programming command:foldr (/) 2 [4,8,8,4]

0.5

1

2

4

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?