104-P-01: Delegates and lambdas

104-P-01: Delegates and lambdas

University

10 Qs

quiz-placeholder

Similar activities

CS100||MsWord

CS100||MsWord

University

10 Qs

DSA quiz 3 set 1

DSA quiz 3 set 1

University

10 Qs

Types of Mass Media

Types of Mass Media

10th Grade - Professional Development

11 Qs

CBA Excel 1

CBA Excel 1

University

10 Qs

Binary Tree

Binary Tree

University

14 Qs

Web Development Revision 1

Web Development Revision 1

University

15 Qs

Hands-on Modul 3

Hands-on Modul 3

University

10 Qs

Visual Basic 2010

Visual Basic 2010

8th Grade - University

10 Qs

104-P-01: Delegates and lambdas

104-P-01: Delegates and lambdas

Assessment

Quiz

Computers

University

Medium

Created by

Grégoire Lefaure

Used 22+ times

FREE Resource

10 questions

Show all answers

1.

WORD CLOUD QUESTION

3 mins • Ungraded

Delegates, what is it?

2.

WORD CLOUD QUESTION

3 mins • Ungraded

Lambdas, what is it?

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What types of delegates are pre-defined in C#?

Actions

Predicates

Comparisons

Functions

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How to create a lambda that takes 2 arguments?

(x, y) -> x + y

(x, y) => x + y

(x, y) => { x + y; }

(x, y) => { return x + y; }

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Select the correct information about this `Func` delegate

It returns a char

It returns an int

It returns nothing

It returns a tuple (int, double, string, char)

Answer explanation

It returns a char, because it is the last type specified.

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Select the correct information about this `Func` delegate

It takes 3 parameters

It takes 4 parameters

It takes 0 parameter

It takes only a tuple as parameter

Answer explanation

It returns a char, because it is the last type specified.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Are ACDC greater, lower or equal to YAKA?

Greater

Lower

Equal

Answer explanation

The result of the substraction will be 2. Therefore, the first argument is "greater" than the second using this comparison.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?