Can’t find an answer?

Can’t find an answer?

Ask us to get the answer

  • This forum is empty.

Which of these method returns a smallest whole number greater than or equal to variable X?

(a) double Ciel(double X)

(b) double Floor(double X)

(c) double Max(double X)

(d) double Min(double X)

I had been asked this question in class test.

The query is from Rounding Functions in portion Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

  • C#
  • October 9, 2023 at 5:06 am

Which of these classes contains only floating point functions?

(a) Math

(b) Process

(c) System

(d) Object

I got this question at a job interview.

Question is taken from Rounding Functions topic in chapter Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

  • C#
  • September 13, 2023 at 5:06 am

Which of these methods is a rounding function of Math class?

(a) Max()

(b) Min()

(c) Abs()

(d) Round()

I got this question in unit test.

This interesting question is from Rounding Functions topic in division Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

  • C#
  • September 14, 2023 at 5:06 am

Which among the given classes provides types of rounding functions?

(a) Math

(b) Process

(c) System

(d) Object

I had been asked this question by my college professor while I was bunking the class.

My query is from Rounding Functions topic in chapter Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

  • C#
  • September 24, 2023 at 5:06 am

Which of these classes contains only floating point functions?

(a) Math

(b) Process

(c) System

(d) Object

I got this question in a national level competition.

Origin of the question is Maths Class topic in section Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

  • C#
  • October 9, 2023 at 5:06 am

Choose the method defined by MemberInfo.

(a) GetCustomAttributes()

(b) IsDefined()

(c) GetCustomeAttributesData()

(d) All of the mentioned

This question was addressed to me in an online interview.

I would like to ask this question from Introduction of Reflections topic in division Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

  • C#
  • November 1, 2023 at 5:06 am

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?

(a) Type DeclaringType

(b) int MetadataToken

(c) Module Module

(d) Type ReflectedType

This question was addressed to me in exam.

My question is taken from Introduction of Reflections topic in chapter Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

  • C#
  • September 4, 2023 at 5:06 am

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

(a) System.Reflection

(b) System.Reflection.MemberInfo

(c) Both System.Reflection & System.Reflection.MemberInfo

(d) None of the mentioned

I got this question in an online quiz.

Question is from Introduction of Reflections topic in division Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

  • C#
  • October 21, 2023 at 5:06 am

Choose the correct statement about System.Type namespace.

(a) Core of the reflection subsystem as it encapsulates a type

(b) Consists of many methods and properties that can be used to obtain information about a type at runtime

(c) Both Core of the reflection subsystem as it encapsulates a type & Consists of many methods and properties that can be used to obtain information about a type at runtime

(d) Only Consists of many methods and properties that can be used to obtain information about a type at runtime

I got this question in an international level competition.

Question is taken from Introduction of Reflections topic in chapter Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

  • C#
  • August 29, 2023 at 5:06 am

Choose the namespace which consists of classes that are part of .NET Reflection API?

(a) System.Text

(b) System.Name

(c) System.Reflection

(d) None of the mentioned

I got this question in semester exam.

This interesting question is from Introduction of Reflections topic in division Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

  • C#
  • November 14, 2023 at 5:06 am

Viewing 15 topics - 31 through 45 (of 257 total)

1 2 3 4 16 17 18
  • You must be logged in to create new topics.