Unit 12 - Functional Programming

Unit 12 - Functional Programming

12th Grade - University

13 Qs

quiz-placeholder

Similar activities

8.4 Programming Paradigms and Processes

8.4 Programming Paradigms and Processes

11th - 12th Grade

8 Qs

Functional Programming 1

Functional Programming 1

12th Grade

13 Qs

Topic 1.2 Paradigms of Programming Language

Topic 1.2 Paradigms of Programming Language

12th Grade

12 Qs

AQA SDLC Programming Methodologies

AQA SDLC Programming Methodologies

10th - 12th Grade

11 Qs

1.0 (b)Programming Language Paradigm

1.0 (b)Programming Language Paradigm

12th Grade

9 Qs

PRG1 - Tuesday week 2 - starter

PRG1 - Tuesday week 2 - starter

University

12 Qs

Programming Paradigms

Programming Paradigms

12th Grade - University

15 Qs

Programming

Programming

University

10 Qs

Unit 12 - Functional Programming

Unit 12 - Functional Programming

Assessment

Quiz

Computers

12th Grade - University

Medium

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

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?