Functional Programming Quiz 1 not check

Quiz
•
Computers
•
12th Grade
•
Hard
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
Similar Resources on Wayground
13 questions
Control Structures in Python

Quiz
•
11th - 12th Grade
20 questions
20.1 Programming Paradigms Cambridge iA 9618

Quiz
•
12th Grade
20 questions
Functional Programming Quiz

Quiz
•
12th Grade
16 questions
Wiltshire General Knowledge

Quiz
•
12th Grade
15 questions
G10 CS String Manipulation

Quiz
•
12th Grade
15 questions
code.org CSP Unit 3 Review 20-21

Quiz
•
9th - 12th Grade
15 questions
Python Basics

Quiz
•
KG - University
12 questions
CSP: Code.org - Unit 3 Vocabulary Review

Quiz
•
9th - 12th Grade
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