Reflection

Reflection

1st - 5th Grade

10 Qs

quiz-placeholder

Similar activities

Introduction to MS PowerPoint Grade 4A

Introduction to MS PowerPoint Grade 4A

4th Grade

10 Qs

Using a Keyboard

Using a Keyboard

2nd Grade

10 Qs

Microsoft Publisher 1

Microsoft Publisher 1

4th Grade

15 Qs

GRADE 1 WEEK 3-4

GRADE 1 WEEK 3-4

1st Grade

10 Qs

Python List

Python List

4th Grade - University

15 Qs

Guess the Retro Computer 1

Guess the Retro Computer 1

KG - Professional Development

13 Qs

Checkpoint 2 Revision

Checkpoint 2 Revision

3rd - 4th Grade

10 Qs

G5 - review image skills + table skills

G5 - review image skills + table skills

5th Grade

12 Qs

Reflection

Reflection

Assessment

Quiz

Computers

1st - 5th Grade

Practice Problem

Medium

Created by

Nataly Revutska

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Choose the method defined by MemberInfo

GetCustomAttributes()

GetCustomAttributesData()

IsDefined()

All of the mentioned

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Choose the class from which the namespace ‘System.Type’ is derived?

System.Reflection.MemberInfo

System.Reflection

Both System.Reflection & System.Reflection.MemberInfo

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which class allows create instances of classes during late binding?

Type

Activator

Assembly

MemberInfo

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can't be an attribute's target?

Parameter

Delegate

Module

Namespace

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The property signifies “Obtains a Module object that represents the module (an executable file) in which the reflected type resides”. Choose the property which specifies the following statement?

Type DeclaringType

int MetadataToken

Module Module

Type ReflectedType

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following C# code specify?

object Invoke(object obj, object[] parameters)

Calling a type using invoke()

The value returned by the invoked method is returned by Invoke()

Any arguments that need to be passed to the method are specified in the array parameters

All of the mentioned

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can we get private fields ?

FieldInfo[] fields = myType.GetFields();

FieldInfo[] fields = myType.GetFields(

BindingFlags.NonPublic);

FieldInfo[] fields = myType.GetFields(

BindingFlags.NonPublic |

BindingFlags.Instance);

FieldInfo[] fields = myType.GetFields(

BindingFlags.Instance);

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

Already have an account?

Discover more resources for Computers