Map Quiz

Map Quiz

University

5 Qs

quiz-placeholder

Similar activities

Binary Heap

Binary Heap

University

9 Qs

Introduction to Arrays

Introduction to Arrays

KG - University

10 Qs

Kuis Struktur Data

Kuis Struktur Data

University

10 Qs

PDS - 04225 Searching & Algorithm Analysis - Chapter 4

PDS - 04225 Searching & Algorithm Analysis - Chapter 4

University

10 Qs

C++ Quiz

C++ Quiz

University

10 Qs

PopQuiz Chap2-Sequential List

PopQuiz Chap2-Sequential List

University

7 Qs

Kuis 3 - ASD (B)

Kuis 3 - ASD (B)

University

10 Qs

BCSC0006 - Quiz 1 - Arrays

BCSC0006 - Quiz 1 - Arrays

University

10 Qs

Map Quiz

Map Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Re:Coded Org

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is Array.map a high order function?

Yes

No

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be logged?

["J", "D","A","M"]

["John,"Doe","Ali","Mariam"]

"JDAM"

["JDAM"]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be logged?

10

[1,3,5,7]

[10,10,10,10]

16

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Array.map takes a function as a param, and this function can only take 1 param which is the current element in the array

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is logged ?

"HAPPY"

["H","A","P","P","Y"]

["Hello"]

"HELLO"