Unit 12 - Functional Programming

Unit 12 - Functional Programming

12th Grade - University

13 Qs

quiz-placeholder

Similar activities

AP CSP Worksheet 2

AP CSP Worksheet 2

9th - 12th Grade

10 Qs

Hakdad - information technology - basic knowledge

Hakdad - information technology - basic knowledge

12th Grade - Professional Development

15 Qs

Computer Quiz Bee

Computer Quiz Bee

University

15 Qs

Introduction to Computer Programs

Introduction to Computer Programs

University

10 Qs

postTest DataScience 2021

postTest DataScience 2021

10th Grade - Professional Development

10 Qs

programming language generation

programming language generation

University

15 Qs

LLB10403 Quiz 5 Chapter 6

LLB10403 Quiz 5 Chapter 6

University

15 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?