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
15 questions
ISTQB FOUNDATION 4.0 | Tutorial 15

Quiz
•
12th Grade
20 questions
030_SQL Injection – CompTIA Security+ SY0-701 – 2.3

Quiz
•
9th - 12th Grade
20 questions
CS Unit 20 Programming paradigms Key Terms Test

Quiz
•
12th Grade
13 questions
GCSE Edexcel Types of Programming Languages

Quiz
•
9th - 12th Grade
19 questions
Day 1 - Basics of Python

Quiz
•
12th Grade
20 questions
iGCSE Computer Science: Programming Languages

Quiz
•
9th - 12th Grade
18 questions
Coding District Test Prep Form I

Quiz
•
12th Grade
18 questions
Cloud Native Fundamentals Lesson 1 and 2

Quiz
•
1st - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade