Can’t find an answer?

Can’t find an answer?

Ask us to get the answer

  • This forum is empty.

On call of which type of method the new created thread will not start executing?

(a) Begin()

(b) Start()

(c) New()

(d) All of the mentioned

The question was posed to me by my school teacher while I was bunking the class.

My enquiry is from Multithreaded Programming in section Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

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

Which of these classes is used to make a thread?

(a) String

(b) System

(c) Thread

(d) Runnable

This question was addressed to me in homework.

I want to ask this question from Multithreaded Programming topic in portion Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

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

Choose the namespace which supports multithreading programming?

(a) System.net

(b) System.Linq

(c) System.Threading

(d) All of the mentioned

I got this question during an interview.

The above asked question is from Multithreaded Programming in chapter Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

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

Number of threads that exists for each of the processes that occurs in the program:

(a) at most 1

(b) atleast 1

(c) only 1

(d) both at most 1 & atleast 1

I had been asked this question during an interview.

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

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

Select the two type of threads mentioned in the concept of multithreading:

(a) foreground

(b) background

(c) only foreground

(d) both foreground & background

The question was asked in an interview for internship.

My question comes from Multithreaded Programming topic in section Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

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

What is the advantage of the multithreading program?

(a) Enables to utilize the idle and executing time present in most programs

(b) Enables to utilize the idle time present in most programs

(c) Both Enables to utilize the idle and executing time present in most programs & Enables to utilize the idle time present in most programs

(d) Only Enables to utilize the idle time present in most programs

I had been asked this question in an interview for job.

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

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

Choose the statements which indicate the differences between the thread based multitasking and process based multitasking.

(a) Process-based multitasking handles the concurrent execution of programs

(b) Process-based multitasking handles the concurrent execution of pieces of the same program

(c) Thread-based multitasking handles the concurrent execution of programs

(d) Thread-based multitasking deals with the concurrent execution of pieces of the same program

I have been asked this question in an interview for internship.

The question is from Multithreaded Programming in division Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

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

Choose the correct statement about process-based multitasking.

(a) A feature that allows our computer to run two or more programs concurrently

(b) A program that acts as a small unit of code that can be dispatched by the scheduler

(c) Only A program that acts as a small unit of code that can be dispatched by the scheduler

(d) Both A feature that allows our computer to run two or more programs concurrently & A program that acts as a small unit of code that can be dispatched by the scheduler

This question was posed to me in an online interview.

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

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

Select the type of multitasking methods that exist:

(a) process based

(b) thread based

(c) only process

(d) both process & thread based

The question was posed to me at a job interview.

This is a very interesting question from Multithreaded Programming topic in chapter Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

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

Which of these methods return a largest whole number less 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 an interview for internship.

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

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

Viewing 15 topics - 16 through 30 (of 257 total)

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