Unit 12 - Functional Programming

Unit 12 - Functional Programming

12th Grade - University

13 Qs

quiz-placeholder

Similar activities

Types of Artificial Intelligence

Types of Artificial Intelligence

University

15 Qs

Functional Programming 1

Functional Programming 1

12th Grade

13 Qs

PRG1 - Tuesday week 2 - starter

PRG1 - Tuesday week 2 - starter

University

12 Qs

OCR GCSE - Flow Charts

OCR GCSE - Flow Charts

9th - 12th Grade

16 Qs

Python Programming - Introduction

Python Programming - Introduction

University

15 Qs

DBA  - Week 12 Quiz - Client Server Model

DBA - Week 12 Quiz - Client Server Model

University

15 Qs

Introduction to Computing

Introduction to Computing

University

10 Qs

Admon Servidores_DS01 P3

Admon Servidores_DS01 P3

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?