C# Events & Delegates

C# Events & Delegates

10th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

If-Statements

If-Statements

9th - 12th Grade

10 Qs

ICS Vocab Practice Quiz 1.1.1-1.1.3 (Form B)

ICS Vocab Practice Quiz 1.1.1-1.1.3 (Form B)

7th - 12th Grade

15 Qs

Kuizi 13 - Web

Kuizi 13 - Web

10th Grade - University

15 Qs

Quarter 1 PLTW CSE Exam Review

Quarter 1 PLTW CSE Exam Review

10th Grade

14 Qs

1.1.1 CSE App Inventor

1.1.1 CSE App Inventor

9th - 12th Grade

12 Qs

Prueba #1|VB

Prueba #1|VB

12th Grade

10 Qs

Revision MIT App Inventor after lvl3 clouds

Revision MIT App Inventor after lvl3 clouds

5th - 12th Grade

16 Qs

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

C# Events & Delegates

C# Events & Delegates

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Jill Thompson

Used 36+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

This is a reaction to an occurrence in the program
Delegate
Event
Handler
Method

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

This transpires when something interesting happens to an object.
Delegate
Event
Handler
Method

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A method that performs a task in response to an event is a(n)
delegate
event
event handler
access modifier

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Private is a what in the following statement: private void button_click(object sender, EventArgs e)
an event
an event handler
a delegate
an access modifier

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Button_click is a what in the following statement: private void button_click(object sender, EventArgs e)
an event
an event handler
a delegate
an access modifier

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Void is a what in the following statement: private void button_click(object sender, EventArgs e)
return type
an event handler
parameters
an access modifier

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

(Object sender and EventArgs e) are what in the following statement: private void button_click(object sender, EventArgs e)
return type
an event handler
parameters
an access modifier

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?