Unit 12 - Functional Programming

Unit 12 - Functional Programming

12th Grade - University

13 Qs

quiz-placeholder

Similar activities

Technical Quiz Round 2

Technical Quiz Round 2

12th Grade

10 Qs

C# Programming Quiz

C# Programming Quiz

12th Grade

10 Qs

Topic 1.2 Paradigms of Programming Language

Topic 1.2 Paradigms of Programming Language

12th Grade

12 Qs

A Level Computing 1.2.4a Programming Paradigms

A Level Computing 1.2.4a Programming Paradigms

12th Grade

15 Qs

Programming languages

Programming languages

University

10 Qs

Wiltshire General Knowledge

Wiltshire General Knowledge

12th Grade

16 Qs

Evolution and Paradigms of Programming Languages Quiz

Evolution and Paradigms of Programming Languages Quiz

University

10 Qs

COMPUTER PROGRAMMING 2- SEATWORK 2- INTRO TO OBJECT OOP

COMPUTER PROGRAMMING 2- SEATWORK 2- INTRO TO OBJECT OOP

University

10 Qs

Unit 12 - Functional Programming

Unit 12 - Functional Programming

Assessment

Quiz

Computers

12th Grade - University

Medium

CCSS
8.F.A.1, HSF.IF.A.2, HSF.IF.A.1

Standards-aligned

Created by

Louise Lockwood

Used 66+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

All of the x values or inputs are called what?
Domain
Range
Relation
Function

Tags

CCSS.8.F.A.1

CCSS.HSF.IF.A.1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a programming paradigm?
A style of computer programming
A type of procedure
A suite of coding environments

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What programming paradigm - uses a series of instructions that tell the computer what to do with the input in order to solve the problem?
Procedural
Object-Oriented
Declarative
Functional

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What programming paradigm - uses classes ?
Procedural
Object-Oriented
Declarative
Functional

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A function f is defined as f: A -> B where f(x) = x2 + 5.
The domain A is the set of all real numbers. What is the co-domain B?
The set of all real numbers greater than or equal to 5
The set of all natural numbers greater than 5
the set of all real numbers less than 5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Find the head of this list
myList = [2, 3, 67, 89, 4]
2
3, 67, 89, 4
2, 3, 67
67, 89, 4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate
myList = [2, 3, 67, 89, 4]
length myList
5
4
2
2, 3, 67, 89, 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?